Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention about output format in the README #236

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ $ java -jar sudachi-XX.jar [-r conf] [-s json] [-m mode] [-a] [-d] [-f] [-o outp
$ echo 東京都へ行く | java -jar target/sudachi.jar -t
東京都 へ 行く

Check [the simple formatter](./src/main/java/com/worksap/nlp/sudachi/SimpleMorphemeFormatter.java) for the output format.

## How to use the API

You can find details in the Javadoc.
Expand Down Expand Up @@ -437,6 +439,7 @@ $ java -jar sudachi-XX.jar [-r conf] [-s json] [-m mode] [-a] [-d] [-f] [-o outp
$ echo 東京都へ行く | java -jar target/sudachi.jar -t
東京都 へ 行く

出力フォーマットについては、[シンプルフォーマッタ](./src/main/java/com/worksap/nlp/sudachi/SimpleMorphemeFormatter.java)を確認してください。

## ライブラリの利用

Expand Down