South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
I will book you a seat in the mental asylum after your attempt. I've been handling address information for a good 12 years, and I can tell you now, the same person can spell and type in their address countless amount of ways. Not to mention several others capturing the exact same information. Don't even get me started on postal code usage .... good luck... your booking is valid for 1 year![]()
I will book you a seat in the mental asylum after your attempt. I've been handling address information for a good 12 years, and I can tell you now, the same person can spell and type in their address countless amount of ways. Not to mention several others capturing the exact same information. Don't even get me started on postal code usage .... good luck... your booking is valid for 1 year![]()
NLP is a good approach to this & Libpostal is a good option.Thoughts on libpostal on github?
[)roi(];20190394 said:NLP is a good approach to this & Libpostal is a good option.
Alternatively build your own simple classification NLP off a probability algorithm like Naive Bayes classifier.
This.
Guys at my office are doing just that.
Wanna ask them for their code
Gonna start actual dev come next week.[/QUOTE
A map service with an API like Google Maps or OpenStreetMap.org may be your friend.
Lol. Code.
For NLP you need data, lots of it. Our one project that we did, we downloaded the entire English dictionary so we could build a suitable Word2Vec model. We settled on a, reasonable, 300 dimension vector. The data requirements to train such a model is mind boggling for to an individual. The model consumed 1 PB of data and cost my company in the region of US$14000 for the computation time and data consumption.
Wanna ask them for their code
Gonna start actual dev come next week.[/QUOTE
A map service with an API like Google Maps or OpenStreetMap.org may be your friend.
Lol. Code.
For NLP you need data, lots of it. Our one project that we did, we downloaded the entire English dictionary so we could build a suitable Word2Vec model. We settled on a, reasonable, 300 dimension vector. The data requirements to train such a model is mind boggling for to an individual. The model consumed 1 PB of data and cost my company in the region of US$14000 for the computation time and data consumption.
Have the databut don't know if business can wait for the model to be trained :|
Will mention in tomorrow's stand-up.
Problem I'm also pondering is how much self tagging will be suitable for the model to have a good base
As a side note, I'm guessing this isn't the fastest machine ?
Wow that is awesomeThoughts on libpostal on github?