We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
--logtostderr
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When i try to run:
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:
The text was updated successfully, but these errors were encountered: