xshow: Show results

Description Usage Arguments Details Author(s) See Also Examples

View source: R/xshow.R

Description

Show results after calling the function xparse.

Usage

1
  xshow(e=NULL,sort="a")

Arguments

e

an entity or a list of entities that you want display, default e = NULL => display all columns

sort

type sort of data, default sort = "a" => sorted by alphabet, sort = "f" => sorted by frequency.

Details

Show results after calling function xparse. The result file has format:

  1. entity file1:entity1:$:data1:data2:data3:

  2. relation file1:entity1:entity2:$$:data_e1:data_e2:negation

Author(s)

Tien T. Phan

See Also

xparse call the main function of module extraction written by Perl
xshow display results

Examples

1
2
3
4
5
  xfile() #show all names of files in corpus
  xshow() #all columns
  xshow(e="p",sort="a") #show result of entity "p", sorted by alphabet
  xshow(e="p",sort="f")
  xshow(e=c("p","m"))

x.ent documentation built on May 2, 2019, 2:14 p.m.

Related to xshow in x.ent...