Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get postags and lemmas of sentences all zero when running prediction #50

Open
zjxs1997 opened this issue Aug 28, 2020 · 0 comments
Open

Comments

@zjxs1997
Copy link

I run python -m sesame.targetid --mode predict --model_name fn1.7-pretrained-targetid --raw_input sentences.txt and find the ouput in logs/fn1.7-pretrained-targetid/predicted-targets.conll is total blank. It turned out that instance.postags and instance.lemmas are all lists of zero on line 435, sesame/targetid.py, which is a result of line 28&30, sesame/conll09.py.
I wonder how can I solve this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant