Skip to content

Quickstart with default topic and configuration

Aécio Santos edited this page Sep 28, 2016 · 7 revisions

Clone ACHE repository:

git clone git@github.com:ViDA-NYU/ache.git

Compile and install ACHE:

cd ache
./gradlew installDist

Start ACHE (use ctrl+C to stop):

./build/install/ache/bin/ache startCrawl -c config/config_focused_crawl/ -m config/sample_model/ -o data -s config/sample.seeds

You can build the page classifier in sample_model by using the test data provided in the repository:

./build/install/ache/bin/ache buildModel -t config/sample_training_data/ -o /tmp/model/ config/sample_training_data