search for: hexagram

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

2011 Sep 12
6
barplot in hexagram layout
...ar=c(.5, .5, 1.5, .5), oma=c(.4, 0,.5, 0)) barplot(c(1,1,1,1,1,1),col=c("blue","purple","red","green","orange","yellow"), axes = FALSE) I have a barplot that returns six colors in a line. I would like to get the same six color blocks in a hexagram layout (if it were a clock, the blocks would be at 12, 2, 4, 6, 8 and 10 o'clock). Is this possible with R? I do not know java or c++ to make this with GUI, so I have been doing it in R instead and it has worked great, except now I need to change the layout just a bit. Thank you, Adele ---...
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