dkpro-core
dkpro-core copied to clipboard
Collection of software components for natural language processing (NLP) based on the Apache UIMA framework.
``` The current DictionaryAnnotator implementation checks for overlapping phrases to be annotated, and disallows overlapping annotations produced if and only if the overlapping phrases start at the same token. I.e.,...
``` Complete the mapping of the MorphIt pippi morphological categories. ``` Original issue reported on code.google.com by `richard.eckart` on 2014-11-28 22:04:40
``` Complete the mapping of the trmorph morphological categories. ``` Original issue reported on code.google.com by `richard.eckart` on 2014-11-28 21:47:46
``` Complete the mapping of the Morphisto morphological categories. ``` Original issue reported on code.google.com by `richard.eckart` on 2014-11-28 21:46:37
``` The CoNLL 2012 reader should read in the "sense" file as well (if available) and use the sense identifier from there instead of the simple numeric ID. Cf. issue...
``` If we have multiple model providers and only the first one (the one that loaded the model) will know about the tagset and the others won't. I think the...
``` In my application where I instantiate various annotators several times (https://github.com/brmson/yodaqa), ResourceObjectProviderBase is producing many INFO-level messages that repeat like this: INFO ResourceObjectProviderBase - :: loading settings :: url...
``` Having a backtick in a string yields an exception in ClearNlpSegmenter. I guess this should also be reported in clearnlp, but I wanted to document this here too so...
I haven't checked all, but at least MstParser and ClearNlpDependencyParsers fail with hard to interpret deep exceptions when no POS annotations are present. POS annotations are annotated as required type,...
``` What steps will reproduce the problem? Unit test: public class MultiplePunctuationTest { private AnalysisEngineDescription pipeline; private CAS cas; @Before public void setUp() throws Exception { pipeline = createEngineDescription( //...