"Text Mining"

sudheendra
sudheendra New Altair Community Member
edited November 5 in Community Q&A
Hi,

I am working with text documents, I would like to extract sentences which contain a paricular word . Example "recovery" .Is it possible?

Thanks,
Sudheendra

Answers

  • land
    land New Altair Community Member
    Hi,
    an operator for this is planned for one of the upcoming versions of the TextProcessing Extension for RapidMiner 5.0. Currently you would have to use a rather complex process. I think it should be possible, but as you might imagine, I cannot build a process for you, if it consumes more than a few minutes of work. This would be more a problem for consulting and not for the support forum. Sorry.

    Greetings,
      Sebastian
  • RalfKlinkenberg
    RalfKlinkenberg New Altair Community Member
    Hi Sudheendra,

    if you would like us to design a text mining process to extract all sentences containing a particular word, you can contact us via our web contact form or e-mail and ask us for a quote.

    Best regards,
    Ralf
  • venkatesh20
    venkatesh20 New Altair Community Member
    Hey you donot need any text mining tool for your requirement. A simple regular expression in perl / python  is sufficient to get this done.  ;)

    Venki
  • land
    land New Altair Community Member
    Hi,
    that's a really good hint. I think you could use regular expressions as well from inside RapidMiner using the Generate Extract operator. This way you would not have any scripting effort and no problems including it in your workflow.

    Greetings,
      Sebastian