You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
598 B
JSON

{
"config": {
"added_cooccurrence_feature_ratio": 0,
"cooccurrence_vectorizer_config": {
"filter_stop_words": true,
"keep_order": true,
"unit_name": "cooccurrence_vectorizer",
"unknown_words_replacement_string": "unknownword",
"window_size": 5
},
"pvalue_threshold": 0.4,
"tfidf_vectorizer_config": {
"unit_name": "tfidf_vectorizer",
"use_stemming": false,
"word_clusters_name": null
},
"unit_name": "featurizer"
},
"cooccurrence_vectorizer": null,
"language_code": "en",
"tfidf_vectorizer": "tfidf_vectorizer"
}