# By FIRSTNAME LASTNAME, 2011 # This is a unigram part-of-speech tagger # It provides two functions tag(), which does X, and tag.list(), which does Y # Description goes here tag = function( ... ) { ... } # Description goes here tag.list = function( ... ) { ... }