1234567891011121314151617181920 |
- {
- "sparse_features": [
- "bag_of_words",
- "bag_of_pos",
- "bag_of_words_in_between",
- "bag_of_pos_in_between"
- ],
- "dense_features": [
- "entity_order",
- "entity_distance",
- "other_entities_in_between",
- "verbs_count_in_between",
- "verbs_count",
- "total_number_of_entities",
- "symbols_in_between",
- "number_of_tokens"
- ],
- "classifier_args": {},
- "classifier": "svc"
- }
|