get_ngram: Hidden internal function to get NGRAM

View source: R/ngram.R

get_ngramR Documentation

Hidden internal function to get NGRAM

Description

Hidden internal function to get NGRAM

Usage

get_ngram(word, corpus, language = NULL)

Arguments

word

The word to get NGRAM for.

corpus

The corpus to use. Options are 'avis' and 'bok'.

language

The language to use. Default is NULL.

Value

A list that contains the NGRAM.


dhlabR documentation built on Sept. 11, 2024, 9:12 p.m.