org.cogroo.tools.checker.rules.dictionary
Interface LexicalDictionary
- All Known Implementing Classes:
- FSALexicalDictionary
public interface LexicalDictionary
wordExists
boolean wordExists(String word)
getWordsAndPosTagsForLemma
List<PairWordPOSTag> getWordsAndPosTagsForLemma(String aLemma)
getLemmasAndPosTagsForWord
List<PairWordPOSTag> getLemmasAndPosTagsForWord(String aWord)
- Compute the pair Lemma + POSTag for a word
getPOSTagsForWord
List<String> getPOSTagsForWord(String word)
Copyright © 2012-2013 CoGrOO. All Rights Reserved.