-
I'm running the following main class:
```
public static void main(String[] argv) throws IOException {
Annotator annotator = new NERAnnotator();
Server server = new Server(48379, null…
-
Why do we have objects for joint training?
https://github.com/IllinoisCogComp/saul/blob/master/saul-core/src/main/scala/edu/illinois/cs/cogcomp/saul/classifier/JointTrain.scala
https://github.com/Ill…
-
I have an ILP Inference classifier that relies on a base classifier. When the classifier is initialized and trained, the ILP inference classifier works fine.
However, if I initialize the base clas…
-
Now that loading the models in annotators is lazy, I suppose we don't need these if-elses?
https://github.com/CogComp/cogcomp-nlp/blob/master/pipeline/src/main/java/edu/illinois/cs/cogcomp/pipeline/…
-
It looks like if you call `addConstituent()` it sidesteps the span check:
https://github.com/CogComp/cogcomp-nlp/blob/master/core-utilities/src/main/java/edu/illinois/cs/cogcomp/core/datastructures/t…
-
This deprecated function does not work properly: https://github.com/IllinoisCogComp/saul/blob/master/saul-core/src/main/scala/edu/illinois/cs/cogcomp/saul/datamodel/DataModel.scala#L90 and this leads…
-
https://github.com/CogComp/cogcomp-nlp/blob/ce0f3a03264d293cd751d7a416bbadd858066496/core-utilities/src/main/java/edu/illinois/cs/cogcomp/core/utilities/StringUtils.java#L60
There is a .trim() call…
-
similarity/src/main/java/edu/illinois/cs/cogcomp/nesim/io/StandardInputOutput.java
similarity/src/main/java/edu/illinois/cs/cogcomp/wsim/wordnet/Util.java
-
is it safe to update this dependency to a non-snapshot version:
https://github.com/CogComp/cogcomp-nlp/blob/6152a6282f44fdc3930d6939ebe9025b3bb96840/depparse/pom.xml#L48-L52
-
Same as: https://github.com/cogcomp-dev/illinois-cogcomp-nlp/issues/174
Here is a powerful tool for doing so:
https://code.google.com/archive/p/whatswrong/