issues
search
snipsco
/
snips-nlu
Snips Python library to extract meaning from text
https://snips-nlu.readthedocs.io
Apache License 2.0
3.9k
stars
513
forks
source link
Make cooccurrence order configurable
#742
Closed
ClemDoum
closed
5 years ago
ClemDoum
commented
5 years ago
Description
:
Added a
keep_order
boolean parameter to the
CooccurrenceVectorizerConfig
, when this parameter is
False
we look for unordered cooccurrence while if it's
True
then word order is kept for cooccurrence extraction
Description:
keep_order
boolean parameter to theCooccurrenceVectorizerConfig
, when this parameter isFalse
we look for unordered cooccurrence while if it'sTrue
then word order is kept for cooccurrence extraction