dkpro-core
dkpro-core copied to clipboard
Collection of software components for natural language processing (NLP) based on the Apache UIMA framework.
``` NER models should have a "ner.tagset" metadata entry. ``` Original issue reported on code.google.com by `pedrobssantos` on 2014-09-17 10:54:59
``` Add new methods that allow components to check for the existence/non-existence of certain types in the CAS. E.g. tokenizers might check whether a reader has already added tokens. A...
Hi any plan to port dkpro-core to Ant 1.9.4 or major ? thanks in advace I use 1.9.4, this is the error during the build dkpro-core-de.tudarmstadt.ukp.dkpro.core-asl-1.7.0/de.tudarmstadt.ukp.dkpro.core.api.io-asl/src/main/java/de/tudarmstadt/ukp/dkpro/core/api/io/FileSetCollectionReaderBase.java:[189,35] incompatible types: org.apache.tools.ant.types.resources.FileResourceIterator cannot...
(Feature request originally posted on google.code forum at : https://groups.google.com/forum/#!topic/dkpro-core-developers/DEIpxBxQAzQ ) Running a reader and a segmenter in the same pipeline entails duplication of Token instances by the consumer. Similarly...
The Stanford CoreNLP NER uses an NER combiner that in principle supports running multiple NER models at the same time. However, currently our component only allows passing a single model,...
Also record semantic dependencies from Nlp4JParser. With the new "flavor" feature in the dependency type, we can distinguish between the basic dependencies and such enhanced semantic dependencies without breaking e.g....
Current implementation of [IobEncoder](https://github.com/dkpro/dkpro-core/blob/master/dkpro-core-api-io-asl/src/main/java/de/tudarmstadt/ukp/dkpro/core/api/io/IobEncoder.java) is not suitable for encoding annotations of type SemArg. IobEncoder requires an annotation type and a feature defined on that type. However, features of a SemArg...
**Describe the refactoring action** Drop BerkeleyParser module. **Expected benefit** Less code to maintain.
**Describe the refactoring action** Drop mate-tools module. **Expected benefit** Less code to maintain.
**Describe the refactoring action** Drop cogroo module. **Expected benefit** Less code to maintain.