Skip to content
Snippets Groups Projects
Commit 9013953f authored by piotrmp's avatar piotrmp
Browse files

Added command-line LAMBO option.

parent 4496b975
No related merge requests found
Pipeline #5978 passed with stage
in 6 minutes and 49 seconds
......@@ -86,7 +86,7 @@ flags.DEFINE_integer(name="batch_size", default=1,
flags.DEFINE_boolean(name="silent", default=True,
help="Silent prediction to file (without printing to console).")
flags.DEFINE_enum(name="predictor_name", default="combo-spacy",
enum_values=["combo", "combo-spacy"],
enum_values=["combo", "combo-spacy", "lambo"],
help="Use predictor with whitespace or spacy tokenizer.")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment