loadTerminoCSV: Load a CSV file of a terminology

Description Usage Arguments Value Examples

View source: R/addTerms.R

Description

Load in Java a text file containing all the terms of a terminology

Usage

1
loadTerminoCSV(termDetector, file, sep, colLabel, colCode)

Arguments

termDetector

:a TermDetector instance

file

:the name of the file which the data are to be read from (absolute or relative)

sep

:the field separator character

colLabel

: the ith column contaning the labels. Java uses zero-based indexing, first column is 0.

colCode

: the ith column contaning the codes. Java uses zero-based indexing, first column is 0.

Value

Nothing, it just load the file

Examples

1
termDetector <- RIAMsystem::newTermDetector()

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