Skip to content

Commit

Permalink
Merge branch 'add-general-dimension-filter' of https://github.com/mau…
Browse files Browse the repository at this point in the history
…ricedoepke/rasa_nlu into add-general-dimension-filter
  • Loading branch information
mauricedoepke committed Mar 1, 2019
2 parents 8c15edd + ee52573 commit c606642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Added
-----
- Added a detailed warning showing which entities are overlapping
- Authentication token can be also set with env variable `RASA_NLU_TOKEN`.
- ner_spacy supports same entity filtering as the duckling extractor
- `SpacyEntityExtractor` supports same entity filtering as `DucklingHTTPExtractor`

Changed
-------
Expand Down
2 changes: 1 addition & 1 deletion tests/base/test_extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def test_unintentional_synonyms_capitalized(component_builder):
assert ner_syn.synonyms.get("tacos") == "Mexican"


def test_spacy_ner_extractor(spacy_nlp):
def test_spacy_ner_extractor(component_builder, spacy_nlp):
ext = SpacyEntityExtractor({"dimensions": ["LOC"]})
example = Message("anywhere in the West", {
"intent": "restaurant_search",
Expand Down

0 comments on commit c606642

Please sign in to comment.