<?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 Want to count repeated words from a MS word file in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Want-to-count-repeated-words-from-a-MS-word-file/m-p/65070#M17731</link>
    <description>Hello Team,

I want to count repeated words from a MS word file. Please guide me how to do that.</description>
    <pubDate>Sun, 22 Jul 2018 15:43:00 GMT</pubDate>
    <dc:creator>NiteshMishra</dc:creator>
    <dc:date>2018-07-22T15:43:00Z</dc:date>
    <item>
      <title>Want to count repeated words from a MS word file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Want-to-count-repeated-words-from-a-MS-word-file/m-p/65070#M17731</link>
      <description>Hello Team,

I want to count repeated words from a MS word file. Please guide me how to do that.</description>
      <pubDate>Sun, 22 Jul 2018 15:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Want-to-count-repeated-words-from-a-MS-word-file/m-p/65070#M17731</guid>
      <dc:creator>NiteshMishra</dc:creator>
      <dc:date>2018-07-22T15:43:00Z</dc:date>
    </item>
    <item>
      <title>Hi Nitesh.
I created a…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Want-to-count-repeated-words-from-a-MS-word-file/m-p/65071#M17732</link>
      <description>Hi Nitesh.
I created a process using ""utility - Strings"" - split text action and ""utility - Collection Manipulation"" VBO's to count distinctive terms from text.
I modified the ""MS Word VBO"" - Copy to Clipboard action code to include this code: ""output = Len(s.text)"", so that I can use the ""Get Body action from the MS Word VBO, that requires the start and finish (characters). This is only a suggestion as to how you can grab text from word, there are probably more than one way to do this.
See enclosed file for my take on how to count repeated words and how to grab text from a word document.
Good luck.
BR,
Mustafa</description>
      <pubDate>Tue, 24 Jul 2018 14:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Want-to-count-repeated-words-from-a-MS-word-file/m-p/65071#M17732</guid>
      <dc:creator>Mustafa_UlasYig</dc:creator>
      <dc:date>2018-07-24T14:03:00Z</dc:date>
    </item>
    <item>
      <title>Many Thanks Sir for the…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Want-to-count-repeated-words-from-a-MS-word-file/m-p/65072#M17733</link>
      <description>Many Thanks Sir for the suggestion, I will try using your solution.</description>
      <pubDate>Wed, 25 Jul 2018 15:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Want-to-count-repeated-words-from-a-MS-word-file/m-p/65072#M17733</guid>
      <dc:creator>NiteshMishra</dc:creator>
      <dc:date>2018-07-25T15:32:00Z</dc:date>
    </item>
    <item>
      <title>No problem sir.
Here is an…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Want-to-count-repeated-words-from-a-MS-word-file/m-p/65073#M17734</link>
      <description>No problem sir.
Here is an updated version, as&amp;nbsp;it fails, when you do not remove line-feeds from the text.
This version removes line-feeds, hyphens,&amp;nbsp;commas and punctuation, you can choose to remove the others, just not the removal of line-feeds.
It is way fast(er) when you run the process from the control room.
But that said, this could probably be (a bit) faster when and if you wrote some vbnet/c# code instead.
See updated version attached.
Good luck :)
BR,
Mustafa</description>
      <pubDate>Wed, 25 Jul 2018 18:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Want-to-count-repeated-words-from-a-MS-word-file/m-p/65073#M17734</guid>
      <dc:creator>Mustafa_UlasYig</dc:creator>
      <dc:date>2018-07-25T18:13:00Z</dc:date>
    </item>
  </channel>
</rss>

