-
**Describe the bug**
When uploading a conll file, the first tree is displayed in the default direction (right to left). If a config and conll file are uploaded together, the direction should be read …
-
File format conversion: conll to our annotations:
* basic conll 2003 format: token / whitespace / IBO-code
* IBO-code is something like I-PER, B-LOC, O
* use heuristics/rules for whitespace in…
-
The # sign is interpreted as a comment and causes an error here:
```r
read.table(text = x, blank.lines.skip = TRUE, header = FALSE, sep = "\t", quote = "")
```
The obvious solution is to add `c…
-
First off, wanted to say great work on this! I am very interested in this work and I appreciate you laying out clear instructions on this repo.
When running one of the example snippets (seen below)…
-
I tried running the `prepare-conll-coref` no file is generated.
`$ neleval prepare-conll-coref /path/to/AIDA-YAGO2-dataset.tsv`
And no file is generated. I would like to know how to convert CoNL…
-
作者您好,有关weibo数据集,请问您在论文中使用的数据集是weiboNER.conll.train还是weiboNER_2nd_conll.train呢?
-
Seems like a trivial task but still there are no examples nowhere. In case I need to convert for example CoNLL-U into CoNLL-2012 there are readers and writers for both but no tutorial and good example…
-
In the fourth sentence of the test-conll.txt file, token 26 is referenced in syntactic dependencies but don't exist in the list of tokens, which has a token 25 and a token 27 but none token 26. The te…
-
Hello,
Can anyone suggest on the data processing to be done on conll2012 before calling the following?
`./bin/preprocess.sh conf/ontonotes/dilated-cnn.conf`
Currently, simply calling the preproce…
-
Hi there! Great repo. I was trying to train the conll 2003 on the default conll_03_english.yaml and got this error.
```
Traceback (most recent call last):
File "train.py", line 397, in
ge…