ChemSpot
ChemSpot copied to clipboard
ChemSpot is a named entity recognition tool for identifying mentions of chemicals in natural language texts, including trivial names, drugs, abbreviations, molecular formulas and IUPAC entities. Since...
eumed-light.jar has been compiled with old version of scala 2.9.2. Need a version compiled with 2.10 Or the source code so that I can compile
ChemSpot can be installed via Maven, but it would also be nice to automatically create a runnable jar, copy all required files and optionally tar/compress them
Find more (offline) sources to retrieve IDs for chemicals from and integrate them into ChemSpot
A lot of false positives are produced by short terms like "IOP", "BMP", "CIA" or "SAM". Find a way to deal with these matches properly (and maybe separately, in a...
Use the following Snippet: ``` Java PrintStream oldErr = System.err; PrintStream newErr = new PrintStream(new ByteArrayOutputStream()); System.setErr(newErr); // do your work System.setErr(oldErr); ```
Bumps commons-net from 3.3 to 3.9.0. [](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 it yourself. You can also trigger a...