The Constituent Likelihood Automatic Word-tagging System (CLAWS) is a program that performs part-of-speech tagging. It was developed in the 1980s at Lancaster University by the University Centre for Computer Corpus Research on Language.[1] It has an overall accuracy rate of 96-97% with the latest version (CLAWS4) tagging around 100 million words of the British National Corpus.[1]

History edit

A Part-Of-Speech Tagger (POS Tagger) is a piece of software that reads text in some language and assigns parts of speech to each word (and other token), such as noun, verb, adjective, etc., although generally computational applications use more fine-grained POS tags like 'noun-plural'.[2] Developed in the early 1980s,[1][3] CLAWS was built to fill the ever-growing gap created by always-changing POS necessities. Originally created to add part-of-speech tags to the LOB corpus of British English, the CLAWS tagset has since been adapted to other languages as well, including Urdu and Arabic.[4]

Since its inception, CLAWS has been hailed for its functionality and adaptability. Still, it is not without flaws, and though it boasts an error-rate of only 1.5% when judged in major categories, CLAWS still remains with c.3.3% ambiguities unresolved. Ambiguity arises in cases such as with the word flies, and whether it should be classified as a noun or a verb.[5] It's these ambiguities that will require the various upgrades and tagsets that CLAWS will endure.

Rules and processing edit

CLAWS uses a Hidden Markov model to determine the likelihood of sequences of words in anticipating each part-of-speech label.

Sample output edit

Sample outputs of CLAWS
C5 -----_PUN "_PUQ Welcome_VVB to_PRP my_DPS house_NN1 !_SENT -----_PUN Enter_VVB freely_AV0 and_CJC of_PRF your_DPS own_DT0 will_NN1 !_PUN "_SENT -----_PUN He_PNP made_VVD no_AT0 motion_NN1 of_PRF stepping_VVG to_TO0 meet_VVI me_PNP ,_PUN but_CJC stood_VVD like_PRP a_AT0 statue_NN1 ,_PUN as_CJS though_CJS his_DPS gesture_NN1 of_PRF welcome_NN1 had_VHD fixed_VVN him_PNP into_PRP stone_SENT ._PUN
C7 "_" Welcome_VV0 to_II my_APPGE house_NN1 !_!

Enter_VV0 freely_RR and_CC of_IO your_APPGE own_DA will_NN1 !_! "_" He_PPHS1 made_VVD no_AT motion_NN1 of_IO stepping_VVG to_TO meet_VVI me_PPIO1, _, but_CCB stood_VVD like_II a_AT1 statue_NN1, _, as_CS21 though_CS22 his_APPGE gesture_NN1 of_IO welcome_NN1 had_VHD fixed_VVN him_PPHO1 into_II stone_NN1 ._.

This excerpt from Bram Stoker's Dracula (1897) has been tagged using both the CLAWS C5 and C7 tagsets. This is what a CLAWS output will generally look like, with the most likely part-of-speech tag following each word.

Tagsets edit

CLAWS1 tagset edit

The first tagset developed in CLAWS, CLAWS1 tagset, has 132 word tags. In terms of form and application, C1 tagset is similar to Brown Corpus tags.[6] See Table of tags in C1 tagset here.[7]

CLAWS2 tagset edit

From 1983 to 1986, updated versions leading to CLAWS2 were part of a larger attempt to deal with aspects such as recognizing sentence breaks, in order to avoid the need for manual pre-processing of a text before the tags were applied, moving instead to optional manual post-editing to adjust the output of the automatic annotation, if needed.[8] The CLAWS2 tagset has 166 word tags.[6][9] See Table of tags in C2 tagset here.[10]

CLAWS4 tagset edit

