Skip to content

nikolamilosevic86/TableDisentangler

Repository files navigation

TableDisentangler - A tool for automatic disentangling of functional areas in tables and their annotation

TableDisentangler is a tool for annotating tables written in Java. It uses specific annotation schema we proposed that is able to capture information about functions of a cell and inter-cell relationships. TableDisentangler is a tool for extracting annotations from tables in PMC clinical documents in XML format (it is possible to generate XML from PDF).

Tool does this in a couple of steps. Firstly, tables are decomposed to a matrix of cell objects containing data and information about navigational path (headers, stubs, subheaders).

This project is developed on the University of Manchester as a part of my PhD

Requirements

The tool requires Java, OpenNLP, Weka toolkit, MySQL database, installed MetaMap and WordNet.

Other project dependences

Some manipulation on dataset (splitting data to training, testing and cross-validation sets, downloading data, extracting tables etc.) are done by python scripts in TableMiningHelpers git project.

Database output of this system may be used as input database for the MedCurator project

You need also to checkout Marvin project and include reference to it in a project.

License

The tool is under GNU/GPL 3 license. Licence agreement may be read here: http://www.gnu.org/copyleft/gpl.html

Referencing