public interface LexicalDictionary
| Modifier and Type | Method and Description |
|---|---|
List<PairWordPOSTag> |
getLemmasAndPosTagsForWord(String aWord)
Compute the pair Lemma + POSTag for a word
|
List<String> |
getPOSTagsForWord(String word) |
List<PairWordPOSTag> |
getWordsAndPosTagsForLemma(String aLemma) |
boolean |
wordExists(String word) |
boolean wordExists(String word)
List<PairWordPOSTag> getWordsAndPosTagsForLemma(String aLemma)
List<PairWordPOSTag> getLemmasAndPosTagsForWord(String aWord)
Copyright © 2012–2017 CoGrOO. All rights reserved.