Common Words List For Search

Discussion in 'Programming' started by directorycollector, Nov 6, 2006.

  1. #1
    I'm writing a simple search engine for my website in a SQL Procedure.

    I want the search procedure to skip common words such as 'I', 'the', 'is', 'or', etc...

    Does anyone have (and want to share) a list of common words that I should be ignoring in my search procedure?

    Or, does anyone have a URL to a list of common words that I should ignore in my search procedure?

    Thanks
     
    directorycollector, Nov 6, 2006 IP
  2. Phynder

    Phynder Well-Known Member

    Messages:
    2,603
    Likes Received:
    145
    Best Answers:
    0
    Trophy Points:
    178
    #2
    Do a search for "stop words"
     
    Phynder, Nov 6, 2006 IP
  3. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #3
    http:// dcs.gla.ac.uk/idom/ir_resources/linguistic_utils/stop_words

    (Remove the space afeter http:// I'm not allowed to post links.)
     
    nico_swd, Nov 6, 2006 IP
    directorycollector likes this.
  4. directorycollector

    directorycollector Peon

    Messages:
    259
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #4
    That worked out great, thanks.
     
    directorycollector, Nov 6, 2006 IP