() (MeCab) *1 Juman ChaSen *2 MeCab ChaSen 1.3 MeCab MeCab OS Windows MeCab [] [Binary package for MS-Windows] [] sourceforge.net [mecab-win32] Mac OS

Size: px
Start display at page:

Download "() (MeCab) *1 Juman ChaSen *2 MeCab ChaSen 1.3 MeCab MeCab OS Windows MeCab [] [Binary package for MS-Windows] [] sourceforge.net [mecab-win32] Mac OS"

Transcription

1 RMeCab MeCab RMeCab MeCab RMeCab RMeCab RMeCab MeCab docmatrix2() docmatrixdf() N-gram MeCab RMeCab 1.1 MeCab R MeCab RMeCab 1.2 ishida-m@ias.tokushima-u.ac.jp 1

2 () (MeCab) *1 Juman ChaSen *2 MeCab ChaSen 1.3 MeCab MeCab OS Windows MeCab [] [Binary package for MS-Windows] [] sourceforge.net [mecab-win32] Mac OS X Linux [mecab] Mac OS X Linux [mecab-ipadic] Windows Windows MeCab 0.97 mecab-0.97.exe [OK] Shift JIS MeCab C Program Files Mac OS X Unix Downloads Terminal Mac OS X DVD *1 *2 2

3 1 1 MeCab # # ** $ cd Downloads $ tar zxvf mecab-0.**.tar.gz $ cd mecab-0.** $./configure --with-charset=utf-8 $ make $ sudo make install # $ tar zxf mecab-ipadic ****.tar.gz $ cd mecab-ipadic **** $./configure --with-charset=utf-8 $ make $ sudo make install Windows MeCab [Enter] C work 3

4 test.txt res.txt C: Program Files MeCab bin > mecab c: work test.txt > c: work res.txt test.txt res.txt 1 1 EOS,*,*,*,*,*,,,,,*,*,*,*,,,,,,*,*,*,,,,,*,*,*,*,,,,,,*,*,*,,,,,*,*,,,,,,*,*,*,,,,,,,*,*,*,*,,, 1 1 MeCab (), 1, 2, 3,,,,, EOS (end of sentence) (token) (type) MeCab 1 2 EOS,,*,*,*,*,,,,,*,*,*,*,,,,,*,*,*,*,,,,*,*,*,,,,,,*,*,*,,,,,,,*,*,*,*,,,,,*,*,*,*,,,,,*,*,*,*,,,,,*,*,*,*,,,,,*,*,,,,,,,*,*,*,*,,, 1 2 4

5 9 8 MeCab CSV (??) () MeCab R MeCab R R MeCab RMeCab 1.4 RMeCab RMeCab R MeCab R RMeCab RMeCab R MeCab R MeCab?? RMeCab *1 OS RMeCab RMeCab 0.50 RMeCab 0.59.zip RMeCab 0.59.tgz, RMeCab 0.59.tar.gz.zip Windows Mac OS X.tgz Unix.tar.gz Windows RMeCabInstall.txt Windows R RMeCab *2 [1] Windows R *3 R R getwd() C:/PROGRA 1/R/R-2* *.*/library * R [] - [ zip ] *1 *2 *3 RMeCabInstall.txt R MeCab RMeCabInstall.bat MeCab bin libmecab.dll R library RMeCab libs libmecab.dll 5

6 RMeCab ***.zip ( 1 2)*** RMeCabInstall.txt RMeCabInstall.bat RMeCabInstall.bat ( 1 3) 1 Windows R getwd() C:/PROGRA 1/R/R-2* *.*/library Windows XP MeCabInstall.bat RMeCabInstallXP.bat Vista RMeCabInstallVista.bat 1 2 RMeCab 1 3 Mac OS X R [] - [] [CRAN] [] 6

7 [install] RMeCab ***.tgz *** Linux R R R getwd() ** > install.packages("rmecab_0.**.tar.gz", destdir=".", repos = NULL) 2 RMeCab RMeCab R RMeCab Windows R [] - [ ] RMeCab ( 2 1 )Mac OS X [ ] RMeCab R library(rmecab) [Enter] R 2 1 RMeCab RMeCab 2 1 *1 2 1 *1 7

8 RMeCabC RMeCabText RMeCabDF RMeCabFreq docmatrix, docmatrix2, docmatrixdf collocate collscores Ngram N, N-gram NgramDF N, N-gram NgramDF2 N,, N-gram docngram N N-gram docngram2 N,, N-gram 2 1 RMeCab 2 1 RMeCab *2 Windows data2.zip Mac OS X Unix data2.tar.gz Windows data2 zip [ ] [] [] zip data2 data2 C (C:) R R getwd() 2.1 RMeCab RMeCab RMeCabText() RMeCabFreq() MeCab *2 8

9 2.1.1 RMeCabC() RMeCabC() MeCab R Windows [Ctrl] [r] <- RMeCabC("") [[1]] "" [[2]] "" [[3]] "" [[4]] "" #... [[1]] # "" > unlist(res)... "" "" "" ""... > x <- "" # <- RMeCabC(x) > unlist(res)... "" "" "" ""... 9

10 R [[]] res[[1]] R unlist() ( x) RMeCabC() RMeCabC() 2 1 () <- RMeCabC("", 1) > unlist(res) # "" "" "" "" <- RMeCabC("", 0) > unlist(res) # "" "" "" "" ( 2 ) () <- RMeCabC("") 2 <- unlist(res) 2 "" "" "" "" "" "" "" 2[names(res2) == ""] "" "" "" "" > names(res2) == "" # [1] TRUE FALSE TRUE FALSE TRUE FALSE TRUE 10

11 Mac OS X Linux R Encoding(names(res2))<- "UTF-8" # Encoding(res2) <- "UTF-8"# RMeCabC() res2 res2 names() == (TRUE) (FALSE) [] TRUE FALSE res2 TRUE which() TRUE any() 3 <- names(res2) == "" 3 [1] TRUE FALSE TRUE FALSE TRUE FALSE TRUE > which(res3) [1] > any(res3) [1] TRUE which() TRUE any() TRUE TRUE RMeCabText() RMeCabText() 1 10 MeCab RMeCab data2 data2 yukiguni.txt 11

12 <- RMeCabText("yukiguni.txt") [[1]] [1] "" "" "" "*" "*" [6] "*" "*" "" "" "" [[2]] [1] "" "" "" "" "*" "*" "*" "" [9] "" "" [[3]] [1] "" "" "" "*" [5] "*" "" "" "" # RMeCabFreq() RMeCabFreq() Windows Linux Mac OS X Windows <- RMeCabFreq("yukiguni.txt") length = 13 Term Info1 Info2 Freq #... res Term Info1 Info2 Freq R data2 kumo.txt > pt1 <- proc.time() # <- RMeCabFreq("kumo.txt") length = 447 > pt2 <- proc.time() 12

13 > # > pt2 - pt1 # MeCab Windows Mac OS X Linux RMeCabFreq() length = 447 () () 447 Linux Mac OS X 446 Linux Mac OS X MeCab OS MeCab,,*,*,*,*,,,,,*,*,,,,,,,*,*,,,,, Windows,,*,*,*,*,,,,,*,*,,*,*,,,,*,*,,*,*,*,,,,*,*,,,,, Windows Mac OS X Linux OS OS MeCab MeCab MeCab *1 Unix OS Windows MeCab 2.2 MeCab Windows MeCab Mac OS X Linux Mecab *1 13

14 C: Program Files MeCab bin > mecab,,,,*,*,,,,,,,*,*,,,,,*,*,,,,,,*,*,*,,,,, EOS CSV,-1,-1,1000,,,,,*,*,,, MeCab ID ID motohiro.csv C data ( "C:\data" ) ID ID -1 MeCab Windows []-[]-[ ]-[] cd MeCab bin MeCab C: Program Files MeCab mecab-dict-index.exe MeCab motohiro.csv (\) () C: data > cd C: Program Files MeCab bin C: Program Files MeCab bin > mecab-dict-index.exe \ -d c: Program Files MeCab dic ipadic \ -u ishida.dic -f shift-jis -t shift-jis \ c: data motohiro.csv reading c: data mecabdic.csv... 1 emitting double-array: 100% ########################################### done! done mecab-dict-index.exe ishida.dic C: data MeCab C: Program Files MeCab dict dicrc 14

