[Corpora-List] Lemmatizers for English

Leon Derczynski leon at dcs.shef.ac.uk
Sun Dec 5 12:23:02 UTC 2010


Hi,

If you have NLTK and its WordNet module installed, you can use the 
WordNet lemmatiser in Python via NLTK. For example:

from nltk.stem import wordnet as wn
l = wn.WordNetLemmatizer()
lemma = l.lemmatize(text_to_lemmatize,  pos)

All the best,


Leon

On 05/12/10 11:00, corpora-request at uib.no wrote:
> Date: Sat, 4 Dec 2010 20:19:49 +0000
> From: Muhammad Adeel<nawabadeel at gmail.com>
> Subject: [Corpora-List] Lemmatizers for English
> To: corpora at uib.no
>
> Hi,
>
> I am looking for lemmatizers for English language (preferably in Python).
> Does any one know about any lemmatizer?
>
> Thanks
>

_______________________________________________
Corpora mailing list
Corpora at uib.no
http://mailman.uib.no/listinfo/corpora



More information about the Corpora mailing list