-
Example of where it fails
```
> txt x mapply(start = x$start, stop = x$end, FUN=function(start, stop) substr(txt, start, stop))
[1] "b" ". Oh" "no" "\n\n" "" "" "" "" ""…
-
Hi!
I am trying to get udpipe_annotate to work in parallel with the following code:
```r
library(udpipe)
library(data.table)
library(future.apply)
library(janeaustenr)
ud_english
-
Hi,
I have been trying to create a copy of a UDPipe Model in Python but I was not able to do so. I am receiving the following error: `TypeError: can't pickle udpipe.Model objects`.
My Model clas…
-
The CoNLL-U [format specification](http://universaldependencies.org/format.html) states quite clearly that fields other than FORM and LEMMA must not contain space characters.
The validator script h…
-
Dans UD2.3, certaines conjugaisons du verbe "cuire" sont lemmatisées comme étant le verbe "cuiser" plutôt que "cuire". Par exemple:
_With UD2.3, some tenses of the verb "cuire" are lemmatized as "c…
-
It would be very useful to have a dependency parser also for portuguese, as described by @erickrf in http://linguaecomputador.blogspot.com.br/2016/03/treinando-modelos-do-parser-de-stanford.html.
-
When running the example-code for udpipe i get the following error:
Error in udp_tokenise_tag_parse(object$model, x, doc_id, tokenizer, tagger, :
external pointer is not valid
Steps to rep…
-
So when I use parser by https://github.com/tdozat/Parser-v2 which has succesfully passed the evaluation, I am getting an error on multi word spans if I evaluate by the official script http://universal…
-
In https://github.com/biolab/orange3-network/issues/105, @ajdapretnar commented that "*we need some testing on Anaconda Navigator, because many people seem to use it and we are not even sure which ver…
-
I try to use the **predict.LDA_Gibbs** function from the udpipe package for classifying/predicting a new document. Whereas the example in the description seems just to evaluate the training data, I wa…