15 Windows ([]-[]-[]-[]) userdic = C: data ishida.dic MeCab C: Program Files MeCab bin > mecab,,,,*,*,,,,,,,*,*,,,,*,*,*,,,,, EOS *1 2.3 R RMeCabDF() RMeCabDF() RMeCabDF() data photo.csv > # > dat <- read.csv("photo.csv") <- RMeCabDF(dat, 3) # () <- RMeCabDF(dat, 3, 1) # <- RMeCabDF(dat, "Reply",1) # *1 15

16 ID, Sex, Reply 1, F, 2, M, 3, F, 4, F, 5, M, 2 2 CSV RMeCabDF() res length(res) [[]] res res[[1]] res[[1]] 5 [[1]] "" "" "" "" "" 2.4 (term-document matrix) T erm doc1 doc2 doc doc1, doc2, doc3 doc1: doc2: doc3: RMeCabText() doc1 doc2 doc3 16

17 16 <- docmatrix("doc", pos = c("","")) file = doc/doc1.txt file = doc/doc2.txt file = doc/doc3.txt Term Document Matrix includes 2 information rows! whose names are [[LESS-THAN-1]] and [[TOTAL-TOKENS]] if you remove these rows, run result[ row.names(result)!= "[[LESS-THAN-1]]", ] result[ row.names(result)!= "[[TOTAL-TOKENS]]", ] docs terms doc1.txt doc2.txt doc3.txt [[LESS-THAN-1]] [[TOTAL-TOKENS]] [[TOTAL-TOKENS]] <- res[ row.names(res)!= "[[LESS-THAN-1]]", ] <- res[ row.names(res)!= "[[TOTAL-TOKENS]]", ] docs terms doc1.txt doc2.txt doc3.txt

18 docmatrix() <- res[rowsums(res) >= 2,] # 2 docs terms doc1.txt doc2.txt doc3.txt rowsums() >=2 2 docmatrix() minfreq minfreq 3 A A 3 0 [[LESS-THAN-3]] 3 [[TOTAL-TOKENS]] pos 0 dcomatrix2() minfreq rowsums(res) minfreq 2 <- docmatrix("doc", pos = c("",""), minfreq = 2) #... docs 18

19 terms doc1.txt doc2.txt doc3.txt [[LESS-THAN-2]] [[TOTAL-TOKENS]] [[LESS-THAN-2]] 2 1 doc1.txt 2 2 morikita <- docmatrix("morikita", pos = c("","")) file = morikita/morikita1.txt file = morikita/morikita2.txt file = morikita/morikita3.txt Term Document Matrix includes 2 information rows! whose names are [[LESS-THAN-1]] and [[TOTAL-TOKENS]] if you remove these rows, run result[ row.names(result)!= "[[LESS-THAN-1]]", ] result[ row.names(result)!= "[[TOTAL-TOKENS]]", ] docs terms morikita1.txt morikita2.txt morikita3.txt [[LESS-THAN-1]] [[TOTAL-TOKENS]] #... 2 <- res[ row.names(res)!= "[[LESS-THAN-1]]", ] <- res[ row.names(res)!= "[[TOTAL-TOKENS]]", ] <- res[rowsums(res) >= 2,] # 2 19

20 docs terms morikita1.txt morikita2.txt morikita3.txt #... minfreq 2 2 <- docmatrix("morikita", pos = c("",""), minfreq = 2) file = morikita/morikita1.txt file = morikita/morikita2.txt file = morikita/morikita3.txt Term Document Matrix includes 2 information rows! whose names are [[LESS-THAN-2]] and [[TOTAL-TOKENS]] if you remove these rows, run result[ row.names(result)!= "[[LESS-THAN-2]]", ] result[ row.names(result)!= "[[TOTAL-TOKENS]]", ] docs terms morikita1.txt morikita2.txt morikita3.txt [[LESS-THAN-2]] [[TOTAL-TOKENS]] morikita1.txt

21 morikita3.txt [[LESS-THAN-2]] sym 1 pos [[TOTAL-TOKENS]] <- docmatrix("doc", pos = c("",""), sym = 1) #... docs terms doc1.txt doc2.txt doc3.txt [[LESS-THAN-1]] [[TOTAL-TOKENS]] [[TOTAL-TOKENS]] <- docmatrix("doc", pos = c("","")) #... docs terms doc1.txt doc2.txt doc3.txt [[LESS-THAN-1]] [[TOTAL-TOKENS]] # pos <- docmatrix(targetdir, pos = c("","","")) #... docs terms doc1.txt doc2.txt doc3.txt 21

22 [[LESS-THAN-1]] [[TOTAL-TOKENS]] # sym= docmatrix2() docmatrix2() 1 () directory, pos, minfreq, sym, weight directory ( )pos minfreq docmatrix() minfreq = 2 2 docmatrix() sym sym = 0 sym = 1 pos sym = 1 docmatrix() [[LESS-THAN-1]] [[TOTAL-TOKENS]] docmatrix2() <- docmatrix2("doc")# doc to open doc f_count=3 doc2.txt doc3.txt doc1.txt to close dir file_name = doc/doc2.txt opened file_name = doc/doc3.txt opened file_name = doc/doc1.txt opened number of extracted terms = 4 to make matrix now doc1.txt doc2.txt doc3.txt

23 0 1 1 > # pos <- docmatrix2("doc", pos = c("","","") ) # doc2.txt doc3.txt doc1.txt ## RMeCabDF() RMeCabDF() > # 5 <- docmatrix2("kumo.txt", minfreq = 5) file_name = kumo.txt opened number of extracted terms = 21 to make matrix now texts docmatrixdf() docmatridf() docmatrix2() photo.csv Reply 23

24 > dat <- read.csv("photo.csv", head = T) <- docmatrixdf(dat[,"reply"]) OBS.1 OBS.2 OBS.3 OBS.4 OBS OBS. (NA ) () CPU (local weight) (global weight) (normalization) 3 TF (term frequency) IDF (inverse document frequency) (2002) (1999) 24

25 2.7.1 docmatrix() docmatrix2() docmatrixdf() tf (), tf2 (: logarithimic TF)tf3 (2 : binary weight) idf ()idf2 ( IDF) idf3 ( IDF)idf4 () norm () weight * tf idf <- docmatrix("doc", pos = c("","",""), weight = "tf*idf") docs terms doc1.txt doc2.txt doc3.txt doc1.txt 1 tf idf id f = log N n i + 1 N n i w i 2 idf log2(3/3) log2(3/2) + 1) log2(3/1) + 1) tf weight *norm <- docmatrix("doc", pos = c("","",""), weight = "tf*idf*norm") docs 25

26 terms doc1.txt doc2.txt doc3.txt () 8 docmatrix() (t f id f ) 2 doc1.txt = tf*idf N-gram N-gram N N [ - ] [ - ] [ - ] N 2 bi-gram ()

27 N bi-gram bi-gram Ngram() Ngram() N bi-gram N-gram Ngram() R bi-gram <- Ngram("yukiguni.txt") file = yukiguni.txt Ngram = 2 length = 38 > nrow(res) [1] 38 # Ngram Freq 1 [-] 1 2 [-] 1 3 [-] 1 4 [-] 1 5 [-] 1 6 [-] 1 # [-] 1 35 [-] 1 27

28 36 [-] 1 37 [-] 1 38 [-] 1 bi-gram <- Ngram("yukiguni.txt", type = 1, N = 2) file = yukiguni.txt Ngram = 2 length = 25 > nrow(res) [1] 25 Ngram Freq 1 [-] 1 2 [-] 1 3 [-] 1 4 [-] 1 5 [-] 1 #.. 20 [-] 1 21 [-] 1 22 [-] 1 23 [-] 1 24 [-] 1 25 [-] 1 bi-gram tri-gram tri-gram N 3 3-gram > # bi-gram <- Ngram("yukiguni.txt", type = 2, N = 2) file = yukiguni.txt Ngram = 2 length = 13 > nrow(res) [1] 13 Ngram Freq 1 [-] 2 2 [-] 3 3 [-] 2 4 [-] 3 28