The CLAWS4 was used for the 100-million-word British National Corpus (BNC). A general-purpose grammatical tagger, it is a successor of the CLAWS1 tagger.[11] In tagging the BNC, the many rounds of work that went into CLAWS4 focused on making the CLAWS program independent from the tagsets. For example, the BNC project used two tagset versions: "a main tagset (C5) with 62 tags with which the whole of the corpus has been tagged, and a larger (C7) tagset with 152 tags, which has been used to make a selected 'core' sample corpus of two million words."[12] The latest version of CLAWS4 is offered by UCREL, a research center of Lancaster University.[6][13]

CLAWS5 tagset edit

The CLAWS5 tagset, which was used for BNC, has over 60 tags.[6] See Table of tags in C5 tagset here.[14]

CLAWS6 tagset edit

The CLAWS6 tagset was used for the BNC sampler corpus and the COLT corpus. It has over 160 tags, including 13 determiner subtypes.[6] See Table of tags in C6 tagset here.[15]

CLAWS7 tagset edit

The standard CLAWS7 tagset is used currently. It is only different in the punctuation tags when compared to the CLAWS6 tagset.[6] See Table of tags in C7 tagset here.[16]

CLAWS8 tagset edit

CLAWS8 tagset was extended from C7 tagset with further distinctions in the determiner and pronoun categories, as well as 37 new auxiliary tags for forms of be, do, and have.[6] See Table of tags in C8 tagset here

External links edit

References edit

  1. ^ a b c "CLAWS part-of-speech tagger". ucrel.lancs.ac.uk. Retrieved 2020-04-01.
  2. ^ "Stanford Log-linear Part-Of-Speech Tagger". The Stanford Natural Language Processing Group. Archived from the original on 2004-10-25.
  3. ^ Garside, Roger. 1987. The CLAWS word-tagging system. In: R. Garside, G. Leech & G. Sampson (eds.), The Computational Analysis of English: A corpus based approach. Longman.
  4. ^ Atwell, E.S. 2008. Development of tag sets for part-of-speech tagging. In: Ludeling, A and Kyto, M, (eds.) Corpus Linguistics: An International Handbook, Volume 1. Walter de Gruyter, 501–526. ISBN 978-3-11-021142-9
  5. ^ McCoy, Kathy. "Part of Speech Tagging (Chapter 5)" (PDF). Archived (PDF) from the original on 2018-04-17.
  6. ^ a b c d e f g "CLAWS part-of-speech tagger". ucrel.lancs.ac.uk. Retrieved 2020-04-12.
  7. ^ "UCREL CLAWS1 (LOB) Tagset". ucrel.lancs.ac.uk. Retrieved 2020-04-12.
  8. ^ Garside, Roger. 1996. The robust tagging of unrestricted text: the BNC experience. In J. Thomas & M. short (Eds.) Using Corpora for language research: Studies in the honour of Geoffrey Leech. (pp. 167–180). London. Longman.
  9. ^ Booth, Barbara. 1985. Revising CLAWS. ICAME Journal 9:29–35.
  10. ^ "UCREL CLAWS2 Tagset". ucrel.lancs.ac.uk. Retrieved 2020-04-12.
  11. ^ "CLAWS4: THE TAGGING OF THE BRITISH NATIONAL CORPUS". ucrel.lancs.ac.uk. Retrieved 2020-04-12.
  12. ^ Garside, Roger. 1996. The robust tagging of unrestricted text: the BNC experience. In J. Thomas & M. short (Eds.) Using Corpora for language research: Studies in the honour of Geoffrey Leech. (pp. 167–180). London. Longman. p. 169.
  13. ^ "UCREL home page, Lancaster UK". ucrel.lancs.ac.uk. Retrieved 2020-04-12.
  14. ^ "UCREL CLAWS5 Tagset". ucrel.lancs.ac.uk. Retrieved 2020-04-20.
  15. ^ "UCREL CLAWS6 Tagset". ucrel.lancs.ac.uk. Retrieved 2020-04-12.
  16. ^ "UCREL CLAWS7 Tagset". ucrel.lancs.ac.uk. Retrieved 2020-04-12.