get_lexicon | R Documentation |
Returns a lexicon in a given language. This function uses the IRaMuTeQ package's dictionaries. The english lexicon have been supplemented by a set of words with unspecified type.
get_lexicon(language = "fr")
language |
Can be one of "
|
Type: a word (in French lexicon) can be of type:
adj: adjective
adj_dem: demonstrative adjective
adj_ind: indefinite adjective
adj_int : interrogative adjective
adj_num: numerical adjective
adj_pos: possessive adjective
adj_sup:
adv: adverb
adv_sup
art_def: definite article
aux: auxiliary
con: conjunction
nom: nominal
ono: onomatopoeia
pre: preposition
pro: pronoun
pro_dem: demonstrative pronoun
pro_ind: indefinite pronoun
pro_per: personnal pronoun
pro_pos: possessive pronoun
pro_rel: relative pronoun
ver: verb
ver_sup:
tibble with word, lemma and type (.
fr_expr=get_lexicon("fr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.