dkpro-wsd
dkpro-wsd copied to clipboard
DKPro WSD: A Java framework for word sense disambiguation
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.7 to 2.12.7.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.16 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.16 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...
no begin/end in wsdresult crash when no POS (This happens in multiwords) for WSDAnnotatorContextPOS -The current option is to set up NOUN as default POS - the other one is...
The POM for the `supervised.ims-gpl` module refers to a ClearTK Google Code repository which may (soon) no longer exist. This should be updated.
It allows to get the description of the synset in a different language than the one used for disambiguation (the one of the text) useful for translation or help to...
Since recently Stanford lemmatizer requires pos tags (see issue 838 in dkpro-core: https://github.com/dkpro/dkpro-core/issues/838), so a POS tagger should be added to the pipeline before the lemmatizer.
We should probably upgrade to DKPro Core 1.7.0. This would allow for interoperability with other DKPro products which also depend on Core 1.7.0, such as DKPro TC. However, we do...
Originally reported on Google Code with ID 70 ``` This suggestion comes from Richard: In uimaFIT-based components, always get the logger through getLogger() - do not store the logger in...
Originally reported on Google Code with ID 69 ``` The following suggestion comes from Richard: === description in ConfigurationParameter === public static final String PARAM_SENSE_INVENTORY = "senseInventory"; @ConfigurationParameter(name = PARAM_SENSE_INVENTORY,...