<?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 Re: text miner in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/text-miner/m-p/232583#M3302</link>
    <description>&lt;P&gt;Someone explained this to me as the way Text Miner is telling you that it is ignoring the parsing for a term. But since I don't remember reading it from the doc, I hope someone will call me out if I am talking nonsense &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, let's say you are doing text mining on text about sports. Your parsing will identify several terms like "soccer player", "hockey player", "seasonal player", "terrible player", "national player", "outstanding player", etc.&lt;/P&gt;
&lt;P&gt;Your text mining algorithm will keep the terms that are relevant. However if&amp;nbsp;none of them are relevant by themselves,&amp;nbsp;the algorithm&amp;nbsp;will&amp;nbsp;merge them into a new topic&amp;nbsp;"+ player". The "+" indicates&amp;nbsp;that the original terms were &lt;EM&gt;something&lt;/EM&gt;+player, but since none of them were relevant by themselves, they were&amp;nbsp;combined into a new term different than the original parsed terms.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;
&lt;P&gt;-Miguel&lt;/P&gt;</description>
    <pubDate>Sat, 31 Oct 2015 19:41:11 GMT</pubDate>
    <dc:creator>M_Maldonado</dc:creator>
    <dc:date>2015-10-31T19:41:11Z</dc:date>
    <item>
      <title>text miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/text-miner/m-p/232581#M3301</link>
      <description>&lt;P&gt;What is the difference between the words within the topic list where some have a "+" sign in front of them and some don't? I gathered that SAS text miner generates the topic through some projection of the term-by-document matrix. But it is unclear to me in reporting terms in the "topic" that some words have a "+" in front of them. Sometimes the words are bi-grams (2 words).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any reference or document within the SAS library that I can look this up. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2015 18:35:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/text-miner/m-p/232581#M3301</guid>
      <dc:creator>winson</dc:creator>
      <dc:date>2015-10-31T18:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: text miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/text-miner/m-p/232583#M3302</link>
      <description>&lt;P&gt;Someone explained this to me as the way Text Miner is telling you that it is ignoring the parsing for a term. But since I don't remember reading it from the doc, I hope someone will call me out if I am talking nonsense &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, let's say you are doing text mining on text about sports. Your parsing will identify several terms like "soccer player", "hockey player", "seasonal player", "terrible player", "national player", "outstanding player", etc.&lt;/P&gt;
&lt;P&gt;Your text mining algorithm will keep the terms that are relevant. However if&amp;nbsp;none of them are relevant by themselves,&amp;nbsp;the algorithm&amp;nbsp;will&amp;nbsp;merge them into a new topic&amp;nbsp;"+ player". The "+" indicates&amp;nbsp;that the original terms were &lt;EM&gt;something&lt;/EM&gt;+player, but since none of them were relevant by themselves, they were&amp;nbsp;combined into a new term different than the original parsed terms.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;
&lt;P&gt;-Miguel&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2015 19:41:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/text-miner/m-p/232583#M3302</guid>
      <dc:creator>M_Maldonado</dc:creator>
      <dc:date>2015-10-31T19:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: text miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/text-miner/m-p/232651#M3306</link>
      <description>&lt;P&gt;Miguel,&lt;/P&gt;&lt;P&gt;Thank you for your reply. The "+player" example is great. I did not know that "Text Parsing" does n-gram too. I thought that it parses only single words because of the output view of putting words into "noun", "adjective", "verb", and so on.&lt;/P&gt;&lt;P&gt;Winson&lt;/P&gt;</description>
      <pubDate>Sun, 01 Nov 2015 17:14:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/text-miner/m-p/232651#M3306</guid>
      <dc:creator>winson</dc:creator>
      <dc:date>2015-11-01T17:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: text miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/text-miner/m-p/232938#M3310</link>
      <description>&lt;P&gt;The Text Parsing node identifies&amp;nbsp;one or more roles for&amp;nbsp;each term. For example, the term "player" on all examples we discussed would have the role of 'noun'. Think of examples of the same term with a different role. For example in&amp;nbsp;"he is such a player", you would hope the parsing picks up "player" as an adjective. Maybe there are better examples &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Notice that the parsing does pick up n-gram terms. On the results click on "role" to sort them by role, and try to find 'Noun Group'. Those are the best examples of n-grams.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also keep your participation high on this other SAS community. Lots of interesting stuff going on there as well:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Text-and-Content-Analytics/bd-p/text_analytics" target="_blank"&gt;https://communities.sas.com/t5/SAS-Text-and-Content-Analytics/bd-p/text_analytics&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck with your text!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 18:14:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/text-miner/m-p/232938#M3310</guid>
      <dc:creator>M_Maldonado</dc:creator>
      <dc:date>2015-11-03T18:14:29Z</dc:date>
    </item>
  </channel>
</rss>

