getWordsAPI: Get a list of all words from a YARN dictionary

Description Usage Arguments Value References Examples

Description

Get a list of all words from a YARN dictionary

Usage

1
getWordsAPI(page = 1, q = "")

Arguments

page

Page number

q

The word starts with the substring 'word'

Value

A list with objects of class Word

References

Dmitriy Ustalov. YARN API. http://nlpub.ru/YARN/API

Examples

1
2
3
4
5
6
7
8
## Not run: 
word_objs <- getWordsAPI(q = 'house')
words2df(word_objs)

word_objs <- getWordsAPI(page = 2)
words2df(word_objs)

## End(Not run)

Dementiy/yarn documentation built on May 6, 2019, 2:10 p.m.