Skip to content

How to disable logtostderr for python wrapper #40

@ohenrik

Description

@ohenrik

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions