-
Hi,
I wondered how I can use the pretrained SRL model on unlabeled text. Is there a specific format I have to convert my test files to?
Cheers
Sarah
-
Here in the view:
https://github.com/CogComp/sioux/blob/fb67e448fcde5010413e2ce7dded54b95461be51/sioux/core/view.py#L7-L17
We only print the constituents; while we should also print the relations…
-
The local pipeline hello world code was failing with the error
`AttributeError: type object 'edu.illinois.cs.cogcomp.annotation.BasicTextAnnota' has no attribute 'createTextAnnotationFromListofList…
-
Why there are two "ViewName"s in jsons?
Seems redundant ...
-
At this moment 5 studies have submitted models with the following predictors:
```r
> unique(ls_odds$octo$predictor) %>% as.character()
[1] "age" "eduyrs" "cogact" "numfr" "male"
> unique…
-
When I am testing the code, sometime it will throw out the following exception `JVM exception occurred: Header checksum broken. Store was not closed correctly, or is corrupted` when I initialize local…
GHLgh updated
6 years ago
-
-- the download on the web site here: http://cogcomp.cs.illinois.edu/page/software_view/POS
make sure the correct models are deployed (deploy new ones to maven if necessary)
run the local test to make…
-
I ran into issues when running the solver -
[text-ilp-visualization] $ run
[info] Updating {file:/Users/sameeryami/software/semanticilp/}root...
[info] Resolving org.allenai.textual-entailment#int…
syami updated
6 years ago
-
Completing this list over time ... maybe we should have a place for them in the readme file.
https://github.com/ILCogCompCuratorToHadoop/CuratorHadoopInterface
https://github.com/cwhits/cogcomp
ht…
-
When I import core-utils and lbjava in the same project, java cups breaks down and cannot work.
The reason behind this is core-utils brings stanford corenlp which in turn brings xalan jar.
Xalan and …