R/AAA.R

Defines functions .jevalIterator

.jevalIterator <-
function(x)
{
    r <- NULL
    while(.jcall(x, "Z", "hasNext"))
        r <- c(r, list(.jcall(x, "Ljava/lang/Object;", "next")))
    r
}

Try the wordnet package in your browser

Any scripts or data that you put into this service are public.

wordnet documentation built on Feb. 16, 2023, 10:19 p.m.