<?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 High Performance text miner in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/High-Performance-text-miner/m-p/237723#M9512</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Process the document collection */
proc hptmine data=documents_dataset;
    doc_id docid; var text;
    parse termwgt=entropy cellwgt=log
run;
svd
stop=sashelp.engstop
outconfig=config
outterms=key;
max_k=50 res=med
svdu=u svdv=v svds=s;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have a high performance code that lists out SPD's and the code is attached (HPTMINE). I wanted to check if there is a similar kind of High performance proc for generating text clusters and text topics. If we have, can you please help us with a sample code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sharat&lt;/P&gt;</description>
    <pubDate>Fri, 04 Dec 2015 00:51:14 GMT</pubDate>
    <dc:creator>sharat_dwibhasi_okstate_edu</dc:creator>
    <dc:date>2015-12-04T00:51:14Z</dc:date>
    <item>
      <title>High Performance text miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/High-Performance-text-miner/m-p/237723#M9512</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Process the document collection */
proc hptmine data=documents_dataset;
    doc_id docid; var text;
    parse termwgt=entropy cellwgt=log
run;
svd
stop=sashelp.engstop
outconfig=config
outterms=key;
max_k=50 res=med
svdu=u svdv=v svds=s;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have a high performance code that lists out SPD's and the code is attached (HPTMINE). I wanted to check if there is a similar kind of High performance proc for generating text clusters and text topics. If we have, can you please help us with a sample code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sharat&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 00:51:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/High-Performance-text-miner/m-p/237723#M9512</guid>
      <dc:creator>sharat_dwibhasi_okstate_edu</dc:creator>
      <dc:date>2015-12-04T00:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: High Performance text miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/High-Performance-text-miner/m-p/262404#M9513</link>
      <description>Can you use SAS Enterprise Miner? If so, you can inspect the code generated behind text topic and text cluster nodes to get the code you need.</description>
      <pubDate>Fri, 08 Apr 2016 12:43:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/High-Performance-text-miner/m-p/262404#M9513</guid>
      <dc:creator>Damien_Mather</dc:creator>
      <dc:date>2016-04-08T12:43:01Z</dc:date>
    </item>
  </channel>
</rss>

