search for: nearterm

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

Did you mean: 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(...
2010 Sep 07
0
[JOBS] HelloExpert.com is looking for technology leaders (Dir/VP level hires)
...• Adobe Flash and Action Script • Any open source based unified communication technology API/stack • NgNix & HAProxy • Linux as the OS Desired experience would be hands on experience in building/ architecting and scaling consumer portals involving cutting edge open source technologies. In the nearterm , the most important thing is to scale and improve HelloExpert.com platform, and so it is critical that you can immediately make big contributions to our complex web-based application. In addition to working with us in writing the software, the ideal candidate should be proficient outside the techn...
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