Masaya Suzuki
Masaya Suzuki
I fix mail links in README.
I can not install firefox addon because https://addons.mozilla.org/ja/firefox/addon/textlint-editor/ is 404.
I enabled fine-tuning. Also, in order to implement this implementation, we changed the format of the configuration file to JSON.
In this tool's prediction results, only predicted labels are displayed now. However, I think that it is more convenient to be able to also display input data. For Example (`--enable_combined_input`...
Is supported tag format by deep-crf "[BI] - {Tag Name}" and "O" only?
When we predict named entity tags using named entity tagger such as CRF ++, KyTea and KNP, stdin and stdout are used for inputting target data and outputting prediction results....
I enabled to select Word2Vec embeddings as word embeddings.
I enabled to automate setting of word embedding dimension.
(Related to #7) These methods use deprecated methods when using Chainer v1.24.0: https://github.com/aonotas/deep-crf/blob/ee2880ca2828a51a99bff3c0e181d2e387393893/deepcrf/util_chainer.py#L44-L49 https://github.com/aonotas/deep-crf/blob/ee2880ca2828a51a99bff3c0e181d2e387393893/deepcrf/util_chainer.py#L52-L57