search for: maxent_pos_tag_annotator

Displaying 2 results from an estimated 2 matches for "maxent_pos_tag_annotator".

2013 Aug 24
3
Parts of Speach Tagging
I was using tagPOS function from openNLP package for parts-of-speach. Now the package is updated and the function is not present. Any suggestions how to do it now ? Thanks for your help. -- Regards, Siddharth Arun, Contact No. - +91 8880065278 [[alternative HTML version deleted]]
2013 Sep 04
0
Error in Parts of Speach Tagging using openNLP in Cloud environment
...t;- paste(sprintf("%s/%s", s[a3w], POStags), collapse = " ") list(POStagged = POStagged, POStags = POStags) } cl <- makeCluster(mc <- getOption("cl.cores", detectCores()/2)) clusterEvalQ(cl, { library(openNLP) library(NLP) PTA <- Maxent_POS_Tag_Annotator() }) This is the setup I am using: · Created an cloud instance with "Ubuntu Quantal 12.10 Server 64-bit instance" · Installed LAMP server in the instance · After which I installed R. By default R version was 2.15.0 · Upgraded the R version to R 3.0.1 -- Regards, Siddhar...