mindmeld
mindmeld copied to clipboard
Refactor Tagger models __init__ and setup_model()
Currently most tagger models have initialization of the models happening in the set_params() method. This ideally needs to move into an init function or to the setup_model() depending on what we think is a more sustainable approach long-term.