Analyze natural language text for tokenization, part-of-speech tagging, named entity recognition, sentiment analysis, language identification, and word/sentence embeddings. Translate text between languages with the Translation framework.
This skill covers two related frameworks: NaturalLanguage (NLTokenizer, NLTagger, NLEmbedding) for on-device text analysis, and Translation (TranslationSession, LanguageAvailability) for language translation.
Import NaturalLanguage for text analysis and Translation for language translation. No special entitlements or capabilities are required for NaturalLanguage. Translation requires iOS 17.4+ / macOS 14.4+.
Tokenice, etiquete y analice texto en lenguaje natural utilizando el marco NaturalLanguage de Apple y traduzca entre idiomas con el marco de traducción. Úselo al agregar identificación de idioma, análisis de opiniones, reconocimiento de entidades con nombre, etiquetado de partes del discurso, incrustaciones de texto o traducción dentro de la aplicación a aplicaciones iOS/macOS/visionOS. Fuente: dpearson2699/swift-ios-skills.