A server that provides Japanese text analysis capabilities through morphological parsing using the Kuromoji library. It enables AI assistants to break down Japanese sentences into their component parts, identifying words, their grammatical functions, readings, and base forms. This implementation makes it possible to analyze complex Japanese text structures programmatically through the MCP protocol, making it valuable for language learning applications, translation tools, and natural language processing tasks that require detailed understanding of Japanese grammar and vocabulary.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Counts the number of characters in a file, excluding spaces and line breaks. Requires an absolute file path (Windows or WSL/Linux format).
Counts the number of words in a file using space as a delimiter for English and morphological analysis for Japanese. Requires an absolute file path and an optional language parameter.
Counts the number of characters in the provided text, excluding spaces and line breaks.
Counts the number of words in the provided text using space as a delimiter for English and morphological analysis for Japanese. Optional language parameter is available.
Performs detailed morphological analysis and linguistic feature analysis on the provided text, including sentence complexity, part of speech ratios, and lexical diversity.
Performs detailed morphological analysis and linguistic feature analysis on a specified file, including sentence complexity, part of speech ratios, and lexical diversity.