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

Among most of our experiment, we observed that the ILP solver has been called multiple times. E.g, for the sentence "Customers didn't bite, according to a group of McDonald franchisees."...

The newest training script for the NER in particular says it takes in 4 arguments (train_dir, test_dir, format, config_file), however the documentation still says it takes in 3 (only train_dir,...

Write sth that converts passive sentences to active ones; this might be helpful: https://github.com/rgrishman/jet/blob/52ca610354b9e76d954e62725e0fb56762e674d1/src/main/java/edu/nyu/jet/parser/DepTransformer.java#L233-L260

Edison

The README for the [dependency parser](https://github.com/CogComp/cogcomp-nlp/blob/master/depparse/README.md) has a broken(404) link when clicking on "cogcomp-nlp-pipeline"

Quoting from Jeff Schneider's email: ``` Not sure if you guys care about this level of detail, but the shallow parser (which I LOVE) is incorrectly tagging gerunds as part...

See the following example: Notice the output for "340 Livingston Street".

This is a follow-up issue from iss #656 . In #656 , I reported my observation that our `pipeline` would fail if one wanted to add Verb SRL via a...

We have two instances of TeamCity running; http://macniece.seas.upenn.edu:4003/ http://morgoth.cs.illinois.edu:5800/ We gotta drop one and stick with the other.

- Changed SpanLabelView.addConstituent(Constituent) to enforce nonoverlapping constituents when appropriate, i.e. the flag is set. - Added a class with two basic tests to make sure that the changes work correctly....