From: Regina Obe Date: Sat, 25 Oct 2014 09:54:31 +0000 (+0000) Subject: more explanation X-Git-Tag: 2.2.0rc1~742 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=126fbb876072b27c13997c1ac1130cf458768ff7;p=postgis more explanation git-svn-id: http://svn.osgeo.org/postgis/trunk@13114 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_address_standardizer.xml b/doc/extras_address_standardizer.xml index e2de498d5..d5972a2dd 100644 --- a/doc/extras_address_standardizer.xml +++ b/doc/extras_address_standardizer.xml @@ -355,18 +355,18 @@ into includes in the future for easier maintenance. Rule Types and Rank - The final part of the rule is the rule type which is denoted by one of the following, followed by a rule rank which is a number from (1-17). + The final part of the rule is the rule type which is denoted by one of the following, followed by a rule rank. The rules are ranked from 0 (lowest) to 17 (highest). MACRO_C - (token number = "0"). The class of rules for parsing MACRO clauses. + (token number = "0"). The class of rules for parsing MACRO clauses such as PLACE STATE ZIP MICRO_C - (token number = "1"). The class of rules for parsing full MICRO clauses (ie ARC_C plus CIVIC_C). These rules are not used in the build phase. + (token number = "1"). The class of rules for parsing full MICRO clauses (such as House, street, sufdir, predir, pretyp, suftype, qualif) (ie ARC_C plus CIVIC_C). These rules are not used in the build phase.