Wang Pidong's Homepage
Thursday, May 23, 2013
an easy way for machine translation evaluation using multiple metrics
›
Kenneth Heafield's scripts that make it easy to score machine translation output using NIST's BLEU and NIST, TER, and METEOR. Pr...
Friday, January 18, 2013
tools for Java memory usage analysis
›
1. jconsole When you run a java program, you can use jconsole to monitor the program's general memory usage and the status of each thr...
Wednesday, December 19, 2012
How to display Chinese in Graphviz
›
Graphviz is a very handy tool for drawing plots and firgures. However, it is not straight forward to display Chinese characters in the gen...
Tuesday, December 18, 2012
How to use JDB on Linux
›
JDB is quite a powerful debugging tool for Java programs, especially for multi-threading Java programs. JDB can be found in the JDK packag...
Friday, November 2, 2012
How to set the priority order of jar files in Eclipse
›
If you have multiple jar files in your Eclipse project, then you would have some problems, if some jar files have classes with the same name...
Thursday, September 20, 2012
How To Open a Command Prompt in Windows 8
›
Windows 8 has been released recently, and some people complain of it, since it changes the way in which users used to do with Windows. Howe...
Tuesday, September 18, 2012
Useful add-ons of Firefox
›
FireBug 1.9 A useful tool used to see the html architectures of web pages. HttpFox A tool used to see the TCP/UDP packages sent from/to...
3 comments:
‹
›
Home
View web version