Using WordNet and the program NLTK on Python, how can I check how many lemmas each language has in WordNet?

29 Views Asked by At

Using WordNet and the program NLTK on Python, how can I check how many lemmas each language has in WordNet? I am looking for code that tells me the number of lemmas per language in WordNet. Any help is appreciated! Thanks!

I have tried using the code: "print('Number of lemmas per language:')"

The output is consistently "Number of lemmas per language: Ellipsis"

0

There are 0 best solutions below