Closed AlloVince closed 5 years ago
Thank you for your FB. Let me know which sudachipy version you used !
I found it works with experiment
branch (partially cythonized).
Could you check with experiment
branch ?
pip install -e git+git://github.com/WorksApplications/SudachiPy@experiment#egg=Sudachipy
thank you for your quick reply, my version is 0.3.10
お世話になります。
自然言語処理解析用のライブラリGinzaの活用を試行しています。 Ginzaをインストール時に、Ginzaに同梱されたSudacipyも同時にインストールされました。
そのSudachiPy用に用意したユーザー辞書をビルドしようとしたところ、 上記とほぼ同一のruntimeerrorが発生してしまいました。
環境としては以下のような構成となります。 Ginza 2.0.0 ja-ginza 2.1.0 SudachiDict-core 20190531 SudachiPy 0.3.11
下記のexperiment branchはもはや存在しないでしょうか? また、ginzaとは別に後からsudachipyだけをインストールしなおすことは不安に思っています。 pip install -e git+git://github.com/WorksApplications/SudachiPy@experiment#egg=Sudachipy
もし可能であれば何かご助言頂けると助かります。 以上よろしくお願いいたします
@yuki-kaze
まず最初にお願いなのですが、今後は同じような事象に困っている非日本語話者のユーザーのためにも英語で投稿していただけると助かります! https://github.com/WorksApplications/SudachiPy#contact に記載されているslackでは基本的に日本語で議論がなされているのでカジュアルに日本語で聞きたいときはこちらをご利用ください。
以下英語でお答えします。
In my environment, the bellow command properly works. Could you tell me what this command dumped ?
pip install -e git+git://github.com/WorksApplications/SudachiPy@experiment#egg=Sudachipy
また、ginzaとは別に後からsudachipyだけをインストールしなおすことは不安に思っています もし可能であれば何かご助言頂けると助かります。
I think installing SudachiPy in virtual environment and run ubuild is one option. For example, like bellow
$ python -m venv venv
$ source venv/bin/activate
$ pip install -e git+git://github.com/WorksApplications/SudachiPy@experiment#egg=Sudachipy
$ sudachipy ubuild ...
After that you can use the created dictionary in your original environment.
Hi guys
I meet a issue when building a user dictionary with a little bit longer csv (224 lines), this will cause a exception as
Also here is the test code, you could save as file direct run it