drug-extraction

A ToolBox for fuzzily extracting drugs mentions from text.

MIT License

Downloads
238
Stars
3
Committers
2

Bot releases are visible (Hide)

drug-extraction - v1.3.0 Latest Release

Published by nanthony007 6 months ago

What's Changed

Full Changelog: https://github.com/UK-IPOP/drug-extraction/compare/v1.1.0...v1.3.0

drug-extraction - v1.1.0

Published by nanthony007 about 1 year ago

What's Changed

Full Changelog: https://github.com/UK-IPOP/drug-extraction/compare/v1.0.0...v1.1.0

drug-extraction - v1.0.0

Published by nanthony007 over 2 years ago

First official release of functioning Rust-based Toolbox

What's Changed

Full Changelog: https://github.com/UK-IPOP/drug-extraction/compare/v0.2.4...v1.0.0

drug-extraction - v0.2.4

Published by nanthony007 almost 3 years ago

**NOTICE**:

This is the last release of the go-tool. For the source code for that version of the tool please see the go-tool branch.

Changelog

ff5fe0a Hardcode production server.

drug-extraction - v0.2.3

Published by nanthony007 almost 3 years ago

Changelog

528e9d7 Update gorelaser.

drug-extraction - v0.2.2

Published by nanthony007 almost 3 years ago

Changelog

a10b745 Add support for reading from .env.
e2f303b Fix .env export in scripts.
d4615a9 Merge branch 'main' of https://github.com/UK-IPOP/drug-extraction
d4e56a6 Merge branch 'main' of https://github.com/UK-IPOP/drug-extraction
9908068 Merge branch 'main' of https://github.com/UK-IPOP/drug-extraction
73d4476 Read server mode from .env
7bfb9dc Remove .env loading.
f35bd8e Remove exports from release script.
e639463 Remove exports from release script.
f1c93a7 Specify output dir is executable dir.
852e2f5 Update dependencies.
bd8b1dc Update dependencies.
689204c Update goreleaser for server production mode.
d594edc Update release script for gin mode

drug-extraction - v0.2.1

Published by nanthony007 almost 3 years ago

Changelog

19e579d Adapt filesystem to include html files for server.
d8653f9 Improve error handling.
ae901c3 Improve result pages.

drug-extraction - v0.2.0

Published by nanthony007 almost 3 years ago

Changelog

9c05380 Add ability to read from jsonlines
72416e6 Add server support.
8683361 Add suport for making directory.
b57c7b5 Add support for clean and strict flags on server.
6f61875 Adjust hypoxic tag.
17146a7 Fill in basic contributing.
2749fe9 Fix bug where clean command was cleaning from data dir not current dir.
734bc87 Fixes Update website documentation #7
d751e68 Fixes Update website documentation #7
80940e6 Merge branch 'main' of https://github.com/UK-IPOP/drug-extraction
3253396 Move docs to docs folder.
0179e05 Refactor functions into command files.
d9ffeca Update README.md
9b7356f Update dependencies for server (gin).
fc6736e Update docs.
17f860c Update docs.
1a0e964 Update gitignore, clear readme.
8632be6 Update server form UI using grid-css.

drug-extraction - v0.1.7

Published by nanthony007 almost 3 years ago

Changelog

fb282a3 Minor bug fixes, error handling.
16e73fd Update classification of fen_analogs to include opioid.

drug-extraction - v0.1.5

Published by nanthony007 about 3 years ago

drug-extraction - v0.1.6

Published by nanthony007 about 3 years ago

Changelog

474f207 Adjust release script.

drug-extraction - v0.1.4

Published by nanthony007 about 3 years ago

Changelog

ae79f1d Add goreleaser files.

drug-extraction - v0.1.2-beta

Published by nanthony007 about 3 years ago

Improvements

  • Implement removal of punctuation.
  • Use Levenshtein distance similarity ratio (exclusively) to determine matches
drug-extraction - v0.1.1

Published by nanthony007 about 3 years ago

Improvements

  • Add 3 new stimulant drugs.
  • Add progress bar for extraction process.
  • Improve print statements (also added color).
  • Add support for drug info file to be included in binary file.
  • Combine exact and close match search (decreases loops by 50%).
  • Add cross-compilation build scripts.
drug-extraction - Beta Release for Linux AMD64

Published by nanthony007 about 3 years ago

First release. Supports linux and amd64 architecture.