Installation

Requirements

The following are software and hardware requirements for DODDLE-OWL.

  • JRE (Java Runtime Environment) 8 or later
  • OS: Operating System running Java
  • CPU: Pentium4 2GHz or higher
  • Memory: 1GB or higher
  • HDD: 1GB or higher
  • Display Resolution: XGA(1024×768)

We have tested the following environment.

  • JDK 8
  • OS: macOS Sierra
  • CPU: Intel Core i7 4GHz
  • Memory: 32GB
  • Display Resolution: WUXGA (1920x1200)

Acknowledgements

DODDLE-OWL uses the following libraries. Since these libraries are included in DODDLE-OWL, users don’t have to get the libraries.

Optional Software

DODDLE-OWL uses the following software optionally.

Warning

  • Beta6からは,ChaSen, MeCab, CaboChaは,UTF-8のみに対応しています.
    • ChaSenでUTF-8を利用する方法は,ChaSen’s Wiki FAQを参照してください.
    • MeCabおよびCaboChaは,2008年11月現在の最新版は,UTF-8に対応しています.(Windows版ではインストール時に辞書の文字コードとして「UTF-8」を選択します.Unix,Macでは,configureのオプションとして「–with-charset=utf8」を指定します.)
  • In order to extract Japanese compound words, Perl, Chasen (or MeCab), and CaboCha are required.
  • In order to extract English compound words, Perl is required.
  • In order to use EDR dictionary (EDR general vocaburary dictionary or EDR technical terminology dictionary) as general ontologies, EDR are required. You need to change EDR into a format for DODDLE using EDR2DODDLE_DIC_Converter. EDR電子化辞書から領域オントロジーを構築したい場合には,EDR電子化辞書の概念体系辞書(必須),日本語単語辞書(必須),英語単語辞書(オプション),概念記述辞書(オプション)が必要です.

How to install

Windows

Download DODDLE-OWL_1.0RC2_win.zip from the download page and extract the file to any directory.

macOS

Download DODDLE-OWL_1.0RC2_mac.zip from the download page and extract the file to any directory.

How to uninstall

Remove the extracted folder.

How to execute

Execute DODDLE-OWL.exe or DODDLE-OWL.app file.

Configurations

Configurations can be set in the Option Dialog in DODDLE-OWL.

Option Dialog: Basic Tab

  • Language
    • enまたはjaを指定することで,英語または日本語メニューを表示することができます.
  • Base prefix
    • ユーザが定義した概念の接頭辞を設定します.
  • Base URI
    • オントロジー保存時のベースURIを設定します.

Option Dialog: Folder Tab

  • Project folder
    • Default path: C:/DODDLE-OWL/DODDLEProject
    • プロジェクトファイルを保存するフォルダを設定します.プロジェクトを保存・復元する際に このフォルダが基点となります.
  • Stop word list
    • Default path: C:/DODDLE-OWL/stop_word_list.txt
    • 用語抽出時に無視する単語リストが保存されたファイルを設定します.
  • EDR dic folder
    • Default path: C:/DODDLE-OWL/EDR_DIC
    • EDR一般辞書のテキストデータをDODDLE用に変換したファイルを置いたフォルダを設定します.
  • EDRT dic folder
    • Default path: C:/DODDLE-OWL/EDRT_DIC
    • EDR専門辞書のテキストデータをDODDLE用に変換したファイルを置いたフォルダを設定します.
  • 日本語形態素解析器
    • Default path: C:/Program Files/ChaSen/chasen.exe
    • 複合語抽出モジュール言選を利用する場合に必要です.(chasen21は不可)
  • 日本語係り受け解析器
    • Default path: C:/Program Files/CaboCha/bin/cabocha.exe
    • 複合語抽出する場合に必要です.
  • perl.exe
    • Default path: C:/Perl/bin/perl.exe
    • 言選(TermExtract)を利用する場合に必要です.
  • Upper concept list
    • Default path: C:/DODDLE-OWL/upperConceptList.txt
    • 上位概念のリストを設定します.ある単語がEDR上の指定した概念の下位にあるかどうかを提示するために利用します.

How to use EDR dictionary as general ontologies

DODDLE-OWLでEDR電子化辞書を汎用オントロジーとして参照するためには,EDR電子化辞書のテキストデータをDODDLE-OWLで参照する形式に変換する必要があります. 以下では,その変換手順について説明します.

CPU: Intel Core i7 4GHz,メモリ: 32GBのiMacを用いてEDR一般辞書とEDR専門辞書をDODDLE-OWLで参照する形式に変換するためにかかる時間は以下の通りです.

  • EDR general vocaburary dictionary: about 3 minutes
  • EDR technical terminology dictionary: about 40 seconds

Requirements

  • More than 1GB of RAM (Recommendation 2GB)
  • EDR general vocaburary dictionary or EDR technical terminology dictionary

EDR general vocaburary dictionary

  1. Copy CPC.DIC, CPH.DIC, CPT.DIC, EWD.DIC, and JWD.DIC to any directory (e.g. C:/EDR_Text/).
  2. Select “DODDLE Dic Converter” sub menu in Tool menu. Then, a dialog is shown. (Fig. 1)
  3. Select “EDR” as Dictionary Type. Check “Text” as Conversion Type.
  4. Set path for Input Dictionary Path and Output Dictionary Path (EDR Dic Folder).
  5. Click Convert Button. Then, concept.data, relation.data, tree.data, word.data, concept.index, relation.index, tree.index, and word.index are generated in EDR Dic Folder.
  6. Set path for EDR Dic Folder in the Option Dialog.

EDR technical terminology dictionary

  1. Copy TCPC.DIC, TCPH.DIC, TEWD.DIC, and TJWD.DIC to any directory (e.g. C:/EDRT_Text/).
  2. Select “DODDLE Dic Converter” sub menu in Tool menu. Then, a dialog is shown. (Fig. 1)
  3. Select “EDRT” as Dictionary Type. Check “Text” as Conversion Type.
  4. Set path for Input Dictionary Path and Output Dictionary Path (EDRT Dic Folder).
  5. Click Convert Button. Then, concept.data, tree.data, word.data, concept.index, tree.index, and word.index are generated in EDRT Dic Folder.
  6. Set path for EDRT Dic Folder using Option Dialog.
DODDLE_Dic_Converter

Fig. 1 DODDLE_Dic_Converter