Reputation: 1
I want to extract name using duckling but keep failing saing that "faild to extract requested slot 'name's "..can anyone explain me
Upvotes: 0
Views: 407
Reputation: 757
Duckling does not extract names. It specializes in regularly patterned entities like numbers and dates. See their list of supported dimensions. SpaCy offers pretrained models that usually have a PERSON
dimension which might be what you want. See e.g. the label scheme for the English models
Upvotes: 0