We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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):
ctrl+C
./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