stemming
語幹処理
解説 Definition
stemming は stem(語幹にする、語幹を取り出す)の現在分詞・動名詞で、言語処理では語幹処理という意味です。単語から語尾などを取り除き、基本的な形に近づける処理を指します。
Stemming is a language-processing technique that removes or reduces word endings and sometimes other affixes to produce a common stem. It helps systems match related word forms, although the resulting stem is not always a valid dictionary word.
覚え方のコツ Memory Tip
stemming は stem「幹・語幹」に -ing を付けた形で、言語処理では単語の接辞や語尾を機械的に削り、共通の幹に近づける処理です。植物の枝葉を落として stem を残す像で覚えましょう。lemmatization は辞書上の正しい基本形を求めますが、stemming の出力は実在語にならない場合もある点が重要です。
Connect stemming with the ordinary noun stem, the central stalk of a plant. In language processing, an algorithm cuts away endings or affixes as if trimming leaves and branches, leaving a shared core. For example, related forms may be reduced so that a search system can match them. Stemming is usually rule-based and does not guarantee a real dictionary word. This distinguishes it from lemmatization, which uses linguistic information to identify a valid base form or lemma. Remember common contexts such as search engines, text analysis, word counting, and stemming algorithms.
例文
Stemming helps a search system match related word forms.
語幹処理は、検索システムが関連する語形を一致させるのに役立ちます。
The program uses stemming before it counts the words.
そのプログラムは単語を数える前に語幹処理を使います。
For some languages, stemming can reduce accuracy if the rules are too simple.
言語によっては、規則が単純すぎると語幹処理によって精度が下がることがあります。
stemming の類義語・関連語
stemming の語源・成り立ち Etymology
stemming は stem「幹・茎」に -ing が付いた語です。stem は古英語 stemn/stefn にさかのぼり、植物の幹のような中心部分を指しました。そこから語尾を削って幹だけ残すという発想で、語幹処理を表します。関連語に stemmer があります。
Stemming is formed from the verb stem and the suffix -ing. Stem comes from Old English stemn or stefn and originally referred to the main trunk or stalk of a plant. The word later acquired figurative senses involving a central supporting part. In computational linguistics, the plant metaphor was applied to removing word endings so that a central form, called a stem, remains. A program performing this operation is a stemmer.
同じレベルの英単語をもっと
外部辞書で調べる
この単語を英単語クイズで覚えよう