morfessor: Morfessor morphological analysis

Description Usage Arguments Details Value Author(s) References Examples

Description

Access Morfessor via command line

Usage

1

Arguments

data

vector of strings to be separated into morphemes

Details

Location of bash executable linking to Morfessor is currently hardcoded. A temporary file with the data is made at getwd() and deleted afterwards.

Value

Returns a vector of the same lengths as data with morphemes separated by spaces.

Author(s)

Michael Cysouw

References

Morfessor: http://www.cis.hut.fi/projects/morpho/morfessor2.shtml

Examples

1
morfessor(c("test","testing","tested"))

cysouw/qlcRecode documentation built on May 14, 2019, 1:41 p.m.