Skip to content

AngryMane/linkage_dist_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

#How to use

$python3 -m pip install -r requirements.txt
$python3 checker.py ここにチェックしたい文章を入力する
total_distance is 18.
"ここ" linked to "入力". distance is 7.
"チェック" linked to "文章". distance is 3.
"たい" linked to "チェック". distance is 2.
"文章" linked to "入力". distance is 2.
"に" linked to "ここ". distance is 1.
"し" linked to "チェック". distance is 1.
"を" linked to "文章". distance is 1.
"する" linked to "入力". distance is 1.
"入力" linked to "root". distance is 0.

If you want to check English sentences.

$python3 checker.py This\ is\ English\ sample. -l en

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages