New address parsing implementation using spaCy #68
NickCrews
started this conversation in
Show and tell
Replies: 1 comment
-
Hi @NickCrews, thank you for letting me know about this, that's really interesting!
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @lmores , I know you've been using mismo for address deduplication. I have a similar need, and I wasn't happy with the 2Gb size need of libpostal, and how difficult it is to install. So I went searching, and made https://github.com/NickCrews/spacy-address yesterday. I was amazed at how easy it was to get going, spaCy's developer experience is awesome. I incorporated this into a new
mismo.geo.spacy_tag_address()
function. It only is trained on US addresses and returns the labels used by the US Postal Service, so I'm not sure if it is directly useful to you, if you are working with international addresses.Beta Was this translation helpful? Give feedback.
All reactions