-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I'm using a git version of KNP (0209a5e
) and found that some options seem to be obsolete and others are newly added. The table below shows the options described in the MANUAL and those which only appear in the current knp -help
(e.g. -dpnd-fast
). Would you please edits the MANUAL and explain which option is obsolete (e.g. whether -td
is no longer in use) and how to use the newly added options (e.g. what -semantic-head
returns; when to use -S
)? If you have already documented these options, I would like to know where such a documentation is.
Classification in MANUAL | Option name | Description in MANUAL | In Manual? | In -help option? |
---|---|---|---|---|
解析のレベルの指定 | -bnst |
形態素列を文節列に変換する | TRUE | TRUE |
解析のレベルの指定 | -dpnd |
さらに,文節間の係り受け解析を行う | TRUE | TRUE |
解析のレベルの指定 | -case (default) |
さらに,格関係の解析を行う | TRUE | TRUE |
解析のレベルの指定 | -anaphora |
さらに,照応関係の解析を行う | TRUE | TRUE |
解析のレベルの指定 | -ne |
さらに,固有表現の解析を行う (Obsolete??) | TRUE | FALSE |
• 解析結果の表示の指定 | -tab |
表形式による表示 | TRUE | TRUE |
• 解析結果の表示の指定 | -simple |
出力を少なくした表形式による表示 (Obsolete??) | TRUE | FALSE |
• 解析結果の表示の指定 | -td |
「解析結果汎用表示ツール」に対応した表示 Obsolete?? | TRUE | FALSE |
• 解析結果の表示の指定 | -tree (default) |
木構造による表示 | TRUE | TRUE |
• 解析結果の表示の指定 | -bnsttab |
文節の表形式による表示 | TRUE | TRUE |
• 解析結果の表示の指定 | -bnsttree |
文節の木構造による表示 | TRUE | TRUE |
• 解析結果の表示の指定 | -sexp |
リスト形式による表示 | TRUE | TRUE |
• 解析結果の出力情報の指定 | -normal (default) |
最終的解析結果だけを表示 | TRUE | TRUE |
• 解析結果の出力情報の指定 | -detail |
係り受けの可能性行例,文節間の類似度行列なども表示 | TRUE | TRUE |
• 解析結果の出力情報の指定 | -debug |
さらに詳しい解析途中段階の情報の表示 | TRUE | TRUE |
• その他 | -cf-cache |
格フレームをキャッシュする (10%程度解析が速くなりますが,大量 (10GB 程度) のメモリが必要になります) Obsolete?? | TRUE | FALSE |
-dpnd-fast |
Another -dpnd method? | FALSE | TRUE | |
-ne-crf |
New version of -ne ? |
FALSE | TRUE | |
-mrphtab |
Show a tabular of morphological info? | FALSE | TRUE | |
-expand |
? | FALSE | TRUE | |
-semantic-head |
? | FALSE | TRUE | |
-C host:port |
? | FALSE | TRUE | |
-S |
? | FALSE | TRUE | |
-F |
? | FALSE | TRUE | |
-N port |
? | FALSE | TRUE | |
-timeout second |
Time limit? | FALSE | TRUE | |
-r rcfile |
? | FALSE | TRUE |
Metadata
Metadata
Assignees
Labels
No labels