Skip to content

Orange Canvasというデータ解析ソフトで日本語を解析するためのWidgetsを作りました。

Notifications You must be signed in to change notification settings

HirotsuguMINOWA/OrangeCanvas-VizTxt

Repository files navigation

OC-NLP : NLP addon for Orange Canvas3

screenshot

screenshot

本アドオンで実現できる事

まだ、大した事はできていませんが、パイプライン解析により可能性を増やせると考えています。

夏目漱石「こころ」の解析結果

本AddOn KHCoder
WordCloud OC-ExtractWord KHCoder-EW
共起ネットワーク OC-Net KH-Net

License

  • Under GPL-3.0
    • This is depended on license of Orange Canvas which is under GPL-3.0.

Abstract

Orange Canvasは日本語形態素解析に対応してません。Orange Canvasにより形態素解析できれば、Janomeを利用させて頂き形態素解析できるようにしました。 これでノンプログラミングにおけるテキスト解析の幅が広がる事を期待しております。

Caution

  1. 使用するPythonバージョン<3.9でなければなりません。
    1. Python>=3.9はorange3のインストールに失敗する(2021.1.6現在)
  2. If not showing widgets group "NLP4OC", Please install orange3-timeseries.
    1. Then, updated numpy version.

本アドオンの動作確認の手順

  1. orange3を事前にインストール
    1. pip install -U orange3
  2. Orange3に本addonを組み込む
    1. python setup.py install
  3. Orangeを起動してインストールされている事を確認する
    1. python -m Orange.canvas

Requirements

  • x86は不可。x64でお願いします。

Installation

  • Windows専用インストーラ: installer4windows.bat

    1. こちらのインストーラを使うのが楽です。
  • 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.

Usage

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.

About

Orange Canvasというデータ解析ソフトで日本語を解析するためのWidgetsを作りました。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published