Skip to content

Faster source-extractor. Executable Docker container

Duc Cao requested to merge duccao/source-extractor:dev into dev

This merge request aims to

  1. Speed up the running time of source-extractor program by running wapiti over all files of the input directory and load pre-trained wapiti model only once.
  2. Simplify the setup and execution of source-extractor by using Docker.

The detailed instructions are available in README2.md

Merge request reports