Jinho D. Choi

Results 33 comments of Jinho D. Choi

Could you be more specific? What do you mean by "adding some more places" to which model? Thanks.

It's hard to tell what's not working when there is no explicit error sign I can take a look. Your training data should consist of sentences annotated with named entities...

Sorry about this; it just reminded me that the current models I released do not support this feature any more to reduce the model size. A separate module is needed...

I believe that change had been made to the latest version (1.1.2): https://github.com/emorynlp/nlp4j-common/blob/master/pom.xml I'm closing this issue, but please let me know if it's not what you asked for. Thanks.

For SLF4J, yes that is a much better practice; I just haven't found time to do it. For many repos, it has some history; originally, I had everything setup in...

I just created a repository and add you as a collaborator. Could you please use this repository? If you'd prefer to use your own, I'll be fine with that too....

Sorry for the late reply; I was meeting a grant proposal deadline. Multiple roots may be caused because by headless nodes; when the parser doesn't find any head, then it...

I believe this is the same issue: https://github.com/emorynlp/nlp4j-tokenization/issues/7 Sorry for the bug; this should be fixed in version 1.1.2 which just got released. Please try the new version. Thanks.

Hello, NLP4J doesn't use DEPTree any more. [NLPNode](https://github.com/emorynlp/nlp4j-core/blob/master/src/main/java/edu/emory/mathcs/nlp/component/template/node/NLPNode.java) now includes all information and NLPNode[] is equivalent to DEPTree in ClearNLP. I know this can be confusing so please let me...

Yes, our tools are data-driven so it should work for Spanish as well. Please take a look at our training tutorial and let me know if you have any questions....