• lc [ attribute ]

    (also referred to as word_lc, word lowercase or word form lowercase) is a positional attribute assigned to of each token in the corpus. The lc attribute is a lowercased version of the word attribute: John becomes john, Apple becomes apple, BE becomes be. The lc attribute makes the upper case and lowercase version of each token identical. The lc attribute is used for case insensitive searching and analysis see also word form lemma (lowercase) list of attributes
  • lemma [ attribute ]

    Lemma is a positional attribute. It is the basic form of a word, typically the form found in dictionaries. A lemmatized corpus allows for searching for the basic form and include all forms of the word in the result, e.g. searching for lemma go will find go, goes, went, going, gone. (more…)
  • lemma_lc [ attribute ]

    lemma_lc is a positional attribute. It is a lemma converted to lowercase.   apple and Apple are treated as the same thing. It is used for case insensitive searching and case insensitive analysis. see lemma
  • lempos [ attribute ]

    Lempos is a positional attribute, i.e. an attribute assigned to each token in the corpus.  It is a combination of lemma and part of speech (pos) consisting of the lemma, hyphen and a one-letter abbreviation of the part of speech, eg. go-vhouse-n. The part of speech abbreviations differ between corpora. Lempos is case sensitive, house-n is different from House-n. see also lempos_lc lemma list of attributes
  • lempos_lc [ attribute ]

    lempos_lc is a positional attribute. It is a lowercased version of lempos. All uppercase letters are converted to lowercase, thus House-n becomes identical with house-n. It is used for case insensitive searching and analysis. see also lempos list of attributes
  • longtag [ attribute ]

    Longtag is a detailed part-of-speech tag which usually contains more information than tag. Some corpora have tags containing only basic information on parts of speech and also attribute longtags consist of detailed grammatical information such as case, number, gender, etc. The longtangs are available in Estonian corpus etTenTen or Turkis corpus trTenTen.