Uses of Class
net.sf.okapi.steps.tokenization.Tokens
-
Packages that use Tokens Package Description net.sf.okapi.steps.tokenization net.sf.okapi.steps.wordcount.categorized.gmx net.sf.okapi.steps.wordcount.common -
-
Uses of Tokens in net.sf.okapi.steps.tokenization
Methods in net.sf.okapi.steps.tokenization that return Tokens Modifier and Type Method Description TokensTokens. getExcludedFilteredList(String... tokenNames)Return a list of TokenType objects.TokensTokens. getFilteredList(String... tokenNames)Return a list of TokenType objects.TokensTokensAnnotation. getFilteredList(String... tokenTypes)TokensTokensAnnotation. getTokens()static TokensTokenizer. tokenize(String string, LocaleId language, String... tokenNames)static TokensTokenizer. tokenize(ITextUnit textUnit, LocaleId language, String... tokenNames)static TokensTokenizer. tokenize(TextContainer textContainer, LocaleId language, String... tokenNames)static TokensTokenizer. tokenize(TextFragment textFragment, LocaleId language, String... tokenNames)protected static TokensTokenizer. tokenizeString(String text, LocaleId language, String... tokenNames)Extracts tokens from the given text.Methods in net.sf.okapi.steps.tokenization with parameters of type Tokens Modifier and Type Method Description voidTokensAnnotation. addTokens(Tokens tokens)voidTokensAnnotation. setTokens(Tokens tokens)Constructors in net.sf.okapi.steps.tokenization with parameters of type Tokens Constructor Description TokensAnnotation(Tokens tokens) -
Uses of Tokens in net.sf.okapi.steps.wordcount.categorized.gmx
Methods in net.sf.okapi.steps.wordcount.categorized.gmx that return Tokens Modifier and Type Method Description protected TokensGMXAlphanumericOnlyTextUnitCharacterCountStep. filterTokens(Tokens allTokens)protected TokensGMXAlphanumericOnlyTextUnitWordCountStep. filterTokens(Tokens allTokens)protected TokensGMXMeasurementOnlyTextUnitCharacterCountStep. filterTokens(Tokens allTokens)protected TokensGMXMeasurementOnlyTextUnitWordCountStep. filterTokens(Tokens allTokens)protected TokensGMXNumericOnlyTextUnitCharacterCountStep. filterTokens(Tokens allTokens)protected TokensGMXNumericOnlyTextUnitWordCountStep. filterTokens(Tokens allTokens)Methods in net.sf.okapi.steps.wordcount.categorized.gmx with parameters of type Tokens Modifier and Type Method Description protected TokensGMXAlphanumericOnlyTextUnitCharacterCountStep. filterTokens(Tokens allTokens)protected TokensGMXAlphanumericOnlyTextUnitWordCountStep. filterTokens(Tokens allTokens)protected TokensGMXMeasurementOnlyTextUnitCharacterCountStep. filterTokens(Tokens allTokens)protected TokensGMXMeasurementOnlyTextUnitWordCountStep. filterTokens(Tokens allTokens)protected TokensGMXNumericOnlyTextUnitCharacterCountStep. filterTokens(Tokens allTokens)protected TokensGMXNumericOnlyTextUnitWordCountStep. filterTokens(Tokens allTokens) -
Uses of Tokens in net.sf.okapi.steps.wordcount.common
Methods in net.sf.okapi.steps.wordcount.common that return Tokens Modifier and Type Method Description protected TokensTokenCountStep. filterTokens(Tokens allTokens)protected TokensTokenCountStep. getTokens(Segment segment, LocaleId locale)protected TokensTokenCountStep. getTokens(TextContainer textContainer, LocaleId locale)Methods in net.sf.okapi.steps.wordcount.common with parameters of type Tokens Modifier and Type Method Description static longTokenCharacterCountStep. countTokenChars(Tokens tokens, LocaleId locale)Return the total character count (calculated perGMX.TotalCharacterCount) of all supplied tokens.protected TokensTokenCountStep. filterTokens(Tokens allTokens)
-