Displaying 1 result from an estimated 1 matches for "text2peopl".
Did you mean:
text2people
2011 Apr 29
1
RCurl and postForm()
...I think that I am missing something fundamental in how strings are passed from a postForm() call in R to the curl or libcurl functions underneath. For example, I can do the following using curl from the command line:
$ curl -d "Archbishop Huxley" "http://www.datasciencetoolkit.org/text2people"
[{"gender":"u","first_name":"","title":"archbishop","surnames":"Huxley","start_index":0,"end_index":17,"matched_string":"Archbishop Huxley"}]
Trying the same thing, or wha...