Update README with reference to US database files
Browse files
README.md
CHANGED
|
@@ -25,10 +25,16 @@ Users of this software must comply with the terms and conditions of the respecti
|
|
| 25 |
Once the package is installed you will need to install a geocoding database, which has been built from a country's or region's address data.
|
| 26 |
This repo contains a collection of these databases for different countries and regions. Currently it has files for
|
| 27 |
|
| 28 |
-
|
|
|
|
| 29 |
- Victoria, Australia
|
| 30 |
- New South Wales, Australia
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
More are being added as I get around to cleaning the data and creating the corresponding databases. The file format is
|
| 33 |
`<country_abbreviation>_<states>_<size>` where `<size>` is either `sm` or `lg` depending on whether the inverted index has been created using
|
| 34 |
pairs of consecutive tokens or trigrams. The large models can handle lower quality address data at the expense of speed.
|
|
|
|
| 25 |
Once the package is installed you will need to install a geocoding database, which has been built from a country's or region's address data.
|
| 26 |
This repo contains a collection of these databases for different countries and regions. Currently it has files for
|
| 27 |
|
| 28 |
+
**Australia:**
|
| 29 |
+
- Whole of country
|
| 30 |
- Victoria, Australia
|
| 31 |
- New South Wales, Australia
|
| 32 |
|
| 33 |
+
**United States**:
|
| 34 |
+
- Florida, United States
|
| 35 |
+
- California, United States
|
| 36 |
+
- Massachusetts, United States
|
| 37 |
+
|
| 38 |
More are being added as I get around to cleaning the data and creating the corresponding databases. The file format is
|
| 39 |
`<country_abbreviation>_<states>_<size>` where `<size>` is either `sm` or `lg` depending on whether the inverted index has been created using
|
| 40 |
pairs of consecutive tokens or trigrams. The large models can handle lower quality address data at the expense of speed.
|