@inproceedings{d4de8ed4925145c298e26ef517271553,
title = "Part-of-speech tagging using Progol",
abstract = "A system for {\textquoteleft}tagging{\textquoteright} words with their part-of-speech (POS) tags is constructed. The system has two components: a lexicon containing the set of possible POS tags for a given word, and rules which use a word's context to eliminate possible tags for a word. The Inductive Logic Programming (ILP) system Progol is used to induce these rules in the form of definite clauses. The final theory contained 885 clauses. For background knowledge, Progol uses a simple grammar, where the tags are terminals and predicates such as nounp (noun phrase) are non-terminals. Progol was altered to allow the caching of information about clauses generated during the induction process which greatly increased efficiency. The system achieved a per-word accuracy of 96.4\% on known words drawn from sentences without quotation marks. This is on a par with other tagging systems induced from the same data [5, 2, 4] which all have accuracies in the range 96–97\%. The per-sentence accuracy was 4 49.5\%.",
author = "James Cussens",
year = "1997",
month = sep,
doi = "10.1007/3540635149\_38",
language = "English",
volume = "1297",
series = "Lecture Notes in Artificial Intelligence",
publisher = "Springer",
pages = "93--108",
booktitle = "Proceedings of the 7th International Workshop on Inductive Logic Programming (ILP-97)",
address = "United States",
}