All Projects → WorksApplications → ViSudachi

WorksApplications / ViSudachi

Licence: Apache-2.0 license
A tool for visualizing the internal structures of morphological analyzer Sudachi

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
CSS
56736 projects
HTML
75241 projects

ViSudachi

build

A tool for visualizing the internal structures of morphological analyzer Sudachi.

Build

./gradlew bootJar

(Yarn is required.)

Usage

  1. Copy system_core.dic to the current directory.
  2. Launch the process and browse to http://localhost:8080 in your web browser.
java -jar backend/build/libs/visudachi-0.0.1-SNAPSHOT.jar

Or, if you want to specify dictionaries, you can do so as follows.

java -jar backend/build/libs/visudachi-0.0.1-SNAPSHOT.jar --system-dict=/path/to/system_core.dic --user-dict=/path/to/user.dic --user-dict=/path/to/user2.dic

The optimal path containing the selected nodes will be displayed in dark green and the cost will be displayed in total cost. The default is the output path of Sudachi. If another path is selected, the Sudachi path will be shown in yellow and the cost difference will be displayed in parentheses.

screenshot

Thanks

This tool was inspired by ViJUMAN, ViCha and VisualMorphs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].