413 cd 3.Smoothing/python3/ 414 ls -l 415 emacs mle.py 416 bg 417 ls -l 418 ls -l 419 mv ../*.txt . 420 ls -l 421 ll 422 ls -l 423 python3 mle.py < en.txt 424 python3 mle.py < en.txt 425 python3 mle.py < en.txt 426 python3 mle.py < es.txt 427 python3 mle.py < es.txt >es.mle 428 python3 mle.py < en.txt >en.mle 429 les en.mle 430 less en.mle 431 less en.txt 432 python3 generate.py en.mle 500 433 python3 generate.py en.mle 1000 434 python3 generate.py en.mle 10 435 python3 generate.py en.mle 50 436 python3 generate.py en.mle 500 437 python3 generate.py es.mle 500 438 python3 smooth.py es.mle 439 python3 smooth.py en.mle 440 python3 smooth.py en.mle 441 python3 smooth.py es.mle 442 python3 smooth.py es.mle 443 python3 smooth.py es.mle 444 python3 smooth.py es.mle 445 cd 3.Smoothing/ 446 cd python3/ 447 ls -l 448 python3 smooth.py en.mle 449 python3 smooth.py es.mle 450 python3 smooth.py es.mle 451 python3 smooth.py es.mle 452 emacs smooth.py & 453 python3 smooth.py es.mle 454 python3 smooth.py es.mle 455 cd .. 456 cd .. 457 cd 4.MEM/ 458 ls -l 459 ls -l ~ 460 ~/Software/bin/analyze -f es.cfg 461 ls -l 462 more corpus/es.txt 463 head -5 corpus/es.txt 464 head -3 corpus/es.txt 465 head -3 corpus/es.txt | ~/Software/bin/analyze -f es.cfg 466 head -3 corpus/es.txt | ~/Software/bin/analyze -f es.cfg | cut -d' ' -f2,3 467 head -3 corpus/es.txt | ~/Software/bin/analyze -f es.cfg | cut -d' ' -f2,3 | sort | uniq -c 468 cd corpus/ 469 ls -l 470 cd efe/ 471 ls -l 472 head -3 corpus/es.txt 473 head -3 ../corpus/es.txt 474 head -3 ../es.txt 475 ls -l 476 cd .. 477 ls -l 478 cd .. 479 ls -l 480 ./megam_i686.opt -quiet -fvals multiclass corpus/efe/f50/train.f0 > f50.mem 481 emacs f50.mem 482 ./megam_i686.opt -fvals -predict f50.mem multiclass corpus/efe/f50/test.f0 >out 483 less out 484 head -1 corpus/es.txt | ~/Software/bin/analyze -f es.cfg 485 head -1 corpus/es.txt | tr ' ' '\n' 486 head -1 corpus/es.txt | tr ' ' '\n' > pp 487 emacs pp 488 ls -l 489 cd python3/ 490 ls -l 491 ls -l 492 rm pp \#pp# 493 ls -l 494 python3 python3/classifier.py f50.mem out2 495 python3 python3/classifier.py f50.mem out2 496 python3 python3/classifier.py f50.mem out2 497 ./megam_i686.opt -fvals -predict f50.mem multiclass corpus/efe/f50/test.f0 >out 498 head -1 out 499 head -1 out2 500 cd 4.MEM/ 501 ls .l 502 ls -l 503 python3/classifier.py f50.mem 0.3 out 511 python3 python3/classifier.py f50.mem 0.1 out 512 python3 python3/classifier.py f50.mem 0.8 out 513 less out 514 python3 python3/classifier.py f50.mem 0.8 out 515 ls -l 516 rm out out2 517 ls -l corpus/ 518 ./megam_i686.opt -quiet -fvals multiclass corpus/efe/f100/train.f0 > f100.mem 519 ls -l 520 python3 python3/classifier-orig.py f50.mem out50 521 python3 python3/classifier-orig.py f100.mem out100 522 awk '{p=$1; print 1.96*sqrt(p*(1-p))}' 523 awk '{p=$1; print 1.96*sqrt(p*(1-p)/9513)}' 524 ls -l 525 head out100 526 cat out100 | cut -d' ' -f1 > out100.1 527 cat out50 | cut -d' ' -f1 > out50.1 528 head out100.1 529 paste out50.1 out100.1 | less 530 cat corpus/efe/f100/test.f0 | cut -d' ' -f1 >ok.1 531 paste ok.1 out50.1 out100.1 | less 532 paste ok.1 out50.1 out100.1 | head 533 paste ok.1 out50.1 out100.1 > test.csv 534 libreoffice test.csv 535 bg 536 ls -l 537 rm f50.mem f100.mem 538 ls -l models/ 539 python3 python3/classifier-orig.py models/f100.t0.mem out.100.0 540 for x in 0 1 2 3 4; do python3 python3/classifier-orig.py models/f100.t$x.mem out.100.$x; python3 python3/classifier-orig.py models/f50.t$x.mem out.50.$x; done 541 for x in 0 1 2 3 4; do python3 python3/classifier-orig.py models/f100.t$x.mem out.100.$x; python3 python3/classifier-orig.py models/f50.t$x.mem out.50.$x; done 542 ls -l 543 less out.50.2 544 wc -l out.* 545 cat out.100.* > out.100 546 cat out.50.* > out.50 547 wc -l out.100 out.50 548 cat corpus/efe/f100/test.f* | cut -d' ' -f1 > ok 549 wc -l ok 550 paste ok out.50 out.100 > test2.csv 551 wc -l test2.csv 552 history 553 history > hist.txt