29 5 [-] 2 6 [-] 2 7 [-] 1 8 [-] 1 9 [-] 6 10 [-] 1 11 [-] 1 12 [-] 1 13 [-] 2 > > # tri-bram <- Ngram("yukiguni.txt", type = 2, N = 3) file = yukiguni.txt Ngram = 3 length = 20 > nrow(res) [1] 20 Ngram Freq 1 [--] 1 2 [--] 1 3 [--] 2 4 [--] 1 5 [--] 1 # [--] 1 17 [--] 1 18 [--] 1 19 [--] 1 20 [--] 1 Ngram() type 1 N-gram <- Ngram("yukiguni.txt", type = 1, N = 2, pos = "") file = yukiguni.txt Ngram = 2 length = 7 Ngram Freq 1 [-] 1 2 [-] 1 29

30 3 [-] 1 4 [-] 1 5 [-] 1 6 [-] 1 7 [-] 1 pos = "" N-gram N-gram N-gram Ngram() 4 1 docngram2() NgramDF() NgramDF() Ngram() N-gram > kekkadf <- NgramDF("yukiguni.txt", type = 1, N = 2, pos = "") file = yukiguni.txt Ngram = 2 > kekkadf Ngram1 Ngram2 Freq bi-gram (Freq) 1 Ngram() [- ] 1 N-gram NgramDF() 4 1 NgramDF2() 30

31 2.8.3 NgramDF2() NgramDF2() NgramDF() directory, type, pos, minfreq, Nsym ()type (type=0) (type=1) (type=2) pos pos = c(, ) minfreq minfreq=2 2 N N-gram R sym type 1 () sym = 0 sym = 1 pos sym = 1 > # <- NgramDF2("yukiguni.txt", type = 1, N = 2, pos = "") file_name = yukiguni.txt opened number of extracted terms = 7 Ngram1 Ngram2 yukiguni.txt # # NgramDF2() <- NgramDF2("yukiguni.txt", type = 1, N = 2, pos = c("","")) file_name = yukiguni.txt opened number of extracted terms = 10 Ngram1 Ngram2 yukiguni.txt

32 > targetdir <- "doc" <- NgramDF2(targetDir)# # type = 0, N = 2 # Ngram1 Ngram2 doc1.txt doc2.txt doc3.txt # # # # # #... <- NgramDF2(targetDir, type = 1, pos = c("","") ) # Ngram1 Ngram2 doc1.txt doc2.txt doc3.txt # # # <- NgramDF2(targetDir, type = 1, pos = c("","","") ) # # Ngram1 Ngram2 doc1.txt doc2.txt doc3.txt # # # # # <- NgramDF2(targetDir, type = 2) # # Ngram1 Ngram2 doc1.txt doc2.txt doc3.txt #

33 # # # # # # <- NgramDF2(targetDir, type = 2, minfreq = 2) # 2 # Ngram1 Ngram2 doc1.txt doc2.txt doc3.txt # # # # # ## docngram() docngram() Ngram() 1 type N Ngram() data doc Ngram 2 <- docngram("doc") file = doc/doc1.txt Ngram = 2 length = 1 file = doc/doc2.txt Ngram = 2 length = 2 file = doc/doc3.txt Ngram = 2 length = 1 Text Ngram doc1.txt doc2.txt doc3.txt [-] [-] [-]

34 ??Ngram() docngram() N-gram %in%??n-gram docngram() 4 1 docngram2() docngram2() docngram2() N Ngram() directory, type, pos, minfreq, Nsym ()type (type=0) (type=1) (type=2) pos pos = c(, ) minfreq minfreq=2 2 N N-gram R sym type 1 () sym = 0 sym = 1 pos sym = 1 <- docngram2(targetdir, pos = c("","") ) # 2-gram # doc1.txt doc2.txt doc3.txt # [-] # [-] # [-] # [-] ##... <- docngram2(targetdir, type = 1, pos = c("","") ) # # doc1.txt doc2.txt doc3.txt # [-] # [-] # [-]

35 <- docngram2(targetdir, type = 1, pos = c("","","") ) # # doc1.txt doc2.txt doc3.txt # [-] # [-] # [-] # [-] <- docngram2(targetdir, type = 2) # doc1.txt doc2.txt doc3.txt # [-] # [-] # [-] # [-] # [-] # [-] # [-] res <- docngram2(targetdir, type = 2, N = 5) res # doc1.txt doc2.txt doc3.txt # [----] # [----] # [----] # [----] # [----] # [----] # [----] # [----] res <- docngram2(targetdir, type = 2, minfreq =2, N = 5) # res # doc1.txt doc2.txt doc3.txt # [----]

36 2.9 (collocation) () (node) () collocate() RMeCab collocate() 1 node () span span 3 <- collocate("kumo.txt", node = "", span = 3) > nrow(res) [1] 33 [25:33,] Term Span Total [[MORPHEMS]] [[TOKENS]] Span Total 2 36

37 [[MORPHEMS]] [[TOKENS]] Span collocate() T MI T T (Barnbrook, 1996, p.97) ( - ) Church et al. (1991) ( 4 ) 4/ (4/ ) T T T (Church et al., 1991) MI MI 2 ( ) R > log2( 4 / ((4/1808) * 10 * 3 * 2)) 37

38 MI MI 1.58 (Barnbrook, 1996) MI T T MI RMeCab T MI collocate() ( res) 1 collocate() node span collscores() 2 <- collscores(res, node = "", span = 3) 2[25:33,] Term Span Total T MI NA NA [[MORPHEMS]] NA NA 33 [[TOKENS]] NA NA NA [[MORPHEMS]] [[TOKENS]] NA T MI Mac OS X Linux R Encoding(res$Term) <- "UTF-8" 38

39 bi-gram, 27 collocate(), 8 collocate(), 37 colscores(), 8 collscores(), 39 docmatrix(), 8 docmatrixdf(), 8 docmatrix(), 17 docmatrix2(), 8 docmatrix2(), 25 docngram(), 8 docngram(), 34 docngram2(), 8 docngram2(), 35, 4, 16, 4, 37, 4, 17, 4, 25 FALSE, 11 IDF, 24 MeCab, 2, 13 MI, 38 Ngram(), 8 Ngram(), 28 NgramDF(), 8 NgramDF(), 31 NgramDF2(), 8 NgramDF(), 32 proc.time(), 12 RMeCab, 1, 5 RMeCabC(), 8 RMeCabC(), 9 RMeCabDF(), 8 RMeCabDF(), 15 RMeCabFreq(), 8 RMeCabFreq(), 12 RMeCabText(), 8 RMeCabText(), 11 TF, 24 tri-gram, 29 TRUE, 11 T, 38 unlist(), 10, 12 MeCab, 2 RMeCab, 5, 37, 23, 24, 24, 24, 24, 17, 1, 4 39

40 Barnbrook, Geoff (1996) Language and Computers: Edinburgh. Church, K. W., W. Gale, P. Hanks, and D. Hindle (1991) Using statistics in lexical analysis, in Using On-line Resources to Build a Lexicon: Lawrence Erlbaum, pp (2007) R S-PLUS 1 (1999) 5 - (2002) (2006) R 3 40

() (MeCab) *1 Juman ChaSen *2 MeCab ChaSen 1.3 MeCab MeCab OS Windows MeCab [] [Binary package for MS-Windows] [] sourceforge.net [mecab-win32] Mac OS

() (MeCab) *1 Juman ChaSen *2 MeCab ChaSen 1.3 MeCab MeCab OS Windows MeCab [] [Binary package for MS-Windows] [] sourceforge.net [mecab-win32] Mac OS RMeCab 2008 6 16 1 MeCab RMeCab 1 1.1.............................................. 1 1.2............................................ 1 1.3 MeCab......................................... 2 1.4 RMeCab..........................................

More information

RMeCab RCaBoCha p. 2/29 RMeCab R MeCab R MeCab

