MAIF / melusine

📧 Melusine: Use python to automatize your email processing workflow
https://maif.github.io/melusine
Other
352 stars 58 forks source link

Improve SemanticDetector and Added dict input compatibility #37

Closed hugo-quantmetry closed 4 years ago

hugo-quantmetry commented 4 years ago

SemanticDetector : Anti seed words can be specified (prevent undesired theme detection) SemanticDetector: Updated tutorial 12 Dict Compatibility: dict object can be fed to most Melusine objects (Transformer Scheduler, NeuralModel, Keywords generator) => Performance gain when input data are fed to the model one at a time Dict Compatibility: Updated tutorial 08 (full pipeline detailed)