MCPServers
Japanese Text Analyzer - MCP server logo

Japanese Text Analyzer

1
0

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)

Last Updated: April 17, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Coming soon to
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