Skip to content

Releases: nikolamilosevic86/TableDisentangler

Stabilized with running scripts

19 Jul 10:37
Compare
Choose a tag to compare
  • Running shell scripts that takes files from certain folder and process
  • Added examples of files
  • Bug fix and exception handling improved

0.2.2

12 Feb 10:52
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

Improvements

  • Exception handling improved

In this release we included support for drug labels from dailymed XML format. It keeps support for the PMC XML format as well. Database is hardcoded and should be called table_db_drugs and generated using DataBaseFileDrugs.sql file.

Command to run on dailymed data set:

java -jar TableAnnotator.jar DrugLabelSmall\prescription dailymed
makestats -compexclassify -doie -ld -databasesave

Command to run on PMC data set:

java -jar TableAnnotator.jar PMCDataPath PMC
makestats -compexclassify -doie -ld -databasesave

DailyMed first release

18 Jan 11:46
Compare
Choose a tag to compare
Pre-release

In this release we included support for drug labels from dailymed XML format. It keeps support for the PMC XML format as well. Database is hardcoded and should be called table_db_drugs and generated using DataBaseFileDrugs.sql file.

Command to run on dailymed data set:

java -jar TableAnnotator.jar DrugLabelSmall\prescription dailymed
makestats -compexclassify -doie -ld -databasesave

Command to run on PMC data set:

java -jar TableAnnotator.jar PMCDataPath PMC
makestats -compexclassify -doie -ld -databasesave

TablInExj-v0.1.0 - paper evaluation

29 May 09:03
Compare
Choose a tag to compare
Pre-release

TablInExj-v0.1.0 version of the TablInExj is used for running and evaluating table data extraction from cells while writing a paper named here.