pullword {pullword} | R Documentation |
This function deals with communication with the server. The result will be parsed in a vector or a matrix, depends on show probability or not
pullword
pullword(input = NULL, file = NULL, threshold = 0, showProb = FALSE)
input |
The input text. |
file |
The input file. |
threshold |
The minimum probability for the words appearing in the result. Should be a real value between 0 and 1. |
showProb |
logical. The return value would be a |
require(pullword)
pullword('Replace this field with a Chinese sentence.',threshold=0,showProb=TRUE)