From 3294549612327b1e654cce5ba5766e01600a4dfa Mon Sep 17 00:00:00 2001 From: Dominik Kukacka Date: Thu, 27 Oct 2016 11:51:00 +0200 Subject: [PATCH] "textParser" in config should be "textAnalyzer" --- installing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installing.md b/installing.md index a01bd38..2ca45b7 100644 --- a/installing.md +++ b/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.