cqp_kwic: Create a "keyword in context" list with a subcorpus.

Description Usage Arguments Value Author(s) References See Also

View source: R/s3.R

Description

Create a "keyword in context" (aka kwic) list with a subcorpus, with parameters for arranging and filtering items. The list can then be printed chunk by chunk.

Usage

1
2
3
4
cqp_kwic(x, ...)

 ## S3 method for class 'cqp_subcorpus'
cqp_kwic(x, right.context = 20, left.context = 20, ...)

Arguments

x

An object created with subcorpus.

right.context

The number of characters on the right.

left.context

The number of characters on the left.

...

Ignored.

Value

Create a cqp_kwic object ready to be printed (with more options for the display) with print (see print.cqp_kwic).

Author(s)

Bernard Desgraupes - bernard.desgraupes@u-paris10.fr - University Paris-10.
Sylvain Loiseau - sylvain.loiseau@univ-paris13.fr - University Paris-13.

References

http://cwb.sourceforge.net/documentation.php

See Also

corpus, subcorpus, print.cqp_kwic write.cqp_corpus.


rcqp documentation built on March 18, 2018, 1:54 p.m.