From: Regina Obe Date: Thu, 17 Jul 2014 04:12:32 +0000 (+0000) Subject: finish listing all key user defined tables -- needs more work but a start X-Git-Tag: 2.2.0rc1~972 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=898913b78b9e3811b3fdf4568dda627c219fc9fd;p=postgis finish listing all key user defined tables -- needs more work but a start git-svn-id: http://svn.osgeo.org/postgis/trunk@12788 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_address_standardizer.xml b/doc/extras_address_standardizer.xml index 622398800..a96ad75ac 100644 --- a/doc/extras_address_standardizer.xml +++ b/doc/extras_address_standardizer.xml @@ -142,7 +142,7 @@ into includes in the future for easier maintenance. Address Standardizer Tables - rules + rules table The rules table contains a set of rules that maps address input sequence tokens to standardized output sequence @@ -199,6 +199,92 @@ into includes in the future for easier maintenance. + + + + + + lex table + A lex table is used to classify alphanumeric input and associate that input with (a) input tokens ( See Input Tokens) and (b) standardized representations. + + + Description + A lex (short for lexicon) table is used to classify alphanumeric input and associate that input with (a) input tokens and (b) standardized representations. Things you will find in these tables are ONE mapped to stdworkd: 1. + + A lex has at least the following columns in the table. You may add + + + id + + Primary key of table + + + seq + + integer: definition number? + + + + word + + text: the input word + + + stdword + + text: the standardized replacement word + + + token + + integer: the kind of word it is. Only if it is used in this context will it be replaced. Refer to PAGC Tokens. + + + + + + + + + gaz table + A gaz table is used to standardize place names and associate that input with (a) input tokens ( See Input Tokens) and (b) standardized representations. + + + Description + A gaz (short for gazeteer) table is used to classify place names and associate that input with (a) input tokens and (b) standardized representations. For example if you are in US, you may load these with State Names and associated abbreviations. + + A gaz table has at least the following columns in the table. You may add more columns if you wish for your own purposes. + + + id + + Primary key of table + + + seq + + integer: definition number? + + + word + + text: the input word + + + stdword + + text: the standardized replacement word + + + token + + integer: the kind of word it is. Only if it is used in this context will it be replaced. Refer to PAGC Tokens. + + + + + + @@ -257,7 +343,7 @@ into includes in the future for easier maintenance. See Also - + , , , ,