clr_search_keyphrases: Extract key phrases from an annotated corpus.

Description Usage Arguments Value

Description

Function enable corpus search of gram constructions in context.

Usage

1
2
clr_search_keyphrases(corp, n = 5, key_var = "lemma", flatten = TRUE,
  jitter = TRUE, remove_nums = TRUE, include = "doc_id", min_txtf = 0)

Arguments

corp

List of annotated texts to be searched

search

Gram/lexical pattern to be searched for

LW

Size of context in number of words to left of the target

RW

Size of context in number of words to right of the target

Value

A list of dataframes


jaytimm/corpuslingr documentation built on May 29, 2019, 1:01 a.m.