dkpro-core icon indicating copy to clipboard operation
dkpro-core copied to clipboard

Collection of software components for natural language processing (NLP) based on the Apache UIMA framework.

Results 160 dkpro-core issues
Sort by recently updated
recently updated
newest added

Tried to create the necessary yaml-file for downloading the Glove.6B files. Please let me know if it is missing something.

See: https://github.com/dkpro/dkpro-core/blob/a1f3d0c557810f7eb81ed636f5ff4f2edc5d1be8/dkpro-core-api-lexmorph-asl/src/main/resources/org/dkpro/core/api/lexmorph/tagset/da-ddt-pos.map#L25-L26 I believe `N` should be `NP`.

My project depends on the rftagger, and I just discovered that it is no longer available in maven repositories: ` [ERROR] Failed to execute goal on project VIEW: Could not...

Do not initialize POS mapping loader if mapping is disabled, e.g. in CoNLL2006Reader, but likely in other places as well.

🐛Bug

The model downloading code is in resouces-api which means that basically every reader/writer draws it in despite those not needing the code at all. Better move that code to a...

⚙️Refactoring

Hello! I find in your [Contributing guideline](https://dkpro.github.io/contributing/#contributor-attribution) that > The CONTRIBUTORS.txt file is used to keep track of contributors. It is to be used in favor over author attributions in...

NPE in TeiWriter when NamedEntity value feature is null Original report: https://github.com/inception-project/inception/issues/2461

🐛Bug
Module-io.tei

``` If a component uses some mapping e.g. for constituents or POS tags, there might be a problem if a model location is explicitly set but neither language nor mapping...

🐛Bug

``` io.wikipedia tests try to contact a non-public server. ``` Original issue reported on code.google.com by `richard.eckart` on 2015-01-25 18:15:55

🐛Bug
Module-io.jwpl

``` What version of the product are you using? On what operating system? Relates to version currently browsable in google code. Linux Issue 1. boolean isInvStartsWith defined on line 418...

🐛Bug
Module-decompounding