-
Issues with current RRB, please see demo code:
https://github.com/smnjameson/M65_Examples/tree/main/1-RasterRewriteBufffer
- behaves differently to HW, seems to crop lines at 20 chars
It is e…
-
I didn't find them in the downloaded Interaction Dataset.
-
Hi, I have a question about "be". In GUM, sometimes VBZ "be" is labeled as "AUX" and sometimes VBZ "be" is labeled as "VERB". I do not find a clear rule to judge whether the "be" should be AUX or VERB…
-
The code below:
```python
import nltk
import supar
sent = 'Supar (in particular, the tree binarization) crashes when parentheses are present in input.'
parser = supar.Parser.load('crf-con-e…
-
Hi!
I've developed my corpus to train a custom relation extraction model as explained in https://nlp.stanford.edu/software/relationExtractor.html
There is a demo of my corpus (_DatasetDemoTrain2.c…
-
Here are some suspicious cases that should be SCONJ while they are tagged as ADP in GUM.
Word: "during".
Reason: The "during" in the term "during doing" seems to be tagged as SCONJ, such as in "GU…
-
*From @nathansobo on Tue, 05 Aug 2014 18:42:46 GMT*
I'm attempting to use vectors to represent the contents of 5-line tiles in Atom, and I'm keeping the groups of lines up to date with repeated appli…
-
Thanks for publishing this library.
I have been looking for something like this, including "Relaxed Radix Balanced Trees" (RRB trees), trying to determine precisely how to guarantee O(log n) time f…
-
Hi Felix,
I'm trying to align a publicly available dataset, and so far I'm getting quite abysmal alignment rates (around 8%). Doing a bit of research, I noticed that the bisulfite conversion kit th…
-
Excuse me, could you please share the code of preprocessing the data? I'd like to preprocess my own data and my data format is like the
train.src
train.tgt
test.src
test.tgt
...
Thank you very …