Hiroshi Noji
Hiroshi Noji
Thanks for using Jigg. The problem is that the `outpurFormat` option only makes sense for command-line usage. This option changes the format of the output file only and not change...
A python wrapper via the server api is implemented. https://github.com/mynlp/jigg/tree/develop/python Maybe this way will be the standard to port Jigg to other languages.
そういうオプションは直接はありません。全ては解決できませんが、簡単なのは、 kbest を大きくして出力から目的の木を探すという方法です。
Sorry for inconvenience; though we had a plan to publish our CCGbank, we had not done it yet. I expect we can publish it soon, and let you know if...
When a error is detected at higher level in the pipeline (e.g., tokenize), it seems natural that the lower level annotators (e.g., pos) annotate nothing and just ignore that sentence...
One problem of this approach is that, e.g., `` has elements other than `` as a child. Here is another proposal: ``` xml ... ... ``` Another merit of this...
This is the final design now accepted in 038c85007174a68e49a188b53469a3876ed01bca. ``` xml ... ``` We do not record error id, and also links between elements on which the error occurs and...
TODO: check whether error handling works correctly for CoreNLP. One issue is that now all (sub)annotators in CoreNLP are DocumentAnnotator, which means if some error (e.g., parse error) occurs on...
Now CabochaAnnotator replaces the old annotations (chunks and dependencies) if exist. https://github.com/mynlp/jigg/commit/323a3b0c8e20802e6fcd640a7f1070e1f35dfff5#diff-9b2b4b9eb3146599a3ce60c12afa4ddeR46
Another option: - add an option to remain the old annotations; - distinguish different annotations with the same tag using attribute. Anyway, each annotation should have an attribute recording the...