-
-
Feature names have been a bit ad-hoc up to this point and we have acquired some inconsistencies.
| Format | Time-aligned | Non-time-aligned |
|---|---|---|
| ELAN | `alignment:startime`, `alignme…
-
![image](https://github.com/korpling/annatto/assets/2787060/7661406d-00f2-4ec4-8eac-4a448b13a354)
In complex workflows, not all progress are displayed even though on startup this is supposed to hap…
-
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…
-
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…
-
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…
-
Dataloader name: `conll2017_udp/conll2017_udp.py`
DataCatalogue: http://seacrowd.github.io/seacrowd-catalogue/card.html?conll2017_udp
| Dataset| conll2017_udp |
|-------------|---|
| Description …
-
Running the example docamr code below does not give `same-as` edges for coreference:
```
from transition_amr_parser.parse import AMRParser
# Download and save the docamr model to cache
parser …
-
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…