load_lexadb: Load Lexa database

View source: R/database.R

load_lexadbR Documentation

Load Lexa database

Description

It loadds a Lexa database from the specified path. The path is the directory containing the database.

Usage

load_lexadb(path)

Arguments

path

The path to the database as a string.

Value

A lexadb object.

Examples

db_path <- system.file("extdata/albanian_lexadb", package = "lexa")
albanian <- load_lexadb(db_path)
albanian


stefanocoretta/lexa documentation built on Feb. 4, 2024, 6:49 p.m.