We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The first three items in verbnet.lemmas() are "December", "FedEx" and "UPS" (using NLTK 3.3).
verbnet.lemmas()
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']
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: