Uses of Class
org.robovm.apple.naturallanguage.NLTaggerOptions
| Package | Description |
|---|---|
| org.robovm.apple.naturallanguage |
-
Uses of NLTaggerOptions in org.robovm.apple.naturallanguage
Fields in org.robovm.apple.naturallanguage declared as NLTaggerOptions Modifier and Type Field Description static NLTaggerOptionsNLTaggerOptions. JoinContractionsstatic NLTaggerOptionsNLTaggerOptions. JoinNamesstatic NLTaggerOptionsNLTaggerOptions. Nonestatic NLTaggerOptionsNLTaggerOptions. OmitOtherstatic NLTaggerOptionsNLTaggerOptions. OmitPunctuationstatic NLTaggerOptionsNLTaggerOptions. OmitWhitespacestatic NLTaggerOptionsNLTaggerOptions. OmitWordsMethods in org.robovm.apple.naturallanguage that return NLTaggerOptions Modifier and Type Method Description protected NLTaggerOptions[]NLTaggerOptions. _values()static NLTaggerOptions[]NLTaggerOptions. values()protected NLTaggerOptionsNLTaggerOptions. wrap(long value, long mask)Methods in org.robovm.apple.naturallanguage with parameters of type NLTaggerOptions Modifier and Type Method Description voidNLTagger. enumerateTags(NSRange range, NLTokenUnit unit, NLTagScheme scheme, NLTaggerOptions options, VoidBlock3<NLTag,NSRange,BooleanPtr> block)NSArray<NSString>NLTagger. getTags(NSRange range, NLTokenUnit unit, NLTagScheme scheme, NLTaggerOptions options, NSArray.NSArrayPtr<?> tokenRanges)