Browse Source

Merge pull request #162 from dominikkukacka/patch-1

"textParser" in config should be "textAnalyzer"
pull/163/head
Diana Shkolnikov 8 years ago committed by GitHub
parent
commit
a38e91ac19
  1. 4
      installing.md

4
installing.md

@ -326,14 +326,14 @@ to `pelias.json`:
```json ```json
{ {
"api": { "api": {
"textParser": "libpostal" "textAnalyzer": "libpostal"
} }
} }
``` ```
In the future, libpostal may become the default, and we may drop support for In the future, libpostal may become the default, and we may drop support for
[addressit](https://github.com/DamonOehlman/addressit), the current default text parser. Until then, [addressit](https://github.com/DamonOehlman/addressit), the current default text parser. Until then,
the `textParser` property can be changed back to `addressit` (or removed) to stop using libpostal. the `textAnalyzer` property can be changed back to `addressit` (or removed) to stop using libpostal.
Once configured, the API will use libpostal via the [node-postal](https://github.com/openvenues/node-postal) Once configured, the API will use libpostal via the [node-postal](https://github.com/openvenues/node-postal)
NPM module. NPM module.

Loading…
Cancel
Save