<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic text mining for address match in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/text-mining-for-address-match/m-p/27667#M5101</link>
    <description>I'm wondering if there is any text mining technique that is used to mtach the address fields based on phyid.&lt;BR /&gt;
for instance:&lt;BR /&gt;
Phyid                         adr1                                                                          phyadr1                          &lt;BR /&gt;
010011829              501 MED CENT DR                                                         501 MEDICAL CENTER DR BOX 30114&lt;BR /&gt;
010011829              501 MED CENTER DR STE:300                                       501 MEDICAL CENTER DR BOX 30114&lt;BR /&gt;
&lt;BR /&gt;
adr1  and phyadr1 are the same.but this is how the data is provided.&lt;BR /&gt;
how to match adr1 and phyadr1 in such cases?</description>
    <pubDate>Wed, 03 Nov 2010 19:37:46 GMT</pubDate>
    <dc:creator>SASPhile</dc:creator>
    <dc:date>2010-11-03T19:37:46Z</dc:date>
    <item>
      <title>text mining for address match</title>
      <link>https://communities.sas.com/t5/SAS-Programming/text-mining-for-address-match/m-p/27667#M5101</link>
      <description>I'm wondering if there is any text mining technique that is used to mtach the address fields based on phyid.&lt;BR /&gt;
for instance:&lt;BR /&gt;
Phyid                         adr1                                                                          phyadr1                          &lt;BR /&gt;
010011829              501 MED CENT DR                                                         501 MEDICAL CENTER DR BOX 30114&lt;BR /&gt;
010011829              501 MED CENTER DR STE:300                                       501 MEDICAL CENTER DR BOX 30114&lt;BR /&gt;
&lt;BR /&gt;
adr1  and phyadr1 are the same.but this is how the data is provided.&lt;BR /&gt;
how to match adr1 and phyadr1 in such cases?</description>
      <pubDate>Wed, 03 Nov 2010 19:37:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/text-mining-for-address-match/m-p/27667#M5101</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2010-11-03T19:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: text mining for address match</title>
      <link>https://communities.sas.com/t5/SAS-Programming/text-mining-for-address-match/m-p/27668#M5102</link>
      <description>Does your site license the SAS Data Quality Server?  This gives you procedures and data step functions that allow fuzzy matching for text data such as names and addresses.  &lt;BR /&gt;
&lt;BR /&gt;
If you don't have a license for the data quality tools, you would need a way to parse the addresses into components (house number, street name, box number, suite number, etc.), standardize these elements, and then order them to create appropriate groups that represent the same location.&lt;BR /&gt;
&lt;BR /&gt;
about DQ Server: &lt;A href="http://support.sas.com/documentation/cdl/en/dqclref/63101/HTML/default/viewer.htm#a003359998.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/dqclref/63101/HTML/default/viewer.htm#a003359998.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
about PROC DQMATCH:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/dqclref/63101/HTML/default/viewer.htm#a002629014.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/dqclref/63101/HTML/default/viewer.htm#a002629014.htm&lt;/A&gt;</description>
      <pubDate>Thu, 04 Nov 2010 14:28:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/text-mining-for-address-match/m-p/27668#M5102</guid>
      <dc:creator>Daryl</dc:creator>
      <dc:date>2010-11-04T14:28:59Z</dc:date>
    </item>
  </channel>
</rss>

