Uses of Record Class
opennlp.tools.util.TokenTag
Packages that use TokenTag
Package
Description
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
Package containing common code for performing full syntactic parsing.
Package containing utility data structures and algorithms used by multiple other packages.
-
Uses of TokenTag in opennlp.tools.chunker
Methods in opennlp.tools.chunker that return types with arguments of type TokenTagMethods in opennlp.tools.chunker with parameters of type TokenTagModifier and TypeMethodDescriptionString[]
DefaultChunkerContextGenerator.getContext
(int index, TokenTag[] sequence, String[] priorDecisions, Object[] additionalContext) boolean
DefaultChunkerSequenceValidator.validSequence
(int i, TokenTag[] sequence, String[] s, String outcome) -
Uses of TokenTag in opennlp.tools.parser
Methods in opennlp.tools.parser that return types with arguments of type TokenTagMethods in opennlp.tools.parser with parameters of type TokenTagModifier and TypeMethodDescriptionString[]
ChunkContextGenerator.getContext
(int index, TokenTag[] sequence, String[] priorDecisions, Object[] additionalContext) boolean
ParserChunkerSequenceValidator.validSequence
(int i, TokenTag[] inputTuples, String[] outcomesSequence, String outcome) -
Uses of TokenTag in opennlp.tools.util
Methods in opennlp.tools.util that return TokenTagMethods in opennlp.tools.util with parameters of type TokenTagModifier and TypeMethodDescriptionstatic String[]
TokenTag.extractTags
(TokenTag[] tuples) static String[]
TokenTag.extractTokens
(TokenTag[] tuples)