-
I get the following error when running NER: `TypeError: 'NoneType' object is not subscriptable`
After debugging the error, I found out that it is trying to access the document's `text` attribute, b…
-
- **version**: Annatto 0.8.0 - 2024-06-17
- **issue**: After the conversion of (valid) CoNLL-U v1 data with non-standard metadata (see below), the output could be imported into ANNIS, but only partia…
-
Hi!
I cannot find this in documentation: I was wondering if UDAPI already includes ways to deal with CoNLL-U plus files (i.e. read, write...). In particular, I am interested in expanding an existin…
-
Hello Maintainers,
I saw, that [CoNLL-09](https://ufal.mff.cuni.cz/conll2009-st/task-description.html) is not available in this program.
Is there another way to convert CoNLL-09 to CoNLL-U with co…
-
The examples with `-i` in the README no longer work, because `-s` is now a required CLI option.
```
$ cdliconll2conllu -i Downloads/P100065.conll
Input path with sytnax:
```
If I understand t…
-
We want to add the enhanced dependencies at some stage.
The CoreNLP code says:
* Process multi-word prepositions: Yes issue #65
* Add prepositions to relation labels: Yes
* Add preposi…
-
Would you merge [CoNLL-U format](http://universaldependencies.org/format.html) support if I send a pull request?
Or do you think it would make more sense to build a separate library for CoNLL-U forma…
-
emtsv does not handle CoNLL-U comments very well. If the input is a tsv file, two things happen:
1. If the file only has the `form` column, comments (lines starting with "`# `") are treated as a to…
-
The UD v2 version of the CoNLL-U spec extends the v1 version implemented by conllu.js in at least the following
* Space is permitted in FORM and LEMMA
* Empty nodes are allowed in the extended rep…
-
Is it possible to use Conll-U format with neuralcoref?