nlp4j icon indicating copy to clipboard operation
nlp4j copied to clipboard

NLP framework for JVM languages.

Results 22 nlp4j issues
Sort by recently updated
recently updated
newest added

Bumps commons-io from 2.4 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.4&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

@jdchoi77 Is it possible to train NLP4J with a dataset that is specific to my application while keeping the pre-training with OntoNotes?

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Hi, I am training from my previous model. But I think some problems in this amazing project. It is AdaptiveGradientDescent and AdaptiveGradientDescentMiniBatch class, it's not allocated so the program get...

Hello, First of all thank you for this amazing lib and incredible paper. I just read "Dynamic Feature Induction:The Last Gist to the State-of-the-Art" and want to test it. However,...

Hi. Thank you for your amazing project. I'm trying to retrain NER model and want to understand a couple of moments which are not clear for me: 1 .I'm curious...

I'm trying to test the nlp4j. Demo URL provided at https://emorynlp.github.io/nlp4j/ is not working. Here is the demo URL I'm trying to open. nlp.mathcs.emory.edu:8080/nlp4j Thanks, --Anil

nlp4j-english & nlp4j-api 1.1.3 >, = symbols look like they are being used as sentence boundaries. >= doesn't have this problem. please show revenue > five -> 2 root please...

Query: 03-Aug-06 Expected output after Tokenization: 03-Aug-06 Actual output after Tokenization: 03 - Aug-06 Query:03-Aug-2006 Expected output after Tokenization: 03-Aug-2006 Actual output after Tokenization: 03 - Aug-2006 Query:03-Aug-2006 18:55:30.35 Expected...

Hi, I would like to know whether it is possible to train my own Ambiguity and Cluster models to be used with POS tagging South African languages. The only options...