dkpro / dkpro-core

Collection of software components for natural language processing (NLP) based on the Apache UIMA framework.
https://dkpro.github.io/dkpro-core
Other
194 stars 68 forks source link

Remove constraints parameter on token merger #1555

Closed reckart closed 1 year ago

reckart commented 1 year ago

Remove constraints parameter on token merger because it uses JXPath and we want to get rid of JXPath. If this parameter is needed again, it should be re-implemented without the use of JXPath.