Stop word

The words that are considered unimportant and carrying little information, in understanding the sentence. For instance, common words like “the”, “a”, etc. They are often removed before Text analysis in the traditional Natural Language Processing pipeline. In modern LLMs, they are usually not ignored.

See Gerlach2019stopwords for a method to identify stop words based on Information theory.