get_ngram {dhlabR}R 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.


[Package dhlabR version 1.0.2 Index]