Open marcverhagen opened 2 years ago
We can now do
$ python start_pipeline.py config/tokenizer-spacy.yml $ python run_pipeline.py -i examples/mmif/tokenizer-spacy-1.json out.json spacy tokenizer
The second command swaps the order of the pipeline. It is not clear what the use case is here. Why would you define a pipeline and then change the order? So to simplify I will remove it.
We can now do
The second command swaps the order of the pipeline. It is not clear what the use case is here. Why would you define a pipeline and then change the order? So to simplify I will remove it.