まだ、大した事はできていませんが、パイプライン解析により可能性を増やせると考えています。
夏目漱石「こころ」の解析結果
本AddOn | KHCoder | |
---|---|---|
WordCloud | ||
共起ネットワーク |
- Under GPL-3.0
- This is depended on license of Orange Canvas which is under GPL-3.0.
Orange Canvasは日本語形態素解析に対応してません。Orange Canvasにより形態素解析できれば、Janomeを利用させて頂き形態素解析できるようにしました。 これでノンプログラミングにおけるテキスト解析の幅が広がる事を期待しております。
使用するPythonバージョン<3.9でなければなりません。Python>=3.9はorange3
のインストールに失敗する(2021.1.6現在)
- If not showing widgets group "NLP4OC", Please install
orange3-timeseries
.- Then, updated numpy version.
- orange3を事前にインストール
pip install -U orange3
- Orange3に本addonを組み込む
python setup.py install
- Orangeを起動してインストールされている事を確認する
python -m Orange.canvas
x86
は不可。x64
でお願いします。
-
Windows専用インストーラ:
installer4windows.bat
- こちらのインストーラを使うのが楽です。
-
How to install via https
python -m pip install -e git+https://github.com/HirotsuguMINOWA/OC-NLP@master#egg=nlp4oc
-
How to install via ssh
python -m pip install -e git+ssh://[email protected]/HirotsuguMINOWA/OC-NLP@master#egg=nlp4oc
To install the add-on, run
pip install .
To register this add-on with Orange, but keep the code in the development directory (do not copy it to Python's site-packages directory), run
pip install -e .
Documentation / widget help can be built by running
make html htmlhelp
from the doc directory.
After the installation, the widget from this add-on is registered with Orange. To run Orange from the terminal, use
python -m Orange.canvas
The new widget appears in the toolbox bar under the section Example.