iparseWord: Parse a word

Description Usage Arguments Value

View source: R/scripts.R

Description

Parse a single word by making a call to a lookup parsing service

Usage

1
2
iparseWord(w,
  URLPrefix = "http://www.perseus.tufts.edu/hopper/xmlmorph?lang=la&lookup=")

Arguments

w

the word

URLPrefix

the url of the XML parsing results for each word is constructed by prefixing URLPrefix to the word. The default value will query Perseus Latin word tool database.

Value

A list of the same structure as a word element in a parsed data object, such as produced by the function iparse.


rushkin/parseR documentation built on May 17, 2019, 12:52 p.m.