TurboParser icon indicating copy to clipboard operation
TurboParser copied to clipboard

How to disable logtostderr for python wrapper

Open ohenrik opened this issue 7 years ago • 0 comments

When i try to run:

./TurboTagger --train \
--file_train=data/sample/sample_train.conll.tagging \
--file_model=models/sample_tagger.model \
--form_cutoff=1 \
--logtostderr

I get an error telling me --logtostderr is an invalid command line flag.

If i run without it it seems to work.

I have tried finding a way to turn this off for the python wrapped version, however i cannot find this being set anywhere.

When i run the python version i get this:

>>> import nlp_pipeline
>>> pipe = nlp_pipeline.NLPPipeline()
Loading information for EN
ERROR: unknown command line flag 'logtostderr'

ohenrik avatar Jan 22 '18 15:01 ohenrik