rdr_available_models: Lists all installed Ripple Down Rules-based Part-Of-Speech...

Description Usage Value See Also Examples

Description

Lists all language models currently installed in the RDRPOSTagger package folder. These current consists of language models for

Usage

1

Value

a list of data.frames with elements MORPH, POS and UniversalPOS containing the language, the location of the dictionary and the location of the ripple down rules

See Also

rdr_model

Examples

1
2
3
4
5
6
models <- rdr_available_models()
models

models$MORPH$language
models$POS$language
models$UniversalPOS$language

bnosac/RDRPOSTagger documentation built on May 8, 2019, 3:43 p.m.