Uses of Class
org.robovm.apple.foundation.NSLinguisticTagScheme
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSLinguisticTagScheme in org.robovm.apple.foundation
Fields in org.robovm.apple.foundation declared as NSLinguisticTagScheme Modifier and Type Field Description static NSLinguisticTagSchemeNSLinguisticTagScheme. LanguageDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagSchemeNSLinguisticTagScheme. LemmaDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagSchemeNSLinguisticTagScheme. LexicalClassDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagSchemeNSLinguisticTagScheme. NameTypeDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagSchemeNSLinguisticTagScheme. NameTypeOrLexicalClassDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagSchemeNSLinguisticTagScheme. ScriptDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagSchemeNSLinguisticTagScheme. TokenTypeDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIMethods in org.robovm.apple.foundation that return NSLinguisticTagScheme Modifier and Type Method Description static NSLinguisticTagSchemeNSLinguisticTagScheme.Marshaler. toObject(Class<NSLinguisticTagScheme> cls, long handle, long flags)static NSLinguisticTagSchemeNSLinguisticTagScheme. valueOf(NSString value)Methods in org.robovm.apple.foundation that return types with arguments of type NSLinguisticTagScheme Modifier and Type Method Description static List<NSLinguisticTagScheme>NSLinguisticTagger. getAvailableTagSchemes(String language)Deprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIList<NSLinguisticTagScheme>NSLinguisticTagger. getTagSchemes()Deprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic List<NSLinguisticTagScheme>NSLinguisticTagScheme.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.foundation with parameters of type NSLinguisticTagScheme Modifier and Type Method Description voidNSLinguisticTagger. enumerateTagsInRange(NSRange range, NSLinguisticTagScheme tagScheme, NSLinguisticTaggerOptions opts, VoidBlock4<NSLinguisticTag,NSRange,NSRange,BooleanPtr> block)Deprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIList<NSLinguisticTag>NSLinguisticTagger. getPossibleTags(long charIndex, NSLinguisticTagScheme tagScheme, NSRange tokenRange, NSRange sentenceRange)Deprecated.protected List<NSLinguisticTag>NSLinguisticTagger. getPossibleTags(long charIndex, NSLinguisticTagScheme tagScheme, NSRange tokenRange, NSRange sentenceRange, NSArray.NSArrayPtr<?> scores)Deprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIList<Long>NSLinguisticTagger. getPossibleTagScores(long charIndex, NSLinguisticTagScheme tagScheme, NSRange tokenRange, NSRange sentenceRange)Deprecated.List<NSRange>NSLinguisticTagger. getTagRanges(NSRange range, NSLinguisticTagScheme tagScheme, NSLinguisticTaggerOptions opts)Deprecated.List<NSLinguisticTag>NSLinguisticTagger. getTags(NSRange range, NSLinguisticTagScheme tagScheme, NSLinguisticTaggerOptions opts)Deprecated.protected List<NSLinguisticTag>NSLinguisticTagger. getTags(NSRange range, NSLinguisticTagScheme tagScheme, NSLinguisticTaggerOptions opts, NSArray.NSArrayPtr<?> tokenRanges)Deprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic longNSLinguisticTagScheme.Marshaler. toNative(NSLinguisticTagScheme o, long flags)Method parameters in org.robovm.apple.foundation with type arguments of type NSLinguisticTagScheme Modifier and Type Method Description protected longNSLinguisticTagger. init(List<NSLinguisticTagScheme> tagSchemes, NSLinguisticTaggerOptions opts)Deprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic longNSLinguisticTagScheme.AsListMarshaler. toNative(List<NSLinguisticTagScheme> l, long flags)static NSLinguisticTagSchemeNSLinguisticTagScheme.Marshaler. toObject(Class<NSLinguisticTagScheme> cls, long handle, long flags)Constructor parameters in org.robovm.apple.foundation with type arguments of type NSLinguisticTagScheme Constructor Description NSLinguisticTagger(List<NSLinguisticTagScheme> tagSchemes, NSLinguisticTaggerOptions opts)Deprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API