Browse Source

"textParser" in config should be "textAnalyzer"

pull/162/head
Dominik Kukacka 8 years ago committed by GitHub
parent
commit
3294549612
  1. 4
      installing.md

4
installing.md

@ -326,14 +326,14 @@ to `pelias.json`:
```json
{
"api": {
"textParser": "libpostal"
"textAnalyzer": "libpostal"
}
}
```
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,
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)
NPM module.

Loading…
Cancel
Save