什麼是 natural-language?
使用 Apple 的 NaturalLanguage 框架對自然語言文本進行標記、標記和分析,並使用 Translation 框架在語言之間進行翻譯。在 iOS/macOS/visionOS 應用程式中新增語言辨識、情緒分析、命名實體辨識、詞性標記、文字嵌入或應用程式內翻譯時使用。 來源:dpearson2699/swift-ios-skills。
使用 Apple 的 NaturalLanguage 框架對自然語言文本進行標記、標記和分析,並使用 Translation 框架在語言之間進行翻譯。在 iOS/macOS/visionOS 應用程式中新增語言辨識、情緒分析、命名實體辨識、詞性標記、文字嵌入或應用程式內翻譯時使用。
透過命令列快速安裝 natural-language AI 技能到你的開發環境
來源:dpearson2699/swift-ios-skills。
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+.
使用 Apple 的 NaturalLanguage 框架對自然語言文本進行標記、標記和分析,並使用 Translation 框架在語言之間進行翻譯。在 iOS/macOS/visionOS 應用程式中新增語言辨識、情緒分析、命名實體辨識、詞性標記、文字嵌入或應用程式內翻譯時使用。 來源:dpearson2699/swift-ios-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill natural-language使用 Apple 的 NaturalLanguage 框架對自然語言文本進行標記、標記和分析,並使用 Translation 框架在語言之間進行翻譯。在 iOS/macOS/visionOS 應用程式中新增語言辨識、情緒分析、命名實體辨識、詞性標記、文字嵌入或應用程式內翻譯時使用。 來源:dpearson2699/swift-ios-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/dpearson2699/swift-ios-skills --skill natural-language 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/dpearson2699/swift-ios-skills