Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 488 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 488 Bytes

#Example Pipelines

Use sbt "examples/runMain org.allenai.pipeline.examples.<example_name>" to run the examples.

###CountWordsAndLinesPipeline A basic pipeline using the simplest components and basic JSON serialization.

###TrainModelPipeline A more complex workflow. Demonstrates use of column-delimited serialization, multi-return-valued Producers, custom serialization, and streaming data.

###TrainModelViaPythonPipeline Demonstrates use of external processes within a pipeline.