Skip to content

Commit a39313f

Browse files
unknownunknown
authored andcommitted
Grammatical corrections
1 parent dd41d61 commit a39313f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Geocoding-Library
2-
A tiny library I wrote (Quite some time ago) in an attempt cleanse a medium size list of unstructured and incomplete addresses, as well as subsequently leverage a webservice to gather more information associated with these addresses. I have not updated the code in about 2 years.
2+
A tiny library I wrote (Quite some time ago) in an attempt cleanse a small size (~10000) list of unstructured and incomplete addresses, as well as subsequently leverage a webservice to gather more information associated with these addresses. I have not updated the code in about 2 years.
33

44
#Sanitizer
5-
Contains functions for identifying various types of address such as postal codes. The address list I as dealing with at the time contained many addresses that were formatted like crap and I needed an automated way to determine valididity before trying to gather more info on them.
5+
Contains functions for identifying various types of address such as postal codes. The address list I was dealing with at the time contained many addresses that were formatted like crap and I needed an automated way to determine validity before trying to gather more info on them.
66

77
#Geocoder
8-
Basically a simple Bing geocoding service client wrapper. I choose Bing at the time for its accuracy, low cost, and ability to do batch processing.
8+
A wrapper class for the Bing geocoding webservice. I choose Bing at the time for its accuracy, low cost (free for the size of the dataset), and ability to do batch processing.

0 commit comments

Comments
 (0)