WorksApplications / SudachiDict

A lexicon for Sudachi
228 stars 19 forks source link

How to compile the dictionary? #7

Closed gopalkriagg closed 5 years ago

gopalkriagg commented 5 years ago

I am sorry for novice question, but I ran the following command sh package_python.sh and it gave the following errors/warnings:

rm: target/python/20190718: No such file or directory
cp: target/system_small.dic: No such file or directory

Where can I find system_small.dic?

kazuma-t commented 5 years ago

Please run the Maven process first.

mvn clean package
kazuma-t commented 5 years ago

@izziiyt Can we use SudachiPy to build the dictionaries?

gopalkriagg commented 5 years ago

Please run the Maven process first.

mvn clean package

Thanks! It worked!

izziiyt commented 5 years ago

@kazuma-t Yes. But I'm not so confident because I checked just a small input as unit test and manual test.

However, just now I found I can check the correctness using data for (core/full/small) system.dic because you talked to me here.

Thanks.

kazuma-t commented 5 years ago

@izziiyt Thank you.