Closed adrienball closed 6 years ago
Description This PR fixes various issues with CRF slot filler features:
get_shape
snips-nlu-utils
Additionnally, this PR makes public the following objects:
IntentClassifier
LogRegIntentClassifier
IntentParser
DeterministicIntentParser
ProbabilisticIntentParser
SlotFiller
CRFSlotFiller
These objects (along with their configurations) can be used independently so it makes sense to expose them publicly.
Description This PR fixes various issues with CRF slot filler features:
get_shape
function fromsnips-nlu-utils
in order to avoid discrepancy with the Python pipelineAdditionnally, this PR makes public the following objects:
IntentClassifier
andLogRegIntentClassifier
IntentParser
,DeterministicIntentParser
andProbabilisticIntentParser
SlotFiller
andCRFSlotFiller
These objects (along with their configurations) can be used independently so it makes sense to expose them publicly.