search for: nearterms

Displaying 3 results from an estimated 3 matches for "nearterms".

2012 May 31
3
How can I get this function to work?
...ength(Keep)){ for(j in 1:length(Lower)){ Keep[i][i %in% seq(Lower[j], Upper[j])] <- i }} testRow$reduced <- paste(Text[!is.na(Keep)], collapse=" ") } testRow length(Text) length(Text[!is.na(Keep)]) #### Function for selecting words within specified range of a target term #### nearTerms <- function(df, text, target, before, after, outvar){ Text <- with(df, strsplit(text, " ")) Target <- grep(target, Text) if (length(Target) == 0) {df$reduced <- ""} else{ Length <- length(Text) Keep <- rep(NA, Length) Lower <- ifelse(T...
2010 Sep 07
0
[JOBS] HelloExpert.com is looking for technology leaders (Dir/VP level hires)
HelloExpert.com provides free and personalized expert solutions anytime anywhere. The platform uses latest web 2.0, search engine, unified communication technologies to present a unique social-business concept to professionals, academia and world’s elite population. HelloExpert.com is recognized as one of the disruptive social-business enabling ideas and we have recently been adjudged as Semi
2005 Mar 24
25
Yum problem CentOS 3.3?
I''m still using CentOS 3.3 as our install mechanism, then adding some packages from a tarball of RPMs we need. Then I run # yum update yum which sometimes takes a while. Yesterday it took many hours. I like to run these from behind a firewall in our office before taking the server to the datacenter, but the delay meant a whole day''s delay in our trip to the datacenter