-
Hey there,
Is this repo functional? Did you get to make it work?
FYI @bhargav
-
```
Currently there is a method in the de.tudarmstadt.ukp.wikipedia.api.Page.java
class called "getOutlinkAnchors()" that "only returns the anchors that are not
equal to the title of the page they a…
-
Many resources related functions are obscure and hard to reason with. (Jar file handling, Windows issues). For example, without an unit-test, I almost made a mistake by connecting JarEntry with Window…
-
We have an explicit sentence view: make sure it is written out when serialized, and that it is read when deserialized. Remove TextAnnotation.sentences as Sentence data structure creates potential inco…
-
I use _atMost for SRL model, for some cases I got NPE for Unsatisfied constraints. An now testing on setcover case, replacing _forAll with atLeast(1) I see again constraints are not satisfiable. So th…
-
@christos-c @mssammon
The snippet of codes containing the possible bug in ContextFeatureExtractor :
`public static Set conjoin(Set feats1, Set feats2) {
```
if (feats1.size() == 0 || feats2.si…
-
when the input is a question, the reply shouldn't begin with what the input was.
-
```
Currently there is a method in the de.tudarmstadt.ukp.wikipedia.api.Page.java
class called "getOutlinkAnchors()" that "only returns the anchors that are not
equal to the title of the page they a…
-
@christos-c @mssammon
The snippet of codes containing the possible bug in FeatureUtilities :
`public static Set conjoin(Set feats1, Set feats2) {
```
if (feats1.size() == 0 || feats2.size() …
-
@mssammon
We briefly discussed having tests / evaluations for tokenizer.
Thoughts how hard/easy that might be?
If we have the data, I can have a look.