Uses of Class
de.danielnaber.languagetool.AnalyzedToken

Packages that use AnalyzedToken
de.danielnaber.languagetool   
de.danielnaber.languagetool.rules.patterns   
de.danielnaber.languagetool.synthesis   
de.danielnaber.languagetool.synthesis.en   
de.danielnaber.languagetool.synthesis.nl   
de.danielnaber.languagetool.synthesis.pl   
de.danielnaber.languagetool.tagging.de   
 

Uses of AnalyzedToken in de.danielnaber.languagetool
 

Methods in de.danielnaber.languagetool that return AnalyzedToken
 AnalyzedToken AnalyzedTokenReadings.getAnalyzedToken(int i)
           
 

Methods in de.danielnaber.languagetool that return types with arguments of type AnalyzedToken
 List<AnalyzedToken> AnalyzedTokenReadings.getReadings()
           
 

Methods in de.danielnaber.languagetool with parameters of type AnalyzedToken
 void AnalyzedTokenReadings.addReading(AnalyzedToken tok)
           
 

Constructors in de.danielnaber.languagetool with parameters of type AnalyzedToken
AnalyzedTokenReadings(AnalyzedToken at)
           
AnalyzedTokenReadings(AnalyzedToken[] r)
           
 

Uses of AnalyzedToken in de.danielnaber.languagetool.rules.patterns
 

Methods in de.danielnaber.languagetool.rules.patterns with parameters of type AnalyzedToken
 boolean Element.isAndExceptionGroupMatched(AnalyzedToken token)
          Enables testing multiple conditions specified by multiple element exceptions.
 boolean Element.isAndGroupMatched(AnalyzedToken token)
          Enables testing multiple conditions specified by different elements.
 boolean Element.isExceptionMatched(AnalyzedToken token)
          Checks whether an exception matches.
 boolean Element.isExceptionMatchedCompletely(AnalyzedToken token)
          This method checks exceptions both in AND-group and the token.
 boolean Element.isMatched(AnalyzedToken token)
          Checks whether the rule element matches the token given as a parameter.
 boolean Element.isMatchedByScopeNextException(AnalyzedToken token)
          Checks whether a previously set exception matches (in case the exception had scope == "next").
 boolean Element.isMatchedByScopePreviousException(AnalyzedToken token)
          Checks whether an exception for a previous token matches (in case the exception had scope == "previous").
 boolean Element.isMatchedCompletely(AnalyzedToken token)
          This method checks AND-group and the token.
 

Uses of AnalyzedToken in de.danielnaber.languagetool.synthesis
 

Methods in de.danielnaber.languagetool.synthesis with parameters of type AnalyzedToken
 String[] Synthesizer.synthesize(AnalyzedToken token, String posTag)
          Generates a form of the word with a given POS tag for a given lemma.
 String[] Synthesizer.synthesize(AnalyzedToken token, String posTag, boolean posTagRegExp)
          Generates a form of the word with a given POS tag for a given lemma.
 

Uses of AnalyzedToken in de.danielnaber.languagetool.synthesis.en
 

Methods in de.danielnaber.languagetool.synthesis.en with parameters of type AnalyzedToken
 String[] EnglishSynthesizer.synthesize(AnalyzedToken token, String posTag)
          Get a form of a given AnalyzedToken, where the form is defined by a part-of-speech tag.
 String[] EnglishSynthesizer.synthesize(AnalyzedToken token, String posTag, boolean posTagRegExp)
           
 

Uses of AnalyzedToken in de.danielnaber.languagetool.synthesis.nl
 

Methods in de.danielnaber.languagetool.synthesis.nl with parameters of type AnalyzedToken
 String[] DutchSynthesizer.synthesize(AnalyzedToken token, String posTag)
          Get a form of a given AnalyzedToken, where the form is defined by a part-of-speech tag.
 String[] DutchSynthesizer.synthesize(AnalyzedToken token, String posTag, boolean posTagRegExp)
           
 

Uses of AnalyzedToken in de.danielnaber.languagetool.synthesis.pl
 

Methods in de.danielnaber.languagetool.synthesis.pl with parameters of type AnalyzedToken
 String[] PolishSynthesizer.synthesize(AnalyzedToken token, String posTag)
           
 String[] PolishSynthesizer.synthesize(AnalyzedToken token, String posTag, boolean posTagRegExp)
           
 

Uses of AnalyzedToken in de.danielnaber.languagetool.tagging.de
 

Subclasses of AnalyzedToken in de.danielnaber.languagetool.tagging.de
 class AnalyzedGermanToken
          One reading of a German word.
 



Copyright © 2005-2007 Daniel Naber