RMeCab RCaBoCha p. 2/29 RMeCab R MeCab R MeCab RMeCab RCaBoCha p. 1/29 RMeCab RCaBoCha RMeCab RCaBoCha p. 2/29 RMeCab R MeCab R MeCab RMeCab RCaBoCha p. 2/29 RMeCab R MeCab R MeCab RMeCab RCaBoCha p. 3/29 footnote2 RMeCab R MeCab R MeCab Google Windows

More information

Unix * 3 PC 2 Linux, Mac *4 Windows Cygwin Cygwin gnuplot Cygwin unix emulator online gnuplot *5 matplotlib *6 SuperMongo *7 gnuplot gnuplot OS *8 Uni

Unix * 3 PC 2 Linux, Mac *4 Windows Cygwin Cygwin gnuplot Cygwin unix emulator online gnuplot *5 matplotlib *6 SuperMongo *7 gnuplot gnuplot OS *8 Uni 2015 8 1 ( ) Unix 1 *1 Unix Unix Unix Perl, Python *2 Unix 2 PC gnuplot *1 100 10 10 6 10 = 10 7 1 1/3 3 10 7 10 7.5 1 24 3600 = (30 6)(30 + 6) 100 = 86400 1 10 7.5 *2 Perl, Python Python 1 Unix * 3 PC

More information

UniDic version

UniDic version UniDic version 1.3.9 2008 7 UniDic version 1.3.9 Users Manual Yasuharu Den, Atsushi Yamada, Hideki Ogura, Hanae Koiso, and Toshinobu Ogiso Copyright c 2007 2008 The UniDic consortium. All rights reserved.

More information

10.00mm 2 A4 0 A4 MS 72pt 25mm MS 25mm MS 2

10.00mm 2 A4 0 A4 MS 72pt 25mm MS 25mm MS 2 Silhouette Studio silhouette CAMEO Silhouette Studio silhouette CAMEO Windows Silhouette Studio mm mm F mm OK 1 10.00mm 2 A4 0 A4 MS 72pt 25mm MS 25mm MS 2 3 4 Silhouette Silhouette Silhouette silhouette

More information

25 2 15 4 1 1 2 1 2.1............................. 1 2.2............................... 2 2.3.................... 5 2.4..................... 6 3 6 3.1.................................... 6 3.2..........................

More information

X Window System X X &

X Window System X X & 1 1 1.1 X Window System................................... 1 1.2 X......................................... 1 1.3 X &................................ 1 1.3.1 X.......................... 1 1.3.2 &....................................

More information

20 H8/3069LAN H. Fukura

20 H8/3069LAN H. Fukura 20 H8/3069LAN 1.1 2009 2 9 H. Fukura 1 1 2 Cygwin 2 2.1................... 3 2.2................. 3 3 h8300-hms 13 3.1................... 14 3.2......... 14 3.3............. 35 3.4.............. 38 i

More information

R Java, C, Perl R R p.2/17

R Java, C, Perl R R p.2/17 R R p.1/17 R Java, C, Perl R R p.2/17 R Java, C, Perl R R R p.2/17 R lsa tm String Kernel R p.3/17 R lsa tm String Kernel R gsubfn R p.3/17 (XML ) R p.4/17 (XML ) stopwords "a" "about" "above" "across"

More information

Microsoft Word - jmanual.doc

Microsoft Word - jmanual.doc i 1. TogoDocClient... 1 1.1.... 2 2.... 3 2.1.... 3 2.2.... 3 2.2.1. (Windows)... 3 2.2.2. (Mac OS X)... 3 2.3.... 3 2.4.... 3 2.5.... 4 2.6.... 4 3.... 5 3.1.... 5 3.1.1. Article Explorer... 5 3.1.2....

More information

B 20 Web

B 20 Web B 20 Web 0753018 21 1 29 1 1 6 2 8 3 UI 10 3.1........................ 10 3.2 Web............ 11 3.3......... 12 4 UI 14 4.1 Web....................... 15 4.2 Web........... 16 4.3 Web....................

More information

untitled

untitled R (1) R & R 1. R Ver. 2.15.3 Windows R Mac OS X R Linux R 2. R R 2 Windows R CRAN http://cran.md.tsukuba.ac.jp/bin/windows/base/ R-2.15.3-win.exe http://cran.md.tsukuba.ac.jp/bin/windows/base/old/ 3 R-2.15.3-win.exe

More information

IT i

IT i 27 The automatic extract of know-how search tag using a thesaurus 1160374 2016 2 26 IT i Abstract The automatic extract of know-how search tag using a thesaurus In recent years, a number of organizational

More information

gengorepo3

gengorepo3 言語解析論 レポート 講師竹内孔一 提出日と形式 提出物 ( これで評価の 40%) レポート 提出日 7 月 26 日講義の時間までに提出 8 月 8 日 ( 火 ) 形式 なるべくワープロで出力したものを提出 他人のコピーで作成しないように web class で pdf か word で提出 紙で出す人は要相談 課題 形態素解析器 MeCab を演習室の linux にいれてインストールする

More information

2 A4 0 A4 10.00mm 2 MS 72pt 25mm

2 A4 0 A4 10.00mm 2 MS 72pt 25mm Silhouette Studio Silhouette CAMEO 2 Silhouette Studio Silhouette CAMEO 2 Windows Silhouette Studio 1 2 A4 0 A4 10.00mm 2 MS 72pt 25mm MS 25mm MS 3 Silhouette Silhouette 2 1 2 Silhouette CAMEO 2 4 1 0

More information

28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment

28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment 28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment 1170288 2017 2 28 Docker,.,,.,,.,,.,. Docker.,..,., Web, Web.,.,.,, CPU,,. i ., OS..,, OS, VirtualBox,.,

More information

できるん?! セキュリティ 〜ハードディスクの情報消去〜 改訂第三版

できるん?! セキュリティ 〜ハードディスクの情報消去〜 改訂第三版 Project TM R Project 1 7 1.1........................... 7 1.2.............................. 8 1.3..................... 8 1.4.............................. 9 1.5 wipe-out................... 9 2 10 2.1..............................

More information

1 1.1 PC PC PC PC PC workstation PC hardsoft PC PC CPU 1 Gustavb, Wikimedia Commons.

1 1.1 PC PC PC PC PC workstation PC hardsoft PC PC CPU 1 Gustavb, Wikimedia Commons. 1 PC PC 1 PC PC 1 PC PC PC PC 1 1 1 1.1 PC PC PC PC PC workstation PC 1.1.1 hardsoft 1.1.2 PC PC 1.1 1 1. 2. 3. CPU 1 Gustavb, Wikimedia Commons.http://en.wikipedia.org/wiki/Image:Personal_computer,_exploded_5.svg

More information

作業手順手引き

作業手順手引き Praat Introduction to Praat: Let's take a look at sounds : * WS Dec/01/'14 : ver. 1.1.4 1. Praat STEP 1: STEP 2: STEP 3: STEP 4: STEP 2 Editor STEP 3 Dynamic menu 2 FAQ: Pitch analysis http://goo.gl/r65la

More information

MathLibre KNOPPIX (next generation) 2012 KNOPPIX/Math MathLibre KNOPPIX , KNOPPIX 6.0, next generation. KNOPPIX/Math KDE,

MathLibre KNOPPIX (next generation) 2012 KNOPPIX/Math MathLibre KNOPPIX , KNOPPIX 6.0, next generation. KNOPPIX/Math KDE, MathLibre KNOPPIX (next generation) 2012 KNOPPIX/Math MathLibre KNOPPIX 20120514, 20120608 KNOPPIX 60, next generation KNOPPIX/Math 2010 KDE, lxde, 1 KNOPPIX/Math DVD Q KNOPPIX/Math A http://wwwmathkobe-uacjp/openxm/math/dojo,

More information

NEEDS Yahoo! Finance Yahoo! NEEDS MT EDINET XBRL Magnetic Tape NEEDS MT Mac OS X Server, Linux, Windows Operating System: OS MySQL Web Apache MySQL PHP Web ODBC MT Web ODBC LAMP ODBC NEEDS MT PHP: Hypertext

More information

UNIX

UNIX 2000 1 UNIX 2000 4 14 1 UNIX? 2 1.1 UNIX OS....................................... 2 1.2.................................................... 2 1.3 UNIX...................................... 2 1.4 Windows

