cogcomp-nlp icon indicating copy to clipboard operation
cogcomp-nlp copied to clipboard

CogComp's Natural Language Processing Libraries and Demos: Modules include lemmatizer, ner, pos, prep-srl, quantifier, question type, relation-extraction, similarity, temporal normalizer, tokenizer, t...

Results 104 cogcomp-nlp issues
Sort by recently updated
recently updated
newest added

I am trying to build illinois-md, but due to the link being down for automatic download of models, I have to do it manually. I found the following files in`...

Running the edu.illinois.cs.cogcomp.edison.annotators.SimpleGazetteerAnnotatorTest from the illinois-edison yields Assertion Errors like these for the reference "organizations(IC)" `org.junit.ComparisonFailure: expected: but was: ` The assertion part in question is `assertEquals(c1.getLabel(), "organizations(IC)");` Why is...

The following test is performed after build for POSAnnotator(); : ``` @Test public void testAnnotatorDiff() { POSAnnotator annotator = new POSAnnotator(); TextAnnotation record = BasicTextAnnotationBuilder.createTextAnnotationFromTokens(refTokens); try { annotator.getView(record); } catch...

Using eclipse 2020-09 (4.17.0) on win10 with maven install ``` ------------------------------------------------------------------------------- Test set: edu.illinois.cs.cogcomp.nlp.tokenizer.IllinoisTokenizerTest ------------------------------------------------------------------------------- Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec

Link on the sidebar is dead - assuming it has been moved here http://cogcomp.github.io/cogcomp-nlp/

I am using cogcompnlp version 3.1.22, specifically the annotators in pipeline but I can't see all the views when the server is started. Only POS, SHALLOW PARSE and TOKENS views...

Current version of the quantitfier repo looks to load a Quantity classifier, but there is none in the repo.

Labels of no interest can now be discarded using a property, there is a resource factory that more effectively organizes shared resources, and some wall clock time performance improvements.

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Update: Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/bugbountywriteup/update-want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-d069d253fe23?source=friends_link&sk=8c8e52a7d57b98d0b7e541665688b454)...

While the Main script here is very usefully designed, I found it frustrating that it wouldn't interoperate at a character level with other tools, because it offered me two output...