Japanese Text Analyzer
Summary
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.
Available Actions(6)
count_chars
ファイルの文字数を計測します。絶対パスを指定してください。スペースや改行を除いた実質的な文字数をカウントします。入力: filePath (string)
count_words
ファイルの単語数を計測します。絶対パスを指定してください。英語ではスペースで区切られた単語をカウントし、日本語では形態素解析を使用します。入力: filePath (string), language (string, optional)
count_clipboard_chars
テキストの文字数を計測します。スペースや改行を除いた実質的な文字数をカウントします。入力: text (string)
count_clipboard_words
テキストの単語数を計測します。英語ではスペースで区切られた単語をカウントし、日本語では形態素解析を使用します。入力: text (string), language (string, optional)
analyze_text
テキストの詳細な形態素解析と言語的特徴の分析を行います。文の複雑さ、品詞の割合、語彙の多様性などを解析します。入力: text (string)
analyze_file
ファイルの詳細な形態素解析と言語的特徴の分析を行います。文の複雑さ、品詞の割合、語彙の多様性などを解析します。入力: filePath (string)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요