Acronym Decomposer -------------------- Branimira Nikolova, May-August 2006 -------------------- This programm takes POS-tagged text as input and otputs acronym-expansion pairs if any found in text. This programme requires Python 2.4 or higher. Currently there is only POS-tagger for english available. The POS-tagger is a python implementation of Brill's Tagger. It is a part from MontyLingua tool by Hugo Liu available at: http://web.media.mit.edu/~hugo/montylingua/ You can call AcronymDecomposer.py from command line: python AcronymDecomposer.py If you call AcronymDecomposer.py without specifying an input file, it will use the testfile.txt from the res directory.