detect: Detect terms in textual content

Description Usage Arguments Value Examples

View source: R/TermDetector.R

Description

Detect all the terms in textual content. Load the terms in the detector first with addTerms or loadTerminoCSV. It returns a data.frame with terms detected.

Usage

1
detect(termDetector, text)

Arguments

termDetector

:a TermDetector instance

text

:a character vector of length 1

Value

A dataframe containing:

Examples

1
termDetector <- RIAMsystem::newTermDetector()

scossin/RIAMsystem documentation built on Dec. 5, 2020, 5:40 p.m.