In linguistics, lemmatisation is the process of grouping together the different inflected forms of a word so they can be analysed as a single item. In computational linguistics, lemmatisation is the algorithmic process of determining the lemma for a given word.

PropertyValue
dbpprop:abstract
  • In linguistics, lemmatisation is the process of grouping together the different inflected forms of a word so they can be analysed as a single item. In computational linguistics, lemmatisation is the algorithmic process of determining the lemma for a given word. Since the process may involve complex tasks such as understanding context and determining the part of speech of a word in a sentence (requiring, for example, knowledge of the grammar of a language) it can be a hard task to implement a lemmatiser for a new language. In many languages, words appear in several inflected forms. For example, in English, the verb 'to walk' may appear as 'walk', 'walked', 'walks', 'walking'. The base form, 'walk', that one might look up in a dictionary, is called the lemma for the word. The combination of the base form with the part of speech is often called the lexeme of the word. Lemmatisation is closely related to stemming. The difference is that a stemmer operates on a single word without knowledge of the context, and therefore cannot discriminate between words which have different meanings depending on part of speech. However, stemmers are typically easier to implement and run faster, and the reduced accuracy may not matter for some applications. For instance: The word "better" has "good" as its lemma, but this is missed by stemming. The word "walk" is the base form for word "walking", and hence this is matched in both stemming and lemmatization. Analysers like Lucene Snowball store the base stemmed format of the word without the knowledge of meaning, but taking into account the semantics of the word formation only. The stemmed word itself might not be valid (see lazy below). The following is an example of lemmatisation and stemming. Given the following sentence: [The] [quick] [brown] [fox] [jumped] [over] [the] [lazy] [dogs] org. apache. lucene. analysis. snowball. SnowballAnalyzer gives the following stems: [quick] [brown] [fox] [jump] [over] [lazy] [dog] the lemmas from the words in the sentence would be as follows: [the] [quick] [brown] [fox] [jump] [over] [the] [lazy] [dog]
  • La lemmatisation désigne l'analyse lexicale du contenu d'un texte regroupant les mots d'une même famille. Chacun des mots d'un contenu se trouve ainsi réduit en une entité appelée lemme. La lemmatisation regroupe les différentes formes que peut revêtir un mot, soit : le nom, le pluriel, le verbe à l'infinitif, etc.
  • La lemmatizzazione è il processo di riduzione di una forma flessa di una parola alla sua forma canonica, detta lemma. Nell'elaborazione del linguaggio naturale, la lemmatizzazione è il processo algoritmico che determina automaticamente il lemma di una data parola. Il processo può coinvolgere altre attività di elaborazione del linguaggio, quali ad esempio l'analisi morfologica e grammaticale. In molte lingue, le parole appaiono in diverse forme flesse. Per esempio, in italiano il verbo camminare può apparire come cammina, camminò, camminando e così via. La forma canonica, camminare, è il lemma della parola ed è la forma di riferimento per cercare la parola all'interno di un dizionario. La combinazione della forma canonica con la relativa parte del discorso è chiamata il lessema della parola.
dbpprop:hasPhotoCollection
dbpprop:reference
rdfs:comment
  • In linguistics, lemmatisation is the process of grouping together the different inflected forms of a word so they can be analysed as a single item. In computational linguistics, lemmatisation is the algorithmic process of determining the lemma for a given word.
  • La lemmatisation désigne l'analyse lexicale du contenu d'un texte regroupant les mots d'une même famille. Chacun des mots d'un contenu se trouve ainsi réduit en une entité appelée lemme. La lemmatisation regroupe les différentes formes que peut revêtir un mot, soit : le nom, le pluriel, le verbe à l'infinitif, etc.
  • La lemmatizzazione è il processo di riduzione di una forma flessa di una parola alla sua forma canonica, detta lemma. Nell'elaborazione del linguaggio naturale, la lemmatizzazione è il processo algoritmico che determina automaticamente il lemma di una data parola. Il processo può coinvolgere altre attività di elaborazione del linguaggio, quali ad esempio l'analisi morfologica e grammaticale. In molte lingue, le parole appaiono in diverse forme flesse.
rdfs:label
  • Lemmatisation
  • Lemmatisation
  • Lemmatizzazione
owl:sameAs
skos:subject
foaf:page
is dbpprop:redirect of