List of uninteresting words
        Posted  
        
            by Hooked
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Hooked
        
        
        
        Published on 2010-04-24T21:49:13Z
        Indexed on 
            2010/04/24
            21:53 UTC
        
        
        Read the original article
        Hit count: 216
        
natural-language
|text-processing
[Caveat] This is not directly a programing question, but it is something that comes up so often in language processing that I'm sure it's of some use to the community.
Does anyone have a good list of uninteresting (English) words that have been tested by more then a casual look? This would include all prepositions, conjunctions, etc... words that may have semantic meaning, but are often frequent in every sentence, regardless of the subject. I've built my own lists from time to time for personal projects but they've been ad-hoc; I continuously add words that I forgotten as they come in.
© Stack Overflow or respective owner