search for: c3c4

Displaying 4 results from an estimated 4 matches for "c3c4".

Did you mean: 13c4
2007 Oct 19
1
(no subject)
...lt;-"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 # 3...
2007 Oct 19
1
conduct pairwise column comparisons without comparing a column to itself
...lt;-"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...
2017 Aug 10
2
Keys used to sign releases
...00-02-13 Joseph Samuel Myers <jsm at polyomino.org.uk> Key fingerprint = 80F9 8B2E 0DAB 6C82 81BD F541 A7C8 C3B2 F71E DF1C - 2048R/FC26A641 2005-09-13 Richard Guenther <richard.guenther at gmail.com> Key fingerprint = 7F74 F97C 1034 68EE 5D75 0B58 3AB0 0996 FC26 A641 - 1024D/C3C45C06 2004-04-21 Jakub Jelinek <jakub at redhat.com> Key fingerprint = 33C2 35A3 4C46 AA3F FB29 3709 A328 C3A2 C3C4 5C06 Would it make sense to add something similar to our download page? thanks... don -------------- next part -------------- An HTML attachment was scrubbed... URL: <http...
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