<?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: How to find most common words used by cluster command in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-find-most-common-words-used-by-cluster-command/m-p/378535#M46020</link>
    <description>&lt;P&gt;After your cluster command, pipe to the &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.0/SearchReference/Findkeywords"&gt;findkeywords&lt;/A&gt; command. It will add fields "includeKeywords" and "excludeKeywords," among others, which indicate the terms used for each cluster_label.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Aug 2019 18:47:40 GMT</pubDate>
    <dc:creator>mschaaf</dc:creator>
    <dc:date>2019-08-07T18:47:40Z</dc:date>
    <item>
      <title>How to find most common words used by cluster command</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-find-most-common-words-used-by-cluster-command/m-p/378533#M46018</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;We are trying to cluster a Description field with cluster command in this way:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| cluster t=0.5 labelonly=t showcount=t field=Description match=termset
| table cluster_label cluster_count Description
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Do you know if is it feasible to know which are the most common words or string, on each cluster, the algoithm has used on the Dataset to generate the clusterization?&lt;BR /&gt;
I would like to add one column on the right to my output table containing the patterns that have generate this cluster (that are linked to Description field).&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;cluster_count | cluster_label | Description             | words
         120  |            1  | Bla bla bla ciao ciao   | bla, ciao
          80  |            2  | Day after day is better | Day
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks a lot,&lt;BR /&gt;
Edoardo&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 11:57:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-find-most-common-words-used-by-cluster-command/m-p/378533#M46018</guid>
      <dc:creator>edoardo_vicendo</dc:creator>
      <dc:date>2019-02-11T11:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to find most common words used by cluster command</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-find-most-common-words-used-by-cluster-command/m-p/378534#M46019</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Did you tried TFIDF algorithm? &lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/MLApp/4.1.0/User/Algorithms#TFIDF"&gt;https://docs.splunk.com/Documentation/MLApp/4.1.0/User/Algorithms#TFIDF&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Additionally, if you are interested in Text Analytics usecase, I would recommend to look into NLP Text Analytics app which is using MLTK Algorithms: &lt;A href="https://splunkbase.splunk.com/app/4066/#/details"&gt;https://splunkbase.splunk.com/app/4066/#/details&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Let me know if it helps.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 18:19:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-find-most-common-words-used-by-cluster-command/m-p/378534#M46019</guid>
      <dc:creator>grana_splunk</dc:creator>
      <dc:date>2019-02-11T18:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to find most common words used by cluster command</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-find-most-common-words-used-by-cluster-command/m-p/378535#M46020</link>
      <description>&lt;P&gt;After your cluster command, pipe to the &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.0/SearchReference/Findkeywords"&gt;findkeywords&lt;/A&gt; command. It will add fields "includeKeywords" and "excludeKeywords," among others, which indicate the terms used for each cluster_label.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 18:47:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-find-most-common-words-used-by-cluster-command/m-p/378535#M46020</guid>
      <dc:creator>mschaaf</dc:creator>
      <dc:date>2019-08-07T18:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to find most common words used by cluster command</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-find-most-common-words-used-by-cluster-command/m-p/378536#M46021</link>
      <description>&lt;P&gt;hi, could you please explain how the findkeywords command works? I couldn't find it anywhere on the Splunk documents.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 19:37:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-find-most-common-words-used-by-cluster-command/m-p/378536#M46021</guid>
      <dc:creator>sijingwu</dc:creator>
      <dc:date>2019-09-10T19:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to find most common words used by cluster command</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-find-most-common-words-used-by-cluster-command/m-p/378537#M46022</link>
      <description>&lt;P&gt;Yep! x2 for the NLP app. It gives you the &lt;CODE&gt;cleantext&lt;/CODE&gt; command &lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 20:21:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-find-most-common-words-used-by-cluster-command/m-p/378537#M46022</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2019-09-10T20:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to find most common words used by cluster command</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-find-most-common-words-used-by-cluster-command/m-p/378538#M46023</link>
      <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.1/SearchReference/Findkeywords"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.1/SearchReference/Findkeywords&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 13:37:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-find-most-common-words-used-by-cluster-command/m-p/378538#M46023</guid>
      <dc:creator>mschaaf</dc:creator>
      <dc:date>2019-09-11T13:37:09Z</dc:date>
    </item>
  </channel>
</rss>

