Reputation: 803
Rasa v 0.15 change log states that "SpacyEntityExtractor
supports same entity filtering as DucklingHTTPExtractor
" but if sentence has ‘time’ entity then values identified by spacy entity extractor are just the text values(ex. 7pm
) and not the real time values (ex 2019-05-03T07.00.00
) as identified by duckling.
Upvotes: 0
Views: 1065
Reputation: 1910
Duckling is indeed the recommended option for dates. Is there any reason why you don't want to use Duckling?
You could also implement a custom NLU pipeline component, if you want to use a another library.
Upvotes: 0