extractor_config.json 468 B

1234567891011121314151617181920
  1. {
  2. "sparse_features": [
  3. "bag_of_words",
  4. "bag_of_pos",
  5. "bag_of_words_in_between",
  6. "bag_of_pos_in_between"
  7. ],
  8. "dense_features": [
  9. "entity_order",
  10. "entity_distance",
  11. "other_entities_in_between",
  12. "verbs_count_in_between",
  13. "verbs_count",
  14. "total_number_of_entities",
  15. "symbols_in_between",
  16. "number_of_tokens"
  17. ],
  18. "classifier_args": {},
  19. "classifier": "svc"
  20. }