org.cogroo.tools.checker.rules.dictionary
Interface LexicalDictionary

All Known Implementing Classes:
FSALexicalDictionary

public interface LexicalDictionary


Method Summary
 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)
           
 

Method Detail

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.