Skip to content

izhangzhihao/rasa-contrib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to rasa-contrib

This Repository

This repository stores third party components used by the developer community.

  • third_party_extractor.py - third party http conponent for extractor.
  • third_party_tokenizer.py - third party http conponent for tokenizer.

Usage

config.yml

language: en
pipeline:
  - name: "third_party_tokenizer.ThirdPartyTokenizer"
    third_party_service_endpoint: http://tokenize-api/tokenize
    type: tokenizer
  - name: "RegexFeaturizer"
  - name: "third_party_extractor.ThirdPartyEntityExtractor"
    third_party_service_endpoint: http://tokenize-api/tokenize
    type: extractor
  - name: "EntitySynonymMapper"
  - name: "CountVectorsFeaturizer"
  - name: "EmbeddingIntentClassifier"
...

Releases

No releases published

Packages

No packages published

Languages