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.expression
Methods 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 TypeMethodDescriptionboolean
TokenPredicate.apply
(ChunkTaggedToken analyzedToken) private boolean
EnglishChunkFilter.hasNounWithPluralReading
(ChunkTaggedToken token) private boolean
EnglishChunkFilter.isBeginningOfNounPhrase
(ChunkTaggedToken taggedToken) private boolean
EnglishChunkFilter.isContinuationOfNounPhrase
(ChunkTaggedToken taggedToken) Method parameters in org.languagetool.chunking with type arguments of type ChunkTaggedTokenModifier and TypeMethodDescriptionprivate void
GermanChunker.apply
(GermanChunker.RegularExpressionWithPhraseType regex, List<ChunkTaggedToken> tokens) private void
EnglishChunker.assignChunksToReadings
(List<ChunkTaggedToken> chunkTaggedTokens) private void
GermanChunker.assignChunksToReadings
(List<ChunkTaggedToken> chunkTaggedTokens) private GermanChunker.AffectedSpans
GermanChunker.doApplyRegex
(GermanChunker.RegularExpressionWithPhraseType regex, List<ChunkTaggedToken> tokens) (package private) List
<ChunkTaggedToken> EnglishChunkFilter.filter
(List<ChunkTaggedToken> tokens) private org.languagetool.chunking.ChunkTag
GermanChunker.getChunkTag
(GermanChunker.RegularExpressionWithPhraseType regex, edu.washington.cs.knowitall.regex.Match<ChunkTaggedToken> match, int i) private EnglishChunkFilter.ChunkType
EnglishChunkFilter.getChunkType
(List<ChunkTaggedToken> tokens, int chunkStartPos) Get the type of the chunk that starts at the given position.private String
GermanChunker.getDebugString
(List<ChunkTaggedToken> tokens) private boolean
EnglishChunkFilter.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)