You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new NERModelHandler class will include methods to:
Wrap NER inference pipelines in Spark NLP
Standardize output formats for all pipeline predictions
It will go under nlptest/model_handlers/
The first version of this class will support robustness testing/fixing in Spark NLP, but adaptability to other tasks and libraries should be kept in mind when developing it.
The text was updated successfully, but these errors were encountered:
luca-martial
changed the title
Create a NERModelHandler class that establishes a common method to process NER pipelines in Spark NLP
Create and implement a NERModelHandler class that establishes a common method to process NER pipelines in Spark NLP
Nov 24, 2022
The new
NERModelHandler
class will include methods to:It will go under
nlptest/model_handlers/
The first version of this class will support robustness testing/fixing in Spark NLP, but adaptability to other tasks and libraries should be kept in mind when developing it.
The text was updated successfully, but these errors were encountered: