Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AI / MLMédio

NaturalLanguage + Translation

pordpearson2699·dpearson2699· v1.0.0 · atualizado em 2026-04-10
80
Score

Tokenize, tag, and analyze natural language text using Apple's NaturalLanguage framework and translate between languages with the Translation framework. Use when adding language identification, sentiment analysis, named entity recognition, part-of-speech tagging, text embeddings, or in-app translation to iOS/macOS/visionOS apps.

natural-language-processingnlptext-analysislanguage-identificationsentiment-analysisnamed-entity-recognitionmachine-translation
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdnatural-language/workflow
1. Receive input text.
2. Identify the language of the text using `NLLanguageRecognizer`.
3. Tokenize the text into words or sentences using `NLTokenizer`.
4. Perform part-of-speech tagging using `NLTagger` to identify nouns, verbs, etc.
5. Extract named entities (people, places, organizations) using `NLTagger`.
6. Determine the sentiment score of the text using `NLTagger`.
7. Translate the text to another language using `TranslationSession` (optional).
8. Return the analyzed or translated text.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aElevenLabs Speech-to-Text
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aFaster Whisper
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aWhisper (CLI)
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
76

Árvore do Skill

NaturalLanguage + Translation
natural-language
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers8
analyze text with NaturalLanguage frameworkidentify language of a textextract entities from textget sentiment score of a sentencetranslate text between languagestokenize text into wordsfind similar words using embeddingsperform part-of-speech tagging

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download natural-language
$ synaptic skills detail natural-language
$ synaptic skills live natural-language

Links

GitHub Repository