-
Hello,
I am trying to extract `noun chunks` using `Spacy` and `Udpipe` and I start realizing how much easier udpipe is to use.
However, I was not able to replicate the noun chunk extraction tha…
-
Just wonder the properly data preparation to train a translation model
-
Quick question: Are we currently merging tokens that belong to the same named entity into one node in the UCCA parser? In checking the token-range mismatches, I ran across examples like 700009, which …
-
I was trying to install ufal.udpipe on my Windows 10 machine and I ran into an error which says I need to install Microsoft Visual C++ Compiler for Python 2.7. I Installed that, but still I am getting…
-
This isn't an issue, rather just a question! I've been exploring the package and love it, and perhaps this is an oversight by me, but is there a way to output the doc_id when using keywords_phrases?
…
-
Just had a look at this package because I was creating a similar package recently called textrank (https://cran.r-project.org/web/packages/textrank/index.html). This package seems to follow the same a…
-
Hi,
I am trying to find co-occurrence of Nouns and Adjectives.
Below line executes fine:
`cooc
-
Hi @statsmaths
I'm having some problems with the version in CRAN (2.0.3) which look to be present in the github version (also 2.0.3 but appears to be ahead). Would you be able to update the CRAN v…
-
I am writing a function in a package that uses data.table functions. Almost all functions are referred to by prepending the name of the package, like so `data.table::is.data.table()`, however, for ope…
-
Hello !
It seems to me that the default for the overwrite parameter should be FALSE, this way the model will only be downloaded if not already there.
```
if(overwrite || !file.exists(to)){
m…