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
Subinterfaces with type arguments of type TokenTag in opennlp.tools.chunkerModifier and TypeInterfaceDescriptioninterfaceInterface for aBeamSearchContextGeneratorused in syntactic chunking.Classes in opennlp.tools.chunker that implement interfaces with type arguments of type TokenTagMethods 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) booleanDefaultChunkerSequenceValidator.validSequence(int i, TokenTag[] sequence, String[] s, String outcome) -
Uses of TokenTag in opennlp.tools.parser
Classes in opennlp.tools.parser that implement interfaces with type arguments of type TokenTagMethods 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) booleanParserChunkerSequenceValidator.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)