Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to disable logtostderr for python wrapper #40

Open
ohenrik opened this issue Jan 22, 2018 · 0 comments
Open

How to disable logtostderr for python wrapper #40

ohenrik opened this issue Jan 22, 2018 · 0 comments

Comments

@ohenrik
Copy link

ohenrik commented Jan 22, 2018

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant