Uses of Class
org.languagetool.chunking.ChunkTaggedToken
Packages that use ChunkTaggedToken
-
Uses of ChunkTaggedToken in org.languagetool.chunking
Fields in org.languagetool.chunking with type parameters of type ChunkTaggedTokenModifier and TypeFieldDescription(package private) final edu.washington.cs.knowitall.regex.RegularExpression<ChunkTaggedToken> GermanChunker.RegularExpressionWithPhraseType.expressionMethods in org.languagetool.chunking that return types with arguments of type ChunkTaggedTokenModifier and TypeMethodDescriptionedu.washington.cs.knowitall.regex.Expression.BaseExpression<ChunkTaggedToken> (package private) List<ChunkTaggedToken> EnglishChunkFilter.filter(List<ChunkTaggedToken> tokens) (package private) List<ChunkTaggedToken> GermanChunker.getBasicChunks(List<org.languagetool.AnalyzedTokenReadings> tokenReadings) private List<ChunkTaggedToken> EnglishChunker.getChunkTagsForReadings(List<org.languagetool.AnalyzedTokenReadings> tokenReadings) private List<ChunkTaggedToken> EnglishChunker.getTokensWithTokenReadings(List<org.languagetool.AnalyzedTokenReadings> tokenReadings, String[] tokens, String[] chunkTags) Methods in org.languagetool.chunking with parameters of type ChunkTaggedTokenModifier and TypeMethodDescriptionbooleanTokenPredicate.apply(ChunkTaggedToken analyzedToken) private booleanEnglishChunkFilter.hasNounWithPluralReading(ChunkTaggedToken token) private booleanEnglishChunkFilter.isBeginningOfNounPhrase(ChunkTaggedToken taggedToken) private booleanEnglishChunkFilter.isContinuationOfNounPhrase(ChunkTaggedToken taggedToken) Method parameters in org.languagetool.chunking with type arguments of type ChunkTaggedTokenModifier and TypeMethodDescriptionprivate voidGermanChunker.apply(GermanChunker.RegularExpressionWithPhraseType regex, List<ChunkTaggedToken> tokens) private voidEnglishChunker.assignChunksToReadings(List<ChunkTaggedToken> chunkTaggedTokens) private voidGermanChunker.assignChunksToReadings(List<ChunkTaggedToken> chunkTaggedTokens) private GermanChunker.AffectedSpansGermanChunker.doApplyRegex(GermanChunker.RegularExpressionWithPhraseType regex, List<ChunkTaggedToken> tokens) (package private) List<ChunkTaggedToken> EnglishChunkFilter.filter(List<ChunkTaggedToken> tokens) private org.languagetool.chunking.ChunkTagGermanChunker.getChunkTag(GermanChunker.RegularExpressionWithPhraseType regex, edu.washington.cs.knowitall.regex.Match<ChunkTaggedToken> match, int i) private EnglishChunkFilter.ChunkTypeEnglishChunkFilter.getChunkType(List<ChunkTaggedToken> tokens, int chunkStartPos) Get the type of the chunk that starts at the given position.private StringGermanChunker.getDebugString(List<ChunkTaggedToken> tokens) private booleanEnglishChunkFilter.isEndOfNounPhrase(List<ChunkTaggedToken> tokens, int i) Constructor parameters in org.languagetool.chunking with type arguments of type ChunkTaggedTokenModifierConstructorDescription(package private)RegularExpressionWithPhraseType(edu.washington.cs.knowitall.regex.RegularExpression<ChunkTaggedToken> expression, GermanChunker.PhraseType phraseType, boolean overwrite)