Check for hapax legomena
See also
Other vectorized functions:
get_cumulative_vocabulary()
,
get_frequency()
,
get_hir()
,
get_htr()
,
get_idf_by()
,
get_match()
,
get_sentiment()
,
get_tf_by()
,
get_tfidf_by()
,
get_ttr()
,
is_new()
Examples
c("cat", "dog", "dog", "bat", "dog") |>
is_hapax()
#> [1] TRUE FALSE FALSE TRUE FALSE