search for: c1c2

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

Did you mean: c12
2007 Oct 19
1
(no subject)
...)[1]<-"L(A)a(i)" names(final.df)[2]<-"L(B)a(j)" result.df<-merge(result.df,final.df,by=c("L(A)a(i)","L(B)a(j)"), all.x=T) } } } } # here is the result I get result.df # L(A)a(i) L(B)a(j) C1C2~C3C4 C1C2~C5C6 C1C2~C7C8 C3C4~C3C4 C3C4~C5C6 C3C4~C7C8 C5C6~C3C4 C5C6~C5C6 C5C6~C7C8 # 1 1 1 NA NA NA NA NA NA NA NA NA # 2 1 2 NA NA NA NA NA NA NA NA NA...
2007 Oct 19
1
conduct pairwise column comparisons without comparing a column to itself
...)[1]<-"L(A)a(i)" names(final.df)[2]<-"L(B)a(j)" result.df<-merge(result.df,final.df,by=c("L(A)a(i)","L(B)a(j)"), all.x=T) } } } } # here is the result I get result.df # L(A)a(i) L(B)a(j) C1C2~C3C4 C1C2~C5C6 C1C2~C7C8 C3C4~C3C4 C3C4~C5C6 C3C4~C7C8 C5C6~C3C4 C5C6~C5C6 C5C6~C7C8 # 1 1 1 NA NA NA NA NA NA NA NA NA # 2 1 2 NA NA NA...
2007 Jun 05
7
Chinese, Japanese, Korean Tokenizer.
Hi, I am looking for Chinese Japanese and Korean tokenizer that could can be use to tokenize terms for CJK languages. I am not very familiar with these languages however I think that these languages contains one or more words in one symbol which it make more difficult to tokenize into searchable terms. Lucene has CJK Tokenizer ... and I am looking around if there is some open source that we