## 準備 dotnetcore SDK をインストールしてください。 https://www.microsoft.com/net/core ## ビルド 以下の bash script で win10, win7, osx-10.11 用の バイナリパッケージ (zip) が作成されます。 $ ./build.sh 詳細は上記シェルスクリプトを参照してください。 dotnet コマンドおよび zip コマンドに依存しています。 ## 配布 ビルドで以下のファイルが作成されます。 * mednlp-osx.zip * mednlp-win7.zip * mednlp-win10.zip 各環境のファイルをダウンロードして展開すれば、 MednlpParser コマンドと依存ファイルを含んだ mednlp フォルダが作成されます。 ## 実行 `-h` でコマンドラインオプションとデフォルト値が確認できます。 $ $DIR_TO_MEDNLP/MednlpParser -h Usage: MednlpParser [ -o | --option ] [ -p VALUE | --parameter VALUE ] [ operands ] -d --dictionary [STRING] The dictionary file. Default is './DIC.txt' (included in the program). -h --help Displays Help information about arguments when set -i --input [STRING] Read source text from specified file. Default is from standard input. -m --model [STRING] The model file. Default is './MODEL' (included in the program). -n --negative-tag [STRING] Set negative tag name. Default is 'N'. -o --output [STRING] Write the result to specified file. Default is to standard output. -p --positive-tag [STRING] Set positive tag name. Default is 'P'.