If I want to use spacy for extracting name then what would the config file looks like?

I think in this case spaCy won’t be able to help much. Also, note the question here. The French spaCy model doesn’t seem to be great at finding Arabic names. It’s likely the French model overfits names from France because that’s what it has been trained on.

I’ll be picking this up as a task for rasa-nlu-examples here. Probably the simplest solution is to host the most frequent names per country such that folks can easily link that to a RegexEntityExtractor.

1 Like