-
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"
-
AdaGrad does not increase the size of the weight vector while learning. Weight Vector dimensions might increase if there are new features seen while feature extraction from unseen training examples.
…
-
1. In the logs folder, all log filenames start with ExtractedWiki.... It is probably because you are using the WikiExtract class (or something for logging). This shouldn't happen.
2. All log files…
-
Where do we use this resource? (do we at all?)
https://github.com/IllinoisCogComp/illinois-cogcomp-nlp/blob/a6e6751a8276e1e72e1ab48f840e25b0571eb0b3/edison/pom.xml#L50-L55
-
Using Scala collection operation we can easily GroupBy nodes with a specific property as follows:
`nodex().GroupBy(propertyx(_))`
However, since our properties can output Scala Lists then it would b…
-
We have a bunch of methods inside Learnable which perform various operations on properties.
Shall we create a function (say `PropertyHelpers`, etc) and move them there?
- We used to have these prope…
-
I had experiences with tokenizer failing on non-UTF-8 characters. (e.g. "�" below):
```scala
val text = "Rendering software which cannot process a Unicode character appropriately often displays it…
-
This example:
"This vulnerability happened in Firefox 1.x before 1.8, Safari 2.x before 2.8."
not able to recognize that 1.x and 2.x is one single number.
-
Example: When a doc doesn't contain any Named Entity, the view_dictionary doesn't contain the key: NER_CONLL.
I think the key should still be present, but the cons_list should be empty.
In bot…
-
Make it average of three evaluators?