hanlp.parseDependency: dependency parsing.

Description Usage Arguments Value Author(s) Examples

Description

A function of dependency parsing .

Usage

1

Arguments

text

A Chinese sentence in UTF-8 .

mode

NN,CRF,MaxEnt,default NN mode. NN is dependency parsing,CRF and MaxEnt are Semantic Dependency Parsing.

Value

a data.frame.

Author(s)

https://github.com/qxde01/RHanLP

Examples

1
2
3
4
## Not run: 
hanlp.parseDependency("hello world!")

## End(Not run)

qxde01/RHanLP documentation built on May 13, 2019, 8:39 a.m.