]> granicus.if.org Git - postgis/commitdiff
more explanation
authorRegina Obe <lr@pcorp.us>
Sat, 25 Oct 2014 09:54:31 +0000 (09:54 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 25 Oct 2014 09:54:31 +0000 (09:54 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13114 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_address_standardizer.xml

index e2de498d574c03dc356b6999f25bc8d79894b6cd..d5972a2ddfc72962b24a292b9b0446ae7fe1f541 100644 (file)
@@ -355,18 +355,18 @@ into includes in the future for easier maintenance.</para></listitem>
                        </refsection>
                                
                        <refsection><title>Rule Types and Rank</title>
-                               <para>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).</para>
+                               <para>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).</para>
                                <variablelist>
                                                <varlistentry>
                                                                <term>MACRO_C</term>
                                                                <listitem>
-                                                                       <para>(token number = "0"). The class of rules for parsing MACRO clauses.</para>
+                                                                       <para>(token number = "0"). The class of rules for parsing MACRO clauses such as <emphasis>PLACE STATE ZIP</emphasis></para>
                                                                </listitem>
                                                </varlistentry>
                                                <varlistentry>
                                                                <term>MICRO_C</term>
                                                                <listitem>
-                                                                       <para>(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.</para>
+                                                                       <para>(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.</para>
                                                                </listitem>
                                                </varlistentry>
                                                <varlistentry>