-
```
There are many uses of the "new" operator in the CLD source code, such as in
scoreonescriptspan.cc's "new ScoringHitBuffer":
https://code.google.com/p/cld2/source/browse/trunk/internal/scoreones…
-
```
The 20141015 tables don't compile with the dynamic data tool because they are
missing the hand-crafted "agnostic" constants that were put in for the old
release. Attached is a patch that appears…
-
Is there a Java or a Kotlin binding for this library?
-
Given that for a certain text the CLD2 response has a `reliable` flag and a `detection` object like:
```
{
reliable: true
detection : { name: 'ENGLISH', code: 'en', percent: 99, score: 1…
-
I read in your [API ](https://rubydoc.info/gems/anystyle) documentation that your default parser model is based on [this core data set](https://github.com/inukshuk/anystyle/blob/master/res/parser/core…
-
```
What steps will reproduce the problem?
1. try to detect the language of attached input file
2. see the output is "unknown"
What is the expected output? What do you see instead?
I would expect eit…
-
Originally reported on Google Code with ID 20
```
As described in issue 19, the current implementation of dynamic data won't work in windows
because it relies on:
* from sys/mman.h: mmap(), munmap()…
ghost updated
2 years ago
-
Hello, thank you for the textstem.
While creating lemmas I encountered message:
## eda tools
library(readr)
library(readxl)
library(dplyr)
library(tidyr)
library(tibble)
library(forcats)
li…
-
Originally reported on Google Code with ID 36
```
What steps will reproduce the problem?
1. try to detect the language of attached input file
2. see the output is "unknown"
What is the expected outp…
ghost updated
2 years ago
-
```
As described in issue 19, the current implementation of dynamic data won't work
in windows because it relies on:
* from sys/mman.h: mmap(), munmap()
* from unistd.h: close()
These header files…