+ Reply to Thread
Results 1 to 2 of 2

Text corerrelation, grouping text, textmining?

  1. #1
    Registered User
    Join Date
    07-12-2006
    Posts
    12

    Text corerrelation, grouping text, textmining?

    A question for the excel-guru? I know that it is a pretty general question, still.

    I got data where each datarow concists of a single comment.

    Comment
    text
    text
    text
    .
    .
    .

    Now I want to group these comments together by checking simularities between the comments. Most oftly each comment includes one or several keywords that are included in some other comment.

    How to do this?

    The comments are between one and 15 words, often just one to five words.

  2. #2
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690
    I did a similar thing sometime ago. I needed to check around 100 words of test in each cell for 20 keywords, so i put the keywords in cells B2 - B21 and then wrote a formula that checked for each keyword (located at top of that column), returning a 1 when a match was found.

    col1............................bob.......................tom
    text text bob text............1.........................0
    text tom text...................0........................1
    tom text bob...................1........................1

    it is a simple use of the search function

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1