We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
現在の ginza/command_line.py は肥大化しているため機能を切り出してシンプル化する。
ginza/command_line.py
従来のコマンドラインのマルチプロセス処理は非効率な部分が多くあるため、spacy-rayを用いて効率化が可能であれば採用する。 https://github.com/explosion/spacy-ray https://www.ray.io/
The text was updated successfully, but these errors were encountered:
Done in v5.1.0
Sorry, something went wrong.
r-terada
No branches or pull requests
コマンドラインツールのリファクタリング
現在の
ginza/command_line.py
は肥大化しているため機能を切り出してシンプル化する。従来仕様の維持
spacy-rayを利用した並列化
従来のコマンドラインのマルチプロセス処理は非効率な部分が多くあるため、spacy-rayを用いて効率化が可能であれば採用する。
https://github.com/explosion/spacy-ray
https://www.ray.io/
The text was updated successfully, but these errors were encountered: