Skip to content

Instantly share code, notes, and snippets.

@MeetMartin
Created August 8, 2018 18:29
Show Gist options
  • Save MeetMartin/c12ae8d78c24e527a4927e3eca41fe1d to your computer and use it in GitHub Desktop.
Save MeetMartin/c12ae8d78c24e527a4927e3eca41fe1d to your computer and use it in GitHub Desktop.
Rasa NLU configuration

language: "en"

pipeline:

  • name: "nlp_spacy"
  • name: "tokenizer_spacy"
  • name: "intent_entity_featurizer_regex"
  • name: "intent_featurizer_spacy"
  • name: "ner_crf"
  • name: "ner_spacy"
  • name: "ner_synonyms"
  • name: "intent_classifier_sklearn"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment