Skip to content
Nguyen Viet Cuong edited this page May 15, 2013 · 9 revisions

WARNING

HOSemiCRF may require a lot of memory usage. It is best to run the program in parallel on a computing cluster with lots of memory.

COMPILATION REQUIREMENT

Apache Ant

STEPS FOR COMPILATION

  1. Download the HOSemiCRF repository as a zip file: HOSemiCRF-master.zip

  2. Unzip the file:

    unzip HOSemiCRF-master.zip

  3. Compile the program:

    cd HOSemiCRF-master

    ant

Clone this wiki locally