Install duckling without docker on Windows VM

Huge shoutout to @souvikg10 I had named the duckling component wrongly on my pipeline. The final corrected pipeline is as follows.

language: en

pipeline:

  • name: SpacyNLP

    model: “en_core_web_md”

  • name: SpacyTokenizer

  • name: SpacyEntityExtractor

  • name: DucklingEntityExtractor

    url: “http://localhost:8000

    dimensions: [“time”, “number”, “amount-of-money”, “distance”]

    locale: “en_GB”

    timezone: “Europe/Brussels”

  • name: SpacyFeaturizer

    pooling: mean

  • name: RegexFeaturizer

  • name: LexicalSyntacticFeaturizer

  • name: CountVectorsFeaturizer

  • name: CountVectorsFeaturizer

    analyzer: char_wb

    min_ngram: 1

    max_ngram: 4

  • name: DIETClassifier

    epochs: 100

  • name: EntitySynonymMapper

  • name: ResponseSelector

    epochs: 100