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

Verbnet all lemma list includes NNPs #126

Open
tttthomasssss opened this issue Oct 31, 2018 · 0 comments
Open

Verbnet all lemma list includes NNPs #126

tttthomasssss opened this issue Oct 31, 2018 · 0 comments

Comments

@tttthomasssss
Copy link

The first three items in verbnet.lemmas() are "December", "FedEx" and "UPS" (using NLTK 3.3).

The following is a minimal example to reproduce the issue:

In [3]: import nltk

In [4]: nltk.__version__
Out[4]: '3.3'

In [5]: from nltk.corpus import verbnet

In [6]: verbnet.lemmas()[:10]
Out[6]: 
['December',
 'FedEx',
 'UPS',
 'abandon',
 'abase',
 'abash',
 'abate',
 'abbreviate',
 'abduct',
 'abet']
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