public class FSALexicalDictionary extends Object implements LexicalDictionary
| Constructor and Description |
|---|
FSALexicalDictionary() |
| 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) |
public FSALexicalDictionary()
throws IllegalArgumentException,
IOException
IllegalArgumentExceptionIOExceptionpublic boolean wordExists(String word)
wordExists in interface LexicalDictionarypublic List<PairWordPOSTag> getWordsAndPosTagsForLemma(String aLemma)
getWordsAndPosTagsForLemma in interface LexicalDictionarypublic List<PairWordPOSTag> getLemmasAndPosTagsForWord(String aWord)
LexicalDictionarygetLemmasAndPosTagsForWord in interface LexicalDictionarypublic List<String> getPOSTagsForWord(String word)
getPOSTagsForWord in interface LexicalDictionaryCopyright © 2012–2017 CoGrOO. All rights reserved.