> Home
Home
I am a Ph.D. candidate in the School of Computing, National University of Singapore. I am affiliated with the Web Information Retrieval / Natural Language Processing Group (WING).
These pages hosted on the WING servers will mainly contain downloads and demos that are products and by-products of projects related to my academic research. For more information on my research as well as my contact information, please go to my academic homepage.
Downloads
- Record matching package
This record matching package is written as a framework with the goal of making the writing of programs that perform record matching tasks easier. - Search engine wrapper
This package provides a Java wrapper framework for unifying programatic access to search engines. It contains an API as well as a command-line application. - File downloader
The file downloader Java package provides an API that makes it easy to write Java code that downloads files from the Internet. - Charset detect stream reader
TheCharsetDetectStreamReaderclass functions much like theInputStreamclass in the Java API, but it also performs automatic detection of the character encoding in the input byte stream, and discards any byte-order marks found in UTF-8, UTF-16, and UTF-32 streams.
Demos
- Light verb constructions
(no longer maintained)
This demo on light verb constructions was constructed as an extension of my undergraduate honours year project.