Open jmccrae opened 8 months ago
This should probably be based on HuggingFace or similar tools
ml_system = teanga.huggingface.Model() classifier = ml_system.token_classifier(corpus, "words", "pos") classifier.predict({"text": "this is an example"})
We should support token, span, sentence and document classification.
This should probably be based on HuggingFace or similar tools
We should support token, span, sentence and document classification.