Learn R Programming

nametagger (version 0.1.7)

nametagger_load_model: Load a Named Entity Recognition

Description

Load a Named Entity Recognition from your hard disk

Usage

nametagger_load_model(file)

Value

an object of class nametagger

Arguments

file

character string with the path to the file on disk

Examples

Run this code
path  <- system.file(package = "nametagger", "models", "exampletagger.ner")
model <- nametagger_load_model(path)
model

Run the code above in your browser using DataLab