Uses of Class
edu.ucdenver.ccp.nlp.biolemmatizer.LemmataEntry

Packages that use LemmataEntry
edu.ucdenver.ccp.nlp.biolemmatizer   
 

Uses of LemmataEntry in edu.ucdenver.ccp.nlp.biolemmatizer
 

Methods in edu.ucdenver.ccp.nlp.biolemmatizer that return LemmataEntry
 LemmataEntry BioLemmatizer.lemmatizeByLexicon(String spelling, String partOfSpeech)
          Lemmatize a string with POS tag using Lexicon only
 LemmataEntry BioLemmatizer.lemmatizeByLexiconAndRules(String spelling, String partOfSpeech)
          Lemmatize a string with POS tag using both lexicon lookup and lemmatization rules This is the preferred method as it gives the best lemmatization performance
 LemmataEntry BioLemmatizer.lemmatizeByRules(String spelling, String partOfSpeech)
          Lemmatize a string with POS tag using lemmatization rules only
 



Copyright © 2013. All Rights Reserved.