Uses of Class
net.sf.okapi.steps.tokenization.TokenConfigs.TokenConfig
-
-
Uses of TokenConfigs.TokenConfig in net.sf.okapi.steps.tokenization
Methods in net.sf.okapi.steps.tokenization that return TokenConfigs.TokenConfig Modifier and Type Method Description TokenConfigs.TokenConfigTokenConfigs. get(int index)TokenConfigs.TokenConfigTokenConfigs. getRule(int tokenId)Gets a rule by its tokenIdTokenConfigs.TokenConfigTokenConfigs. remove(int index)TokenConfigs.TokenConfigTokenConfigs. set(int index, TokenConfigs.TokenConfig element)Methods in net.sf.okapi.steps.tokenization that return types with arguments of type TokenConfigs.TokenConfig Modifier and Type Method Description static Collection<TokenConfigs.TokenConfig>Tokens. getRules()Iterator<TokenConfigs.TokenConfig>TokenConfigs. iterator()ListIterator<TokenConfigs.TokenConfig>TokenConfigs. listIterator()ListIterator<TokenConfigs.TokenConfig>TokenConfigs. listIterator(int index)List<TokenConfigs.TokenConfig>TokenConfigs. subList(int fromIndex, int toIndex)Methods in net.sf.okapi.steps.tokenization with parameters of type TokenConfigs.TokenConfig Modifier and Type Method Description voidTokenConfigs. add(int index, TokenConfigs.TokenConfig element)booleanTokenConfigs. add(TokenConfigs.TokenConfig o)TokenConfigs.TokenConfigTokenConfigs. set(int index, TokenConfigs.TokenConfig element)Method parameters in net.sf.okapi.steps.tokenization with type arguments of type TokenConfigs.TokenConfig Modifier and Type Method Description booleanTokenConfigs. addAll(int index, Collection<? extends TokenConfigs.TokenConfig> c)booleanTokenConfigs. addAll(Collection<? extends TokenConfigs.TokenConfig> c)
-