kermitt2 / delft

a Deep Learning Framework for Text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grobidTagger: make model an optional argument

de-code opened this issue · comments

It might be good if the first argument was the "action", which is effectively a sub command.

The model could be made optional, allowing a path to a model to be passed in. Then you could for example just evaluate a model or use the tagger by pointing to the model path.
e.g. compare different versions of a header model.