patrickfrey/strusAnalyzer

Asynchronous document feeding implementation not complete

patrickfrey opened this issue · 1 comments

no subsequent calls of DocumentAnalyzerContext::putInput without consuming input with getNext possible. An error message is issued by the XML segmenter, but this behaviour is strange.
The interface makes you believe that it is asynchronous, but it is not. Though it was intended to be and it should be asynchronous.

Fixed (Segmenter based on textwolf) could not handle this before.