Skip to content

MUSC-TBIC/ensemble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voting-ensemble method framework

dependency: jsoup (https://github.com/jhy/jsoup/releases/tag/jsoup-1.6.2)

how to run:
java -Xmx1g -cp ./:<jsoup dir>/jsoup-1.6.2.jar Voting <threshold> <source xml dir> <output dir> <system1 dir> <system2 dir> ...

<jsoup dir>: the directory containing jsoup-1.6.2.jar
<threshold>: voting threshold, e.g., 1, 2
<source xml dir>: the directory containing XML files with tags (i2b2 2014 deid corpus format)
<output dir>: an output directory for voting ensemble
<system1 dir> ~ <systemn dir>: the directories containing the predictions of individual deidenfication systems

About

Ensemble method framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages