<?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 Spell checker in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Spell-checker/m-p/208726#M9471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does SAS have a built in english dictionary database for spell checking purposes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best way of doing spell checking in SAS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2015 22:42:39 GMT</pubDate>
    <dc:creator>JPEstrada</dc:creator>
    <dc:date>2015-06-17T22:42:39Z</dc:date>
    <item>
      <title>Spell checker</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Spell-checker/m-p/208726#M9471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does SAS have a built in english dictionary database for spell checking purposes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best way of doing spell checking in SAS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 22:42:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Spell-checker/m-p/208726#M9471</guid>
      <dc:creator>JPEstrada</dc:creator>
      <dc:date>2015-06-17T22:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Spell checker</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Spell-checker/m-p/208727#M9472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS is statistics, not word processing. You need to use an external spellchecker (ie aspell).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 07:40:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Spell-checker/m-p/208727#M9472</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-06-18T07:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Spell checker</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Spell-checker/m-p/208728#M9473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the statisic required is the number of records with texts that have mispelled words, then spell checking is "statistics"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 04:57:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Spell-checker/m-p/208728#M9473</guid>
      <dc:creator>JPEstrada</dc:creator>
      <dc:date>2015-06-19T04:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Spell checker</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Spell-checker/m-p/208729#M9474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There must be a reason why SAS dropped spellchecking, probably the maintenance costs as compared to letting users run an external checker likle aspell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As googling for "sas spellchecking" revealed, there is (at least in 9.2) an undocumented procedure PRC SPELL that was dropped from the doc after SAS V6.&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.sascommunity.org/wiki/Proc_spell" title="http://www.sascommunity.org/wiki/Proc_spell"&gt;Proc spell - sasCommunity&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://analytics.ncsu.edu/sesug/2007/SD06.pdf" title="http://analytics.ncsu.edu/sesug/2007/SD06.pdf"&gt;http://analytics.ncsu.edu/sesug/2007/SD06.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.lexjansen.com/nesug/nesug11/ds/ds11.pdf" title="http://www.lexjansen.com/nesug/nesug11/ds/ds11.pdf"&gt;http://www.lexjansen.com/nesug/nesug11/ds/ds11.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://vasug.files.wordpress.com/2009/04/old-but-not-obsolete-v3.pdf" title="https://vasug.files.wordpress.com/2009/04/old-but-not-obsolete-v3.pdf"&gt;https://vasug.files.wordpress.com/2009/04/old-but-not-obsolete-v3.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 05:43:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Spell-checker/m-p/208729#M9474</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-06-19T05:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Spell checker</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Spell-checker/m-p/208730#M9475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest that you use Proc Spell which has **not** been dropped but is no longer documented. SAS acquired this code when they purchased the Lattice Corp. in order to have control of a C compiler when they did the massive V5 to V6 conversion (at least, that was the word back then). One feature of Proc Spell is that you can supply your own word list. For documentation, see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.sascommunity.org/wiki/Proc_spell"&gt;http://www.sascommunity.org/wiki/Proc_spell&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nat Wooding&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 13:13:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Spell-checker/m-p/208730#M9475</guid>
      <dc:creator>NatWooding</dc:creator>
      <dc:date>2015-06-19T13:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Spell checker</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Spell-checker/m-p/208731#M9476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS has PROC TMSPELL if you license the Text Miner product&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 13:25:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Spell-checker/m-p/208731#M9476</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2015-06-19T13:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Spell checker</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Spell-checker/m-p/257985#M9477</link>
      <description>&lt;P&gt;When I search SAS 9.4 help for "proc tmspell", I get zero hits.&amp;nbsp; I assume I do not have it licensed.&amp;nbsp; However I find it strange that SAS would restrict viewing of the help feature on the proc.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 15:31:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Spell-checker/m-p/257985#M9477</guid>
      <dc:creator>kjohnsonm</dc:creator>
      <dc:date>2016-03-21T15:31:30Z</dc:date>
    </item>
  </channel>
</rss>

