Uses of Class
org.languagetool.AnalyzedToken
Packages that use AnalyzedToken
Package
Description
-
Uses of AnalyzedToken in org.languagetool
Fields in org.languagetool declared as AnalyzedTokenMethods in org.languagetool that return AnalyzedTokenModifier and TypeMethodDescriptionAnalyzedTokenReadings.getAnalyzedToken(int idx) Get a token reading.AnalyzedTokenReadings.readingWithLemma(String lemma) Returns the first reading that matches a given lemma.AnalyzedTokenReadings.readingWithTagRegex(String posTagRegex) Returns the first reading that matches a given POS tag regex.AnalyzedTokenReadings.readingWithTagRegex(Pattern pattern) Methods in org.languagetool that return types with arguments of type AnalyzedTokenModifier and TypeMethodDescriptionAnalyzedTokenReadings.getReadings()AnalyzedTokenReadings.iterator()Methods in org.languagetool with parameters of type AnalyzedTokenModifier and TypeMethodDescriptionvoidAnalyzedTokenReadings.addReading(AnalyzedToken token, String ruleApplied) Add a new reading.voidAnalyzedTokenReadings.leaveReading(AnalyzedToken token) Removes all readings but the one that matches the token given.booleanAnalyzedToken.matches(AnalyzedToken an) voidAnalyzedTokenReadings.removeReading(AnalyzedToken token, String ruleApplied) Removes a reading from the list of readings.Constructors in org.languagetool with parameters of type AnalyzedTokenModifierConstructorDescriptionAnalyzedTokenReadings(AnalyzedToken[] tokens, int startPos) AnalyzedTokenReadings(AnalyzedToken token, int startPos) Constructor parameters in org.languagetool with type arguments of type AnalyzedTokenModifierConstructorDescriptionAnalyzedTokenReadings(List<AnalyzedToken> tokens, int startPos) AnalyzedTokenReadings(AnalyzedTokenReadings oldAtr, List<AnalyzedToken> newReadings, String ruleApplied) -
Uses of AnalyzedToken in org.languagetool.rules
Methods in org.languagetool.rules that return AnalyzedTokenModifier and TypeMethodDescriptionstatic AnalyzedTokenGRPCUtils.fromGRPC(MLServerProto.AnalyzedToken token) private AnalyzedTokenAbstractAdvancedSynthesizerFilter.getAnalyzedToken(AnalyzedTokenReadings aToken, String regexp) Methods in org.languagetool.rules with parameters of type AnalyzedTokenModifier and TypeMethodDescriptionstatic MLServerProto.AnalyzedTokenGRPCUtils.toGRPC(AnalyzedToken token) -
Uses of AnalyzedToken in org.languagetool.rules.ar
Methods in org.languagetool.rules.ar with parameters of type AnalyzedTokenModifier and TypeMethodDescriptionprivate SuggestionWithMessageArabicInflectedOneWordReplaceRule.getSuggestedWords(AnalyzedToken mytoken) ArabicInflectedOneWordReplaceRule.inflectSuggestedWords(String targetLemma, AnalyzedToken sourcetoken) private booleanArabicInflectedOneWordReplaceRule.isCandidateWord(AnalyzedToken mytoken) -
Uses of AnalyzedToken in org.languagetool.rules.ca
Methods in org.languagetool.rules.ca that return AnalyzedTokenModifier and TypeMethodDescriptionprivate AnalyzedTokenPostponedAdjectiveConcordanceFilter.getAnalyzedToken(AnalyzedTokenReadings aToken, Pattern pattern) private AnalyzedTokenConvertToGenderAndNumberFilter.getReadingWithPriority(AnalyzedTokenReadings token) Methods in org.languagetool.rules.ca with parameters of type AnalyzedTokenModifier and TypeMethodDescriptionprivate String[]ConvertToGenderAndNumberFilter.splitGenderAndNumber(AnalyzedToken atr) private StringConvertToGenderAndNumberFilter.synthesizeWithGenderAndNumber(AnalyzedToken atr, String[] splitPostag, String gender, String number, Synthesizer synth) -
Uses of AnalyzedToken in org.languagetool.rules.de
Fields in org.languagetool.rules.de declared as AnalyzedTokenModifier and TypeFieldDescriptionprivate static final AnalyzedToken[]AgreementRule.INS_REPLACEMENTprivate static final AnalyzedToken[]AgreementRule.ZUR_REPLACEMENTMethods in org.languagetool.rules.de with parameters of type AnalyzedTokenModifier and TypeMethodDescriptionprivate String[]AgreementSuggestor2.getAdjSynth(String num, String gen, String aCase, AnalyzedTokenReadings adjToken, AnalyzedToken detReading) private String[]AgreementSuggestor2.getDetOrPronounSynth(String num, String gen, String aCase, AnalyzedToken detReading) private static StringAgreementRule2.getGender(AnalyzedToken nounToken) private static StringAgreementRule2.getNumber(AnalyzedToken nounToken) private static booleanAgreementTools.possessiveSpecialCase(AnalyzedTokenReadings aToken, AnalyzedToken tmpReading) -
Uses of AnalyzedToken in org.languagetool.rules.en.translation
Methods in org.languagetool.rules.en.translation with parameters of type AnalyzedTokenModifier and TypeMethodDescriptionprivate TranslationEntryBeoLingusTranslator.cleanTranslationEntry(TranslationEntry tmpEntry, AnalyzedToken aToken) Method parameters in org.languagetool.rules.en.translation with type arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprivate voidBeoLingusTranslator.addResultsForTokens(Map<String, List<TranslationEntry>> map, List<AnalyzedToken> aTokens, List<TranslationEntry> result) -
Uses of AnalyzedToken in org.languagetool.rules.es
Methods in org.languagetool.rules.es that return AnalyzedTokenModifier and TypeMethodDescriptionprivate AnalyzedTokenPostponedAdjectiveConcordanceFilter.getAnalyzedToken(AnalyzedTokenReadings aToken, Pattern pattern) -
Uses of AnalyzedToken in org.languagetool.rules.fr
Methods in org.languagetool.rules.fr that return AnalyzedTokenModifier and TypeMethodDescriptionprivate AnalyzedTokenPostponedAdjectiveConcordanceFilter.getAnalyzedToken(AnalyzedTokenReadings aToken, Pattern pattern) private AnalyzedTokenWordWithDeterminerFilter.getAnalyzedToken(AnalyzedTokenReadings aToken, Pattern pattern) -
Uses of AnalyzedToken in org.languagetool.rules.ngrams
Fields in org.languagetool.rules.ngrams with type parameters of type AnalyzedTokenMethods in org.languagetool.rules.ngrams that return types with arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprivate static Set<AnalyzedToken> GoogleToken.findOriginalAnalyzedTokens(AnalyzedSentence sentence, int startPos, int endPos) private Optional<AnalyzedToken> NgramProbabilityRule.getByPosTag(Set<AnalyzedToken> tokens, String wantedPosTagRegex) (package private) Set<AnalyzedToken> GoogleToken.getPosTags()Method parameters in org.languagetool.rules.ngrams with type arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprivate Optional<AnalyzedToken> NgramProbabilityRule.getByPosTag(Set<AnalyzedToken> tokens, String wantedPosTagRegex) Constructor parameters in org.languagetool.rules.ngrams with type arguments of type AnalyzedTokenModifierConstructorDescription(package private)GoogleToken(String token, int startPos, int endPos, Set<AnalyzedToken> posTags) -
Uses of AnalyzedToken in org.languagetool.rules.patterns
Fields in org.languagetool.rules.patterns with type parameters of type AnalyzedTokenModifier and TypeFieldDescriptionprivate final Map<PatternToken, List<List<AnalyzedToken>>> AbstractPatternRulePerformer.toUnifyMethods in org.languagetool.rules.patterns that return types with arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprivate List<AnalyzedToken> MatchState.getNewToken(int numRead, String token) Methods in org.languagetool.rules.patterns with parameters of type AnalyzedTokenModifier and TypeMethodDescriptionfinal voidPatternTokenMatcher.addMemberAndGroup(AnalyzedToken token) Enables testing multiple conditions specified by different elements.private voidUnifier.addTokenToSequence(List<AnalyzedTokenReadings> tokenSequence, AnalyzedToken token, int pos) private booleanprivate StringPatternToken.getTestToken(AnalyzedToken token) booleanPatternToken.isAndExceptionGroupMatched(AnalyzedToken token) Enables testing multiple conditions specified by multiple element exceptions.booleanPatternToken.isExceptionMatched(AnalyzedToken token) Checks whether an exception matches.booleanPatternToken.isExceptionMatchedCompletely(AnalyzedToken token) This method checks exceptions both in AND-group and the token.final booleanPatternTokenMatcher.isExceptionMatchedCompletely(AnalyzedToken token) booleanPatternToken.isMatched(AnalyzedToken token) Checks whether the rule element matches the token given as a parameter.final booleanPatternTokenMatcher.isMatched(AnalyzedToken token) Checks whether the rule element matches the token given as a parameter.booleanPatternToken.isMatchedByPreviousException(AnalyzedToken token) Checks whether an exception for a previous token matches (in case the exception had scope == "previous").booleanPatternToken.isMatchedByScopeNextException(AnalyzedToken token) Checks whether a previously set exception matches (in case the exception had scope == "next").final booleanPatternTokenMatcher.isMatchedByScopeNextException(AnalyzedToken token) private booleanPatternToken.isPosTokenMatched(AnalyzedToken token) Tests if part of speech matches a given string.protected final booleanUnifier.isSatisfied(AnalyzedToken aToken, Map<String, List<String>> uFeatures) Tests if a token has shared features with other tokens.final booleanUnifier.isUnified(AnalyzedToken matchToken, Map<String, List<String>> uFeatures, boolean lastReading) final booleanUnifier.isUnified(AnalyzedToken matchToken, Map<String, List<String>> uFeatures, boolean lastReading, boolean isMatched) Tests if the token sequence is unified.booleanPatternToken.isWhitespaceBefore(AnalyzedToken token) private static booleanAbstractPatternRulePerformer.testAndGroup(boolean lastReading, AnalyzedToken matchToken, PatternTokenMatcher elemMatcher) -
Uses of AnalyzedToken in org.languagetool.rules.uk
Fields in org.languagetool.rules.uk with type parameters of type AnalyzedTokenModifier and TypeFieldDescription(package private) List<AnalyzedToken> TokenAgreementAdjNounRule.State.adjTokenReadings(package private) List<AnalyzedToken> TokenAgreementNounVerbRule.State.adjTokenReadings(package private) List<AnalyzedToken> TokenAgreementVerbNounRule.State.nounAdjIndirTokenReadings(package private) List<AnalyzedToken> TokenAgreementNounVerbRule.State.nounTokenReadings(package private) List<AnalyzedToken> TokenAgreementNumrNounRule.State.numrTokenReadings(package private) List<AnalyzedToken> TokenAgreementVerbNounRule.State.verbTokenReadingsMethods in org.languagetool.rules.uk that return AnalyzedTokenModifier and TypeMethodDescriptionprivate static AnalyzedTokenTokenAgreementPrepNounRule.getMultiwordToken(AnalyzedTokenReadings analyzedTokenReadings) Methods in org.languagetool.rules.uk with parameters of type AnalyzedTokenModifier and TypeMethodDescriptionprivate static StringCaseGovernmentHelper.getAdvpVerbLemma(AnalyzedToken token) private booleanUkrainianWordRepeatRule.isInitial(AnalyzedToken analyzedToken, AnalyzedTokenReadings[] tokens, int position) Method parameters in org.languagetool.rules.uk with type arguments of type AnalyzedTokenModifier and TypeMethodDescriptionstatic booleanTokenAgreementAdjNounExceptionHelper.caseGovernmentMatches(List<AnalyzedToken> adjTokenReadings, List<InflectionHelper.Inflection> slaveInflections) TokenAgreementNumrNounRule.findSingulars(List<AnalyzedToken> nounTokenReadings, Pattern pattern, String lookFor) static List<InflectionHelper.Inflection> InflectionHelper.getAdjInflections(List<AnalyzedToken> adjTokenReadings) static List<InflectionHelper.Inflection> InflectionHelper.getAdjInflections(List<AnalyzedToken> adjTokenReadings, String postagStart) (package private) static List<VerbInflectionHelper.Inflection> VerbInflectionHelper.getAdjInflections(List<AnalyzedToken> nounTokenReadings) (package private) static List<InflectionHelper.Inflection> InflectionHelper.getNounInflections(List<AnalyzedToken> nounTokenReadings) static List<InflectionHelper.Inflection> InflectionHelper.getNounInflections(List<AnalyzedToken> nounTokenReadings, Pattern ignoreTag) (package private) static List<VerbInflectionHelper.Inflection> VerbInflectionHelper.getNounInflections(List<AnalyzedToken> nounTokenReadings) static List<InflectionHelper.Inflection> InflectionHelper.getNumrInflections(List<AnalyzedToken> adjTokenReadings) (package private) static List<VerbInflectionHelper.Inflection> VerbInflectionHelper.getVerbInflections(List<AnalyzedToken> nounTokenReadings) static booleanLemmaHelper.hasLemma(List<AnalyzedToken> readings, Collection<String> lemmas) static booleanLemmaHelper.hasLemma(List<AnalyzedToken> readings, Pattern lemmaRegex) (package private) static booleanTokenAgreementNounVerbExceptionHelper.hasMascFemLemma(List<AnalyzedToken> nounTokenReadings) (package private) static booleanTokenAgreementPrepNounRule.hasVidmPosTag(Collection<String> posTagsToFind, List<AnalyzedToken> tokenReadings) (package private) static booleanVerbInflectionHelper.inflectionsOverlap(List<AnalyzedToken> verbTokenReadings, List<AnalyzedToken> nounTokenReadings) -
Uses of AnalyzedToken in org.languagetool.synthesis
Methods in org.languagetool.synthesis with parameters of type AnalyzedTokenModifier and TypeMethodDescriptionprivate String[]GermanSynthesizer.getCompoundForms(AnalyzedToken token, String posTag, boolean posTagRegExp) String[]BaseSynthesizer.synthesize(AnalyzedToken token, String posTag) Get a form of a given AnalyzedToken, where the form is defined by a part-of-speech tag.String[]BaseSynthesizer.synthesize(AnalyzedToken token, String posTag, boolean posTagRegExp) String[]GermanSynthesizer.synthesize(AnalyzedToken token, String posTag) String[]GermanSynthesizer.synthesize(AnalyzedToken token, String posTag, boolean posTagRegExp) 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 org.languagetool.synthesis.ar
Methods in org.languagetool.synthesis.ar with parameters of type AnalyzedTokenModifier and TypeMethodDescriptionArabicSynthesizer.inflectLemmaLike(String targetLemma, AnalyzedToken sourcetoken) ArabicSynthesizer.setEnclitic(AnalyzedToken token, String suffix) ArabicSynthesizer.setEncliticMultiple(AnalyzedToken token, String suffix) ArabicSynthesizer.setJarProcletic(AnalyzedToken token, String prefix) ArabicSynthesizer.setProcletic(AnalyzedToken token, String prefix) String[]ArabicSynthesizer.synthesize(AnalyzedToken token, String posTag) Get a form of a given AnalyzedToken, where the form is defined by a part-of-speech tag.String[]ArabicSynthesizer.synthesize(AnalyzedToken token, String posTag, boolean posTagRegExp) -
Uses of AnalyzedToken in org.languagetool.synthesis.ca
Methods in org.languagetool.synthesis.ca with parameters of type AnalyzedTokenModifier and TypeMethodDescriptionString[]CatalanSynthesizer.synthesize(AnalyzedToken token, String posTag) String[]CatalanSynthesizer.synthesize(AnalyzedToken token, String posTag, boolean posTagRegExp) -
Uses of AnalyzedToken in org.languagetool.synthesis.en
Methods in org.languagetool.synthesis.en with parameters of type AnalyzedTokenModifier and TypeMethodDescriptionString[]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) Special English regexp based synthesizer that allows adding articles when the regexp-based tag ends with a special signature\\+INDTor\\+DT. -
Uses of AnalyzedToken in org.languagetool.synthesis.es
Methods in org.languagetool.synthesis.es with parameters of type AnalyzedTokenModifier and TypeMethodDescriptionString[]SpanishSynthesizer.synthesize(AnalyzedToken token, String posTag) String[]SpanishSynthesizer.synthesize(AnalyzedToken token, String posTag, boolean posTagRegExp) -
Uses of AnalyzedToken in org.languagetool.synthesis.pl
Methods in org.languagetool.synthesis.pl with parameters of type AnalyzedTokenModifier and TypeMethodDescriptionPolishSynthesizer.getWordForms(AnalyzedToken token, String posTag, boolean isNegated, morfologik.stemming.IStemmer synthesizer) final String[]PolishSynthesizer.synthesize(AnalyzedToken token, String posTag) final String[]PolishSynthesizer.synthesize(AnalyzedToken token, String pos, boolean posTagRegExp) -
Uses of AnalyzedToken in org.languagetool.tagging
Methods in org.languagetool.tagging that return AnalyzedTokenModifier and TypeMethodDescriptionprotected AnalyzedTokenBaseTagger.asAnalyzedToken(String word, morfologik.stemming.WordData wd) private AnalyzedTokenBaseTagger.asAnalyzedToken(String word, TaggedWord taggedWord) BaseTagger.createToken(String token, String posTag) Tagger.createToken(String token, String posTag) Create a token specific to the language of the implementing class.Methods in org.languagetool.tagging that return types with arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprotected List<AnalyzedToken> BaseTagger.additionalTags(String word, WordTagger wordTagger) Allows additional tagging in some language-dependent circumstancesprotected List<AnalyzedToken> BaseTagger.asAnalyzedTokenList(String word, List<morfologik.stemming.WordData> wdList) protected List<AnalyzedToken> BaseTagger.asAnalyzedTokenListForTaggedWords(String word, List<TaggedWord> taggedWords) protected List<AnalyzedToken> BaseTagger.getAnalyzedTokens(String word) Method parameters in org.languagetool.tagging with type arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprivate voidBaseTagger.addTokens(List<AnalyzedToken> taggedTokens, List<AnalyzedToken> l) -
Uses of AnalyzedToken in org.languagetool.tagging.ar
Methods in org.languagetool.tagging.ar that return types with arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprotected List<AnalyzedToken> ArabicTagger.additionalTags(String word, morfologik.stemming.IStemmer stemmer) Methods in org.languagetool.tagging.ar with parameters of type AnalyzedTokenModifier and TypeMethodDescriptionArabicTagger.getEnclitic(AnalyzedToken token) ArabicTagger.getJarProclitic(AnalyzedToken token) ArabicTagger.getProclitic(AnalyzedToken token) Method parameters in org.languagetool.tagging.ar with type arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprivate voidArabicTagger.addTokens(List<AnalyzedToken> taggedTokens, List<AnalyzedToken> l) private booleanArabicTagger.isStopWord(List<AnalyzedToken> taggerTokens) -
Uses of AnalyzedToken in org.languagetool.tagging.br
Method parameters in org.languagetool.tagging.br with type arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprivate voidBretonTagger.addTokens(List<AnalyzedToken> taggedTokens, List<AnalyzedToken> l) -
Uses of AnalyzedToken in org.languagetool.tagging.ca
Methods in org.languagetool.tagging.ca that return types with arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprotected List<AnalyzedToken> CatalanTagger.additionalTags(String word, morfologik.stemming.IStemmer stemmer) Method parameters in org.languagetool.tagging.ca with type arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprivate voidCatalanTagger.addTokens(List<AnalyzedToken> taggedTokens, List<AnalyzedToken> l) -
Uses of AnalyzedToken in org.languagetool.tagging.de
Methods in org.languagetool.tagging.de that return AnalyzedTokenMethods in org.languagetool.tagging.de that return types with arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprivate List<AnalyzedToken> GermanTagger.getAnalyzedTokens(List<TaggedWord> taggedWords, String word) private List<AnalyzedToken> GermanTagger.getAnalyzedTokens(List<TaggedWord> taggedWords, String word, List<String> compoundParts) private List<AnalyzedToken> GermanTagger.getImperativeForm(String word, List<String> sentenceTokens, int pos) private List<AnalyzedToken> GermanTagger.getSubstantivatedForms(String word, List<String> sentenceTokens) Constructors in org.languagetool.tagging.de with parameters of type AnalyzedToken -
Uses of AnalyzedToken in org.languagetool.tagging.disambiguation
Fields in org.languagetool.tagging.disambiguation with type parameters of type AnalyzedTokenModifier and TypeFieldDescriptionprivate Map<String, AnalyzedToken> MultiWordChunker.mFullNoSpaceprivate Map<String, AnalyzedToken> MultiWordChunker.mFullSpaceMethods in org.languagetool.tagging.disambiguation that return AnalyzedTokenModifier and TypeMethodDescriptionprivate AnalyzedTokenMultiWordChunker.getMultiWordAnalyzedToken(AnalyzedTokenReadings[] aTokens, Integer i) Methods in org.languagetool.tagging.disambiguation with parameters of type AnalyzedTokenModifier and TypeMethodDescriptionprivate AnalyzedTokenReadingsMultiWordChunker.prepareNewReading(AnalyzedToken at, String token, AnalyzedTokenReadings atrs, boolean isLast) private AnalyzedTokenReadingsMultiWordChunker.setAndAnnotate(AnalyzedTokenReadings oldReading, AnalyzedToken newReading) private AnalyzedTokenReadingsMultiWordChunker2.setAndAnnotate(AnalyzedTokenReadings oldReading, AnalyzedToken newReading) Method parameters in org.languagetool.tagging.disambiguation with type arguments of type AnalyzedTokenModifier and TypeMethodDescriptionMultiWordChunker.getTokenLettercaseVariants(String originalToken, Map<String, AnalyzedToken> tokenMap) -
Uses of AnalyzedToken in org.languagetool.tagging.disambiguation.rules
Fields in org.languagetool.tagging.disambiguation.rules declared as AnalyzedTokenModifier and TypeFieldDescriptionprivate AnalyzedToken[]DisambiguationPatternRule.newTokenReadingsFields in org.languagetool.tagging.disambiguation.rules with type parameters of type AnalyzedTokenMethods in org.languagetool.tagging.disambiguation.rules that return AnalyzedTokenMethods in org.languagetool.tagging.disambiguation.rules with parameters of type AnalyzedTokenModifier and TypeMethodDescriptionfinal voidDisambiguationPatternRule.setNewInterpretations(AnalyzedToken[] newReadings) Used to add new interpretations. -
Uses of AnalyzedToken in org.languagetool.tagging.disambiguation.uk
Methods in org.languagetool.tagging.disambiguation.uk with parameters of type AnalyzedTokenModifier and TypeMethodDescriptionbooleanSimpleDisambiguator.MatcherEntry.matches(AnalyzedToken analyzedToken) booleanSimpleDisambiguator.TokenMatcher.matches(AnalyzedToken analyzedToken) Method parameters in org.languagetool.tagging.disambiguation.uk with type arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprivate booleanUkrainianHybridDisambiguator.canRemoveVmis(List<AnalyzedToken> analyzedTokens) -
Uses of AnalyzedToken in org.languagetool.tagging.el
Methods in org.languagetool.tagging.el that return types with arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprotected List<AnalyzedToken> GreekTagger.additionalTags(String word, WordTagger wordTagger) -
Uses of AnalyzedToken in org.languagetool.tagging.en
Method parameters in org.languagetool.tagging.en with type arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprivate voidEnglishTagger.addTokens(List<AnalyzedToken> taggedTokens, List<AnalyzedToken> l) -
Uses of AnalyzedToken in org.languagetool.tagging.eo
Methods in org.languagetool.tagging.eo that return AnalyzedToken -
Uses of AnalyzedToken in org.languagetool.tagging.es
Methods in org.languagetool.tagging.es that return types with arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprotected List<AnalyzedToken> SpanishTagger.additionalTags(String word, morfologik.stemming.IStemmer stemmer) Method parameters in org.languagetool.tagging.es with type arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprivate voidSpanishTagger.addTokens(List<AnalyzedToken> taggedTokens, List<AnalyzedToken> l) -
Uses of AnalyzedToken in org.languagetool.tagging.fr
Methods in org.languagetool.tagging.fr that return types with arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprotected List<AnalyzedToken> FrenchTagger.additionalTags(String word) private List<AnalyzedToken> Method parameters in org.languagetool.tagging.fr with type arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprivate voidFrenchTagger.addTokens(List<AnalyzedToken> taggedTokens, List<AnalyzedToken> l) -
Uses of AnalyzedToken in org.languagetool.tagging.ga
Method parameters in org.languagetool.tagging.ga with type arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprivate voidIrishTagger.addTokens(List<AnalyzedToken> taggedTokens, List<AnalyzedToken> l) -
Uses of AnalyzedToken in org.languagetool.tagging.gl
Methods in org.languagetool.tagging.gl that return types with arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprotected List<AnalyzedToken> GalicianTagger.additionalTags(String word, morfologik.stemming.IStemmer stemmer) Method parameters in org.languagetool.tagging.gl with type arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprivate voidGalicianTagger.addTokens(List<AnalyzedToken> taggedTokens, List<AnalyzedToken> l) -
Uses of AnalyzedToken in org.languagetool.tagging.ja
Methods in org.languagetool.tagging.ja that return AnalyzedTokenModifier and TypeMethodDescriptionprivate AnalyzedTokenJapaneseTagger.asAnalyzedToken(String word) JapaneseTagger.createToken(String token, String posTag) -
Uses of AnalyzedToken in org.languagetool.tagging.nl
Methods in org.languagetool.tagging.nl that return types with arguments of type AnalyzedTokenMethod parameters in org.languagetool.tagging.nl with type arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprivate voidDutchTagger.addTokens(List<AnalyzedToken> taggedTokens, List<AnalyzedToken> l) -
Uses of AnalyzedToken in org.languagetool.tagging.pl
Method parameters in org.languagetool.tagging.pl with type arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprivate voidPolishTagger.addTokens(List<AnalyzedToken> taggedTokens, List<AnalyzedToken> l) -
Uses of AnalyzedToken in org.languagetool.tagging.pt
Methods in org.languagetool.tagging.pt that return AnalyzedTokenModifier and TypeMethodDescriptionprivate AnalyzedTokenPortugueseTagger.buildMascPlNoun(String word) Methods in org.languagetool.tagging.pt that return types with arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprivate List<AnalyzedToken> PortugueseTagger.buildOrdinalTokens(String word) private List<AnalyzedToken> PortugueseTagger.tagMenteAdverbs(String word, String lowerWord, morfologik.stemming.IStemmer dictLookup) private List<AnalyzedToken> PortugueseTagger.tagNumberExpressions(String word) private List<AnalyzedToken> PortugueseTagger.tagPrefixedVerbs(String word, morfologik.stemming.IStemmer dictLookup) Method parameters in org.languagetool.tagging.pt with type arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprivate voidPortugueseTagger.addTokens(List<AnalyzedToken> taggedTokens, List<AnalyzedToken> l) -
Uses of AnalyzedToken in org.languagetool.tagging.uk
Methods in org.languagetool.tagging.uk that return types with arguments of type AnalyzedTokenModifier and TypeMethodDescriptionUkrainianTagger.additionalTags(String word, WordTagger wordTagger) private List<AnalyzedToken> CompoundTagger.addPluralNvTokens(String word, List<AnalyzedToken> rightAnalyzedTokens, String addTag) protected List<AnalyzedToken> UkrainianTagger.analyzeAllCapitamizedAdj(String word) (package private) List<AnalyzedToken> UkrainianTagger.asAnalyzedTokenListForTaggedWordsInternal(String word, List<TaggedWord> taggedWords) private List<AnalyzedToken> UkrainianTagger.convertTokens(List<AnalyzedToken> origTokens, String word, String str, String dictStr, String additionalTag) private List<AnalyzedToken> CompoundTagger.doGuessCompoundTag(String word) private List<AnalyzedToken> CompoundTagger.doGuessMultiHyphens(String word, int firstDashIdx, int dashIdx) private List<AnalyzedToken> CompoundTagger.doGuessTwoHyphens(String word, int firstDashIdx, int dashIdx) static List<AnalyzedToken> PosTagHelper.filter(List<AnalyzedToken> analyzedTokens, Pattern posTag) static List<AnalyzedToken> PosTagHelper.filter(AnalyzedTokenReadings tokens, Pattern postag, Pattern token) (package private) Set<AnalyzedToken> CompoundTagger.generateEntities(String word) static List<AnalyzedToken> PosTagHelper.generateTokensForNv(String word, String genders, String extraTags) private static List<AnalyzedToken> CompoundTagger.generateTokensWithRighInflected(String word, String leftWord, List<AnalyzedToken> rightAnalyzedTokens, String posTagStart, String addTag, Pattern dropTag) private List<AnalyzedToken> UkrainianTagger.getAdjustedAnalyzedTokens(String word, String adjustedWord, Pattern posTagRegex, String additionalTag, UnaryOperator<String> lemmaFunction) protected List<AnalyzedToken> UkrainianTagger.getAnalyzedTokens(String word) private static List<AnalyzedToken> CompoundTagger.getNvPrefixLatWithAdjMatch(String word, List<AnalyzedToken> analyzedTokens, String leftWord) private static List<AnalyzedToken> CompoundTagger.getNvPrefixNounMatch(String word, List<AnalyzedToken> analyzedTokens, String leftWord, String extraTag) CompoundTagger.guessCompoundTag(String word) (package private) List<AnalyzedToken> CompoundTagger.guessOtherTags(String word) private List<AnalyzedToken> CompoundTagger.guessOtherTagsInternal(String word) private List<AnalyzedToken> CompoundTagger.matchDigitCompound(String word, String leftWord, String rightWord) private List<AnalyzedToken> CompoundTagger.matchNumberedProperNoun(String word, String leftWord, String rightWord) private List<AnalyzedToken> CompoundTagger.numrAdjMatch(String word, List<AnalyzedToken> analyzedTokens, String leftWord) private List<AnalyzedToken> CompoundTagger.oAdjMatch(String word, List<AnalyzedToken> analyzedTokens, String leftWord) private List<AnalyzedToken> CompoundTagger.poAdvMatch(String word, List<AnalyzedToken> analyzedTokens, String adjTag) private List<AnalyzedToken> CompoundTagger.tagMatch(String word, List<AnalyzedToken> leftAnalyzedTokens, List<AnalyzedToken> rightAnalyzedTokens) private List<AnalyzedToken> CompoundTagger.tryOWithAdj(String word, String leftWord, List<AnalyzedToken> rightAnalyzedTokens) Methods in org.languagetool.tagging.uk with parameters of type AnalyzedTokenModifier and TypeMethodDescriptionstatic booleanPosTagHelper.hasPosTag(AnalyzedToken analyzedToken, String posTagRegex) static booleanPosTagHelper.hasPosTag(AnalyzedToken analyzedToken, Pattern posTagRegex) static booleanPosTagHelper.hasPosTagPart(AnalyzedToken analyzedToken, String posTagPart) static booleanPosTagHelper.hasPosTagStart(AnalyzedToken analyzedToken, String posTagPart) private booleanCompoundTagger.isJuniorSenior(AnalyzedToken leftAnalyzedToken, AnalyzedToken rightAnalyzedToken) static booleanPosTagHelper.isPredictOrInsert(AnalyzedToken token) Method parameters in org.languagetool.tagging.uk with type arguments of type AnalyzedTokenModifier and TypeMethodDescriptionprivate List<AnalyzedToken> CompoundTagger.addPluralNvTokens(String word, List<AnalyzedToken> rightAnalyzedTokens, String addTag) private voidCompoundTagger.addPluralNvTokens(String word, List<AnalyzedToken> newAnalyzedTokens, String rightPosTag, String addTag) private List<AnalyzedToken> UkrainianTagger.convertTokens(List<AnalyzedToken> origTokens, String word, String str, String dictStr, String additionalTag) private voidCompoundDebugLogger.debug_tagged_write(List<AnalyzedToken> analyzedTokens, BufferedWriter writer) static List<AnalyzedToken> PosTagHelper.filter(List<AnalyzedToken> analyzedTokens, Pattern posTag) private static List<AnalyzedToken> CompoundTagger.generateTokensWithRighInflected(String word, String leftWord, List<AnalyzedToken> rightAnalyzedTokens, String posTagStart, String addTag, Pattern dropTag) private static List<AnalyzedToken> CompoundTagger.getNvPrefixLatWithAdjMatch(String word, List<AnalyzedToken> analyzedTokens, String leftWord) private static List<AnalyzedToken> CompoundTagger.getNvPrefixNounMatch(String word, List<AnalyzedToken> analyzedTokens, String leftWord, String extraTag) static booleanPosTagHelper.hasPosTag(Collection<AnalyzedToken> analyzedTokenReadings, String posTagRegex) static booleanPosTagHelper.hasPosTag(Collection<AnalyzedToken> analyzedTokenReadings, Pattern posTagRegex) static booleanPosTagHelper.hasPosTagAll(List<AnalyzedToken> analyzedTokenReadings, Pattern posTag) static booleanPosTagHelper.hasPosTagPart(List<AnalyzedToken> analyzedTokenReadings, String posTagPart) static booleanPosTagHelper.hasPosTagPartAll(List<AnalyzedToken> analyzedTokenReadings, String posTagPart) static booleanPosTagHelper.hasPosTagStart(List<AnalyzedToken> analyzedTokenReadings, String posTagPart) voidCompoundDebugLogger.logTaggedCompound(List<AnalyzedToken> guessedCompoundTags) private List<AnalyzedToken> CompoundTagger.numrAdjMatch(String word, List<AnalyzedToken> analyzedTokens, String leftWord) private List<AnalyzedToken> CompoundTagger.oAdjMatch(String word, List<AnalyzedToken> analyzedTokens, String leftWord) private List<AnalyzedToken> CompoundTagger.poAdvMatch(String word, List<AnalyzedToken> analyzedTokens, String adjTag) private List<AnalyzedToken> CompoundTagger.tagMatch(String word, List<AnalyzedToken> leftAnalyzedTokens, List<AnalyzedToken> rightAnalyzedTokens) private List<AnalyzedToken> CompoundTagger.tryOWithAdj(String word, String leftWord, List<AnalyzedToken> rightAnalyzedTokens) -
Uses of AnalyzedToken in org.languagetool.tagging.xx
Methods in org.languagetool.tagging.xx that return AnalyzedToken -
Uses of AnalyzedToken in org.languagetool.tagging.zh
Methods in org.languagetool.tagging.zh that return AnalyzedTokenModifier and TypeMethodDescriptionprivate AnalyzedTokenChineseTagger.asAnalyzedToken(String word) ChineseTagger.createToken(String token, String posTag)