More information

Morphological Analysis System JUMAN Copyright 2016 Kyoto University All rights reserved. Licensed under the Apache License, Version 2.0 (the Li

Morphological Analysis System JUMAN Copyright 2016 Kyoto University All rights reserved. Licensed under the Apache License, Version 2.0 (the Li JUMAN++ version 1.01 28 9 Morphological Analysis System JUMAN++ 1.01 Copyright 2016 Kyoto University All rights reserved. Licensed under the Apache License, Version 2.0 (the License ); you may not use

More information

Rによる計量分析:データ解析と可視化 - 第2回 セットアップ

Rによる計量分析:データ解析と可視化 - 第2回 セットアップ R 2 2017 Email: gito@eco.u-toyama.ac.jp October 16, 2017 Outline 1 ( ) 2 R RStudio 3 4 R (Toyama/NIHU) R October 16, 2017 1 / 34 R RStudio, R PC ( ) ( ) (Toyama/NIHU) R October 16, 2017 2 / 34 R ( ) R

More information

1 L A TEX

1 L A TEX L A TEX ( ) 2011 11 4 L A TEX 2007 4 4 2007 2007 9 4 2007 2007 9 18 2009 9 9 2009 2011 9 4 2011 2011 11 4 (A,B) http://osksn2.hep.sci.osaka-u.ac.jp/ taku/kakenhilatex/ http://jelt.mtk.nao.ac.jp/ iye/kakenhilatex/

More information

1 1 CentOS Java JDK(JavaSE Development Kit)......

1 1 CentOS Java JDK(JavaSE Development Kit)...... 1 1 CentOS 3 1.1.................................... 3 1.2......................................... 12 2 Java 15 2.1 JDK(JavaSE Development Kit)................. 15 3 Apache Tomcat 17 3.1....................................

More information

gengorepo3.ppt

gengorepo3.ppt 言語解析論 レポート 講師竹内孔一 提出日と形式 提出物 ( これで評価の 40%) レポート 提出日 1 月 12 日講義の時間までに提出 形式 なるべくワープロで出力したものを提出 他人のコピーで作成しないように web class で pdf か word で提出 紙で出す人は要相談 課題 1 形態素解析 Mecab を計算機演習室の linux にインストールして以下の問いに答えよ root

More information

p.1/22

p.1/22 p.1/22 & & & & Excel / p.2/22 & & & & Excel / p.2/22 ( ) ( ) p.3/22 ( ) ( ) Baldi Web p.3/22 ( ) ( ) Baldi Web ( ) ( ) ( p.3/22 ) Text Mining for Clementine True Teller Text Mining Studio Text Miner Trustia

More information

unix.dvi

unix.dvi 1 UNIX 1999 4 27 1 UNIX? 2 1.1 Windows/Macintosh? : : : : : : : : : : : : : : : : : : : : : : : : 2 1.2 UNIX OS : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 2 1.3 : : : : : : : : : : : :

More information

2.2 Sage I 11 factor Sage Sage exit quit 1 sage : exit 2 Exiting Sage ( CPU time 0m0.06s, Wall time 2m8.71 s). 2.2 Sage Python Sage 1. Sage.sage 2. sa

2.2 Sage I 11 factor Sage Sage exit quit 1 sage : exit 2 Exiting Sage ( CPU time 0m0.06s, Wall time 2m8.71 s). 2.2 Sage Python Sage 1. Sage.sage 2. sa I 2017 11 1 SageMath SageMath( Sage ) Sage Python Sage Python Sage Maxima Maxima Sage Sage Sage Linux, Mac, Windows *1 2 Sage Sage 4 1. ( sage CUI) 2. Sage ( sage.sage ) 3. Sage ( notebook() ) 4. Sage

More information

XML ( ) XML XML jedit XML XPath XSLT jedit JAVA VM jedit Slava Pestov GNU GPL ( ) jedit jedit ( jedit XML jed

XML ( ) XML XML jedit XML XPath XSLT jedit JAVA VM jedit Slava Pestov GNU GPL ( ) jedit jedit (  jedit XML jed XML XML XML jedit XML XPath XSLT jedit JAVA VM jedit Slava Pestov GNU GPL ( jedit jedit (http://www.jedit.org/index.php jedit XML jedit Plugin Central (http://plugins.jedit.org/ jedit Java (Java VM = Java

More information

Compiled MODELSでのDFT位相検出装置のモデル化と評価

Compiled MODELSでのDFT位相検出装置のモデル化と評価 listsize TPBIG.EXE /Mingw32 ATP (Alternative Transients Program)- EMTP ATP ATP ATP ATP(TPBIG.EXE) EMTP (ATP)FORTAN77 DIMENSION C malloc listsize TACS DIMENSIONEMTP ATP(TPBIG.EXE) listsize (CPU ) RL 4040

More information

81 34 6 5 6 6 5 5 6 1 5 2 6 176 414

81 34 6 5 6 6 5 5 6 1 5 2 6 176 414 5 6 5 6 5 6 5 4 4 6 5 5 5 413 175 81 34 6 5 6 6 5 5 6 1 5 2 6 176 414 1 5 5 12 3 4 5 1 1 2 3 2 1 415 177 81 34 2 3 4 5 3 1 2 4 5 1 1 1 4 178 416 65,000 35,000 6,000 2 4 417 179 81 34 4 10,000 5,000 750

More information

GNU Emacs GNU Emacs

GNU Emacs GNU Emacs GNU Emacs 2015 10 2 1 GNU Emacs 1 1.1....................................... 1 1.2....................................... 1 1.2.1..................................... 1 1.2.2.....................................

More information

Word 2000 Standard

Word 2000 Standard .1.1 [ ]-[ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [OK] [ ] 1 .1.2 [ ]-[ ] [ ] [ ] [ [ ] [ ][ ] [ ] [ ] [ / ] [OK] [ ] [ ] [ ] [ ] 2 [OK] [ ] [ ] .2.1 [ ]-[ ] [F5] [ ] [ ] [] [ ] [ ] [ ] [ ] 4 ..1 [ ]-[ ] 5 ..2

More information

Quickstart Guide 3rd Edition

Quickstart Guide 3rd Edition 10 QNX QNX 1 2 3 4 5 QNX Momentics QNX Neutrino RTOS QNX Neutrino 6 7 8 QNX Neutrino 9 10 1 1 QNX Neutrino RTOS QNX Momentics Windows Vista Windows 2000 Windows XP Linux QNX Neutrino QNX Momentics CD http://www.qnx.co.jp/

More information

0_テキストマイニング環境構築_mac

0_テキストマイニング環境構築_mac 本実験で利 するソフトウェア Anaconda 5.0.0 Python 本体及び数値計算ライブラリや開発環境 をセットにしたパッケージ MeCab IPA 辞書 NAIST Japanese Dictionary mecab-ipadic-neologd Natto-py 日本語形態素解析器 Mecab 用辞書 Mecab 用辞書 Mecab 用辞書 Python から MeCab を利用するためのライブラ

More information

R による統計解析入門

R による統計解析入門 R May 31, 2016 R R R R Studio GUI R Console R Studio PDF URL http://ruby.kyoto-wu.ac.jp/konami/text/r R R Console Windows, Mac GUI Unix R Studio GUI R version 3.2.3 (2015-12-10) -- "Wooden Christmas-Tree"

More information

[user@linux tmp]$ tar xzvf utvpn-src-unix-v100-7092-beta-2010.06.25.tar.gz [user@linux tmp]$ cd utvpn-unix-v100-7092-beta [user@linux utvpn-unix-v100-7092-beta]$ ls License-ja.txt configure makefiles src

More information

TeraTerm Pro V.2.32の利用法

TeraTerm Pro V.2.32の利用法 Tera Term Pro ver.2.23 Windows Ver.2.1 2 Tterm23Zip Ttermp23 cedar ttermpro Ttermpro 3 Setup Terminal 3 Setup Window 4 Setup Font 5 Setup keyboard 6 Setup Serial port 7 Setup General 8 9 Tera Term Pro

More information

NVR Quick Setup Guide_v2.book

NVR Quick Setup Guide_v2.book Title Page NetVault Replicator (NVR) 5.1 Version 2.0 Release Date 8/1/2007 Copyrights 著作権 2007 BakBone Software NetVault Replicator 5.1 簡単設定ガイド Version 2.0 本ガイドは NetVault Replicator を初めてご使用される方を対象とし NetVault

More information

thesis.dvi

thesis.dvi 16 2 2 i ii TF IDF an analysis of a lecture s structure based on the similarity between the slides used at the lecture Kenji MIKI Abstract In recent years, research of automatic shooting systems is done

More information

¥ƥ­¥¹¥ȥ¨¥ǥ£¥¿¤λȤ¤˽

¥ƥ­¥¹¥ȥ¨¥ǥ£¥¿¤λȤ¤˽ : 2010 2 14 1 MS Word.doc (MS Word 2003 ).docx (MS Word 2007 ) Word Windows.txt MS Word Word Word Word Excel Word 1 Word Word Word MS Word MS Word MS Word Word Windows MS Word MS Word Word Windows.txt

More information

JUMAN++ version

JUMAN++ version JUMAN++ version 1.0 28 9 Morphological Analysis System JUMAN++ 1.0 Copyright 2016 Kyoto University All rights reserved. Licensed under the Apache License, Version 2.0 (the License ); you may not use this

More information

1 Amazon.co.jp *1 5 review *2 web Google web web 5 web web 5 (a) (b) (c) 3 S-PLUS S S-PLUS 1 S-PLUS S R R RMeCab *3 R term matrix S-PLUS S-PLUS *1 Ama

1 Amazon.co.jp *1 5 review *2 web Google web web 5 web web 5 (a) (b) (c) 3 S-PLUS S S-PLUS 1 S-PLUS S R R RMeCab *3 R term matrix S-PLUS S-PLUS *1 Ama 5 1 2 2 3 2.1....................................... 3 2.2............................... 4 2.3....................................... 5 2.4................................ 5 3 6 3.1.........................................

More information

dvi

dvi { SSH { 3 3 1 telnet ID ( ) ID ( 1) SSH(Secure SHell) (ID ) SSH SSH SSH login : userid password : himitsu login : userid psaaword: himitsu login : userid password : himitsu 1. Host 11 7 UNIX ( sakura)

More information

workshop Eclipse TAU AICS.key

workshop Eclipse TAU AICS.key 11 AICS 2016/02/10 1 Bryzgalov Peter @ HPC Usability Research Team RIKEN AICS Copyright 2016 RIKEN AICS 2 3 OS X, Linux www.eclipse.org/downloads/packages/eclipse-parallel-application-developers/lunasr2

More information

( ) Shift JIS ( ) ASCII ASCII ( ) 8bit = 1 Byte JIS(Japan Industrial Standard) X 0201 (X ) 2 Byte JIS ISO-2022-JP, Shift JIS, EUC 1 Byte 2 By

( ) Shift JIS ( ) ASCII ASCII ( ) 8bit = 1 Byte JIS(Japan Industrial Standard) X 0201 (X ) 2 Byte JIS ISO-2022-JP, Shift JIS, EUC 1 Byte 2 By 23 3 ( ( (binary file) UNIX CUI 3.1 = + 2 bit ) ( 3.1) bit bit 1 Byte=8 bit 1 Byte ASCII, JIS X 0201 ASCII(American Standard Code for Information Interchange) 7bit (;) (:) ( ) (") ) 7bit ( ) 24 3 3.1 (

More information

Rプログラミング

Rプログラミング 5 29 10 10 1 1 2 1 3 Excel 2 3.1 GDP................................... 2 3.2 Excel.................. 3 3.3 Excel............................... 3 3.3.1................................ 4 3.3.2.........................

More information

MINI2440マニュアル

MINI2440マニュアル Open-JTAG LPC2388 + GCC + Eclipse http://www.csun.co.jp info@csun.co.jp Ver1.4 2009/7/31 LPC2388 OpenJTAG copyright@2009 http://www.csun.co.jp info@csun.co.jp 1 ...3 ARM...4...5...6 4.2 OpenJTAG...6 4.2...8

More information

2 Windows 10 *1 3 Linux 3.1 Windows Bash on Ubuntu on Windows cygwin MacOS Linux OS Ubuntu OS Linux OS 1 GUI Windows Explorer Mac Finder 1 GUI

2 Windows 10 *1 3 Linux 3.1 Windows Bash on Ubuntu on Windows cygwin MacOS Linux OS Ubuntu OS Linux OS 1 GUI Windows Explorer Mac Finder 1 GUI 2017 1 2017 -September I ll remember- 1,2 Linux 6 Linux Linux 2 3 Linux 2 (OS) Windows MacOS OS MacOS Linux 3 Windows Windows ( ) 1. Bash on Ubuntu on Windows ( Windows 10 ) 2. cygwin ( ) 3. VM Ware Linux

More information

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that use microcontrollers (MCUs)

More information

fiš„v3.dvi

fiš„v3.dvi (2001) 49 2 261 275 Web 1 1 2001 2 21 2001 4 26 Windows OS Web Windows OS, DELPHI, 1. Windows OS. DELPHI Web DELPHI ALGOL PASCAL VISUAL BASIC C++ JAVA DELPHI Windows OS Linux OS KyLix Mac OS (ver 10) JAVA

More information

( ) 1 Windows HTML ( ) ( ) ( ) WWW 10 ( )

( ) 1 Windows HTML ( ) ( ) ( ) WWW 10 ( ) ( ) 1 Windows HTML ( ) ( ) ( ) 1. 2. 3. 4. WWW 10 ( ) 2 1. 2. 1 3. ( ) 4. 5. 3 Windows 2 7 8 MS Word MS Excel 1. MS Word 600 2. MS Excel 1 34 2 83 3 23 4 70 5 100 6 45 7 58 8 29 9 68 10 72 11 37 12 12

More information

ORCA (Online Research Control system Architecture)

ORCA (Online Research Control system Architecture) ORCA (Online Research Control system Architecture) ORCA Editor Ver.1.2 1 9 10 ORCA EDITOR 10 10 10 Java 10 11 ORCA Editor Setup 11 ORCA Editor 12 15 15 ORCA EDITOR 16 16 16 16 17 17 ORCA EDITOR 18 ORCA

More information

LAPLINK ヘルプデスク 操作ガイド

LAPLINK ヘルプデスク 操作ガイド 操作ガイド Microsoft Windows 7 Professional Windows Windows Windows 10 Microsoft Windows 10 64bit/32bit Windows Server 2012 R2 Microsoft Windows Server 2012 R2 Windows 8.1 Microsoft Windows 8.1 64bit/32bit

More information

wireshark dissector with lua

wireshark dissector with lua 2013/06/05 @team_eririn https://www.ainoniwa.net/ssp/ Lua プラグインを用いて Wireshark にデコード可能なプロトコルを追加する手法について記載します 今回は ネットワークベンチマークソフトウェアである iperf パケットを題材にします 2 OS Windows XP, Vista, 7 Wireshark Version : 1.6.x

More information

countif Excel E4:E10E4:E10 OK 2/25

countif Excel E4:E10E4:E10 OK 2/25 1....................... 1 2............................... 2 2.1 -countif(2 ) 2.2 (7 ) 2.3 frequency(7 ) 3 []............ 8 4................................. 8 4.1 (8 ) 4.2 (11 ) 4.3 (12 ) 4.4 (13 )

More information

A : kerl kerl Erlang/OTP Erlang/OTP 2 2 Elixir/Phoenix URL 2 PDF A.2 Bash macos.bash_profile exp

A : kerl kerl Erlang/OTP Erlang/OTP 2 2 Elixir/Phoenix URL 2 PDF   A.2 Bash macos.bash_profile exp A Erlang/OTP Elixir Phoenix nvm Node.js A.1 Erlang/OTP 21.1 $ kerl update releases $ kerl build 21.1 21.1 $ kerl install 21.1 ~/erlang/21.1 $ source ~/erlang/21.1/activate Erlang/OTP 1 203 A : kerl kerl

More information

KLCシリーズ インストール/セットアップ・ガイド

KLCシリーズ インストール/セットアップ・ガイド KORG Legacy Collection J 1 / 2 Windows XP Windows XP 1 2 Windows XP 3 4 5 6 3 / 7 8 4 Mac OS X Mac OS X 1 2 3 4 5 Mac OS X 6 5 / 7 8 6 USB / USB 1 2 USB 7 / 1 2 3 Windows Mac 4 1 Windows Mac 8 2 Windows

More information

R Commanderを用いたデータ解析

R Commanderを用いたデータ解析 1 / 82 R Commander Kengo NAGASHIMA Laboratory of Biostatistics, Department of Parmaceutical Technochemistry, Josai University 2010 1 5 R R Commander 2 / 82 R, "The Comprehensive R Archive Network (CRAN)",

More information

programmingII2019-v01

programmingII2019-v01 II 2019 2Q A 6/11 6/18 6/25 7/2 7/9 7/16 7/23 B 6/12 6/19 6/24 7/3 7/10 7/17 7/24 x = 0 dv(t) dt = g Z t2 t 1 dv(t) dt dt = Z t2 t 1 gdt g v(t 2 ) = v(t 1 ) + g(t 2 t 1 ) v v(t) x g(t 2 t 1 ) t 1 t 2

More information

1 1 Gnuplot gnuplot Windows gnuplot gp443win32.zip gnuplot binary, contrib, demo, docs, license 5 BUGS, Chang

1 1 Gnuplot gnuplot   Windows gnuplot gp443win32.zip gnuplot binary, contrib, demo, docs, license 5 BUGS, Chang Gnuplot で微分積分 2011 年度前期 数学解析 I 講義資料 (2011.6.24) 矢崎成俊 ( 宮崎大学 ) 1 1 Gnuplot gnuplot http://www.gnuplot.info/ Windows gnuplot 2011 6 22 4.4.3 gp443win32.zip gnuplot binary, contrib, demo, docs, license 5

More information

help gem gem gem my help

help gem gem gem my help hikiutils 1234 2017 3 1 1 6 1.0.1 help gem................... 7 gem.................................... 7 gem................................... 7 my help.................................. 7 my help......................

More information

KLC - AE 2007 インストール・セットアップ・ガイド

KLC - AE 2007 インストール・セットアップ・ガイド KORG Legacy Collection ANALOG EDITION 2007 J 1 / KORG Legacy Collection - ANALOG EDITION 2007 CD-ROM KORG Legacy Collection - ANALOG EDITION 2007/ USB VST Audio Units RTAS USB USB USB / CONSOLE Mac Mac

More information

3 Ubuntu Linux Ubuntu Linux Debian Linux DistroWatch.com 1 Debian Ubuntu Linux 1 Debian CD(4.1 ) Knoppix Debian CentOS Linux CentOS 1 Ubuntu L

3 Ubuntu Linux Ubuntu Linux Debian Linux DistroWatch.com 1 Debian Ubuntu Linux 1 Debian CD(4.1 ) Knoppix Debian CentOS Linux CentOS 1 Ubuntu L Linux PC #5 29 5 12 1 #1 tdh8025 1 Kadai1 evince kghostview ls -a ( ) 5 19 ( ) 2 Linux Linux distribution CentOS Linux Ubuntu Linux PC Linux Linux (OS) OS ( OS ) Linux 1 Linux Hurd FreeBSD GNU OS OS Linux

More information

-1-1 1 1 1 1 12 31 2 2 3 4

-1-1 1 1 1 1 12 31 2 2 3 4 2007 -1-1 1 1 1 1 12 31 2 2 3 4 -2-5 6 CPU 3 Windows98 1 -3-2. 3. -4-4 2 5 1 1 1 -5- 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000-6- -7-1 Windows 2 -8-1 2 3 4 - - 100,000 200,000 500,000

More information

1 I EViews View Proc Freeze

1 I EViews View Proc Freeze EViews 2017 9 6 1 I EViews 4 1 5 2 10 3 13 4 16 4.1 View.......................................... 17 4.2 Proc.......................................... 22 4.3 Freeze & Name....................................

More information

できるん?! セキュリティ ~ハードディスクの情報消去~

できるん?! セキュリティ ~ハードディスクの情報消去~ ?! 2004 12 29 40 pp.3 36 34 Project Copyright (C) 2004 by Project 2004 12 PDF 2011 12 http://www.wheel.gr.jp/~dai/software/wipe-out/dekirun2/dekirun2-sample2.pdf CD PDF 2011 12 http://www.wheel.gr.jp/~dai/software/wipe-out/dekirun2/dekirun2-sample.pdf

More information

橡MAIN.PDF

橡MAIN.PDF ILOS Integrated Logistics Optimization System Ver. 1:0) MELOS MEta Logistics network Optimization System Ver. 1:0) METEO MEta Tactical Enterprise resource Optimizer Ver. 1:0) NEOOS Network-type Economic

More information

untitled

untitled 580 26 5 SP-G 2011 AI An Automatic Question Generation Method for a Local Councilor Search System Yasutomo KIMURA Hideyuki SHIBUKI Keiichi TAKAMARU Hokuto Ototake Tetsuro KOBAYASHI Tatsunori MORI Otaru

More information

Sophos Anti-Virus UNIX or Linux startup guide

Sophos Anti-Virus UNIX or Linux startup guide UNIX Linux 1.0 1 UNIX Sophos Anti-Virus Sophos Anti-Virus Sophos Anti-Virus Sophos Anti-Virus UNIX UNIX Sophos Anti-Virus UNIX EM Library Sophos Anti-Virus / Sophos Anti-Virus Network Install CD CD Sophos

More information

Microsoft Word - ChoreonoidStartUpGuide.docx

Microsoft Word - ChoreonoidStartUpGuide.docx Choreonoid 1 ... 4... 4... 4... 4... 4... 5... 5 Choreonoid... 6 Choreonoid... 6 Choreonoid... 6 Choreonid... 8 Choreonoid... 9 Choreonoid Windows... 9...9...13 Choreonoid (Linux )... 21 Ubuntu Linux...21

More information

tebiki00.dvi

tebiki00.dvi (Linux) [ UNIX ] CMD Workshop ( ) 1 *********************************************************************** * Linux PC-UNIX UNIX * * 99% FreeBSD BSD PC-UNIX * * * ***********************************************************************

More information

インテル(R) Visual Fortran Composer XE

インテル(R) Visual Fortran Composer XE Visual Fortran Composer XE 1. 2. 3. 4. 5. Visual Studio 6. Visual Studio 7. 8. Compaq Visual Fortran 9. Visual Studio 10. 2 https://registrationcenter.intel.com/regcenter/ w_fcompxe_all_jp_2013_sp1.1.139.exe

More information

PowerGres on Linux HAマニュアル

PowerGres on Linux HAマニュアル PowerGres R on Linux HA 2006 11 SteelEye LifeKeeper SteelEye Technology, Inc. Linux Linus Torvalds TM R 1 2 2 PowerGres on Linux HA 2 2.1 PowerGres on Linux HA.................................. 2 2.2..............................................

More information

A/B (2018/10/19) Ver kurino/2018/soft/soft.html A/B

A/B (2018/10/19) Ver kurino/2018/soft/soft.html A/B A/B (2018/10/19) Ver. 1.0 kurino@math.cst.nihon-u.ac.jp http://edu-gw2.math.cst.nihon-u.ac.jp/ kurino/2018/soft/soft.html 2018 10 19 A/B 1 2018 10 19 2 1 1 1.1 OHP.................................... 1

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 11 2004-2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. FileMaker, Inc. FileMaker FileMaker,

More information

SR-X526R1 サーバ収容スイッチ ご利用にあたって

SR-X526R1 サーバ収容スイッチ ご利用にあたって SR-X526R1 P3NK-3432-05Z0 526R1 V01 SR-X526R1 V01 2009 10 2010 4 2 2011 5 3 2012 3 4 2012 11 5 Microsoft Corporation Copyright FUJITSU LIMITED 2009-2012 2 SR-X526R1 V01...2...5...5...5...5...6...7...8...8...11...11...11...11...11...11...12...12...12...12...13...13...13

More information

1 1 tf-idf tf-idf i

1 1 tf-idf tf-idf i 14 A Method of Article Retrieval Utilizing Characteristics in Newspaper Articles 1055104 2003 1 31 1 1 tf-idf tf-idf i Abstract A Method of Article Retrieval Utilizing Characteristics in Newspaper Articles

More information

取扱説明書の読み替え一覧表

取扱説明書の読み替え一覧表 SCSI アレイコントローラカード取扱説明書 ( 追補版 ) PG-140BL PG-140C PG-140CL PG-141B PG-142B PG-142C PG-142D GP5-150 GP5-1501 GP5-151 はじめに Linux MicrosoftWindows NTMicrosoft Corporation NetwareNovell Copyright 1985-2001 Microsoft

More information

会員用_DB・DC-住所情報照会事務処理要領_H2201.PDF

会員用_DB・DC-住所情報照会事務処理要領_H2201.PDF 221 1 1 2 3 2 3 4 1 51 2 53 56-62 QA 66 DBDC 21115 2214 010412 () () (1 2 10 DBDC ) 2 34 1 1 ) ( CD-RF) 00019999 112 99990001 222 10 2 2 2 0 () 1 2 () CD FD 3 4 (CD-RFD) CD FD 3 3 STEP0 STEP1 STEP2 (HP)

More information

Moldplus_Server_4.12

Moldplus_Server_4.12 Moldplus Server 4.12 04.12.2008... 3 MOLDPLUS SERVER V4.12... 4 VERSION 4.12 WHAT S NEW...5... 7... 9... 15 A.WINDOWS VISTA WINDOWS XP SERVER... 15 B. WINDOWS VISTA... 18... 23 XML... 24... 27 1.1 MOLDPLUS

More information

untitled

untitled FutureNet Microsoft Corporation Microsoft Windows Windows 95 Windows 98 Windows NT4.0 Windows 2000, Windows XP, Microsoft Internet Exproler (1) (2) (3) COM. (4) (5) ii ... 1 1.1... 1 1.2... 3 1.3... 6...

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 12 2007 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento FileMaker, Inc. Bento FileMaker, Inc. FileMaker

More information

FileMaker Server 9 Getting Started Guide

FileMaker Server 9 Getting Started Guide FileMaker Server 10 2007-2009 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento Bento FileMaker, Inc. Mac Mac Apple Inc. FileMaker

More information

HARK Designer Documentation 0.5.0 HARK support team 2013 08 13 Contents 1 3 2 5 2.1.......................................... 5 2.2.............................................. 5 2.3 1: HARK Designer.................................

More information

CD Microsoft, MS-DOS, Windows 95, Windows 98,Windows Me, Windows NT, Windows 2000, Visual Basic, Visual Basic.NET, Visual C#, Excel, ActiveX Microsoft

CD Microsoft, MS-DOS, Windows 95, Windows 98,Windows Me, Windows NT, Windows 2000, Visual Basic, Visual Basic.NET, Visual C#, Excel, ActiveX Microsoft CD Microsoft, MS-DOS, Windows 95, Windows 98,Windows Me, Windows NT, Windows 2000, Visual Basic, Visual Basic.NET, Visual C#, Excel, ActiveX Microsoft Corporation ... iv... v... vi... 1-1 1.1... 1-2 1.2...

More information

玉島テレビ接続マニュアルHP用1504.indd

玉島テレビ接続マニュアルHP用1504.indd CONTENTS 1 11 2 1 3 2 2 6 2 1 22 2 7 22 3 8 3 33 4 1 5 4 2 6 1 6 4 6 2 6 5 6 3 7 8 1 8 2 8 3 8 4 10 4 4 4 1 12 4 13 44 2 14 4 4 3 15 5 5 5 WAN WAN X4 X3 X2 X1 18 6 6 1 6 20 6 21 6 22 6 2 6 23 6 24 6

More information

7th CodeGear Developer Camp

7th CodeGear Developer Camp A3 C++Builder テクニカルセッション wxforms で始める wxwidgets プログラミング CodeGear 高橋智宏 1 アジェンダ wxwidgets とは? wxforms とは? wxforms のインストール & 使い方 MacOS X(10.4.x, Carbon) でのビルド Linux(CentOS 4.5, GTK2) でのビルド 2 wxwidgets とは?

More information

はじめての帳票作成

はじめての帳票作成 ucosminexus EUR 3020-7-532 OS Windows Vista Windows XP P-26D2-5684 ucosminexus EUR Designer 08-00 P-26D2-5784 ucosminexus EUR Developer 08-00 ISO9001 TickIT Microsoft Microsoft Corp. Microsoft Excel Microsoft

More information

test CreateIndex test.helpindex test Info.plist XCode Info.plist CFBundleHelpBookFolder string test CFBundleHelpBookName string test.html AppleTitle J

test CreateIndex test.helpindex test Info.plist XCode Info.plist CFBundleHelpBookFolder string test CFBundleHelpBookName string test.html AppleTitle J Mac 2008/10/23 Mac Mac HelpBook HTML index.html test CSS HTML OK a href test.html test.html ShiftJIS 1 ShiftJISMac (MacOS) 2 AppleTitle MyApp URL Apple XCode Developer /Developer/Applications/Utilities/Help

More information

24 SPAM Performance Comparison of Machine Learning Algorithms for SPAM Discrimination

24 SPAM Performance Comparison of Machine Learning Algorithms for SPAM Discrimination 24 SPAM Performance Comparison of Machine Learning Algorithms for SPAM Discrimination 1130378 2013 3 9 SPAM SPAM SPAM SPAM SVM AdaBoost RandomForest SPAM SPAM UCI Machine Learning Repository Spambase 4601

More information

Red Hat Enterprise Linux 6 Portable SUSE Linux Enterprise Server 9 Portable SUSE Linux Enterprise Server 10 Portable SUSE Linux Enterprise Server 11 P

Red Hat Enterprise Linux 6 Portable SUSE Linux Enterprise Server 9 Portable SUSE Linux Enterprise Server 10 Portable SUSE Linux Enterprise Server 11 P Dynamic System Analysis (DSA) を使用した稼動システムのインベントリー情報収集について 本文 IBM Dynamic System Analysis (DSA) は サーバーのインベントリ情報を収集し ファイル出力することが可能な診断ツールです 稼動システムのインベントリー情報を収集することで 障害時の問題判別を円滑に実施することができます 以下の IBM の Web サイトから入手することが可能です

More information

情報化社会に関する全国調査中間報告書

情報化社会に関する全国調査中間報告書 9 1 1990 1998 25.2% 2000 38.6% 2001 50.1% 2002 3 57.2% 2001 12 60.5% 2002 3 49.5% 2001 12 44.0% 2002 1 1992 0 2 1993 1 2 1994 84 37 1995 467 283 1996 1411 1080 1997 1621 1057 1998 1700 1098 1999 3036 1666

More information

Adobe Postscript 3 Expansion Unit

Adobe Postscript 3 Expansion Unit 3 ... 4... 4... 4... 4... 4 OS... 4 PDF... 5... 6... 6... 6... 6... 6... 7... 7... 8... 18... 18... 18 PDF... 18 PS... 18... 18 /... 18... 18... 18... 18... 19... 19 PS... 19... 19... 19 Q&A... 19... 19...

More information

<4D F736F F D B B83578B6594BB2D834A836F815B82D082C88C60202E646F63>

<4D F736F F D B B83578B6594BB2D834A836F815B82D082C88C60202E646F63> デザイン言語 Processing 入門 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/084931 このサンプルページの内容は, 初版 1 刷発行当時のものです. Processing Ben Fry Casey Reas Windows Mac Linux Lesson 1 Processing

More information

FileMaker Server 8 Administrator’s Guide

FileMaker Server 8 Administrator’s Guide 1994-2005 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. ScriptMaker FileMaker, Inc. FileMaker FileMaker, Inc. FileMaker

More information

double float

double float 2015 3 13 1 2 2 3 2.1.......................... 3 2.2............................. 3 3 4 3.1............................... 4 3.2 double float......................... 5 3.3 main.......................

More information