diff --git a/README.md b/README.md index 670f716..a057ec6 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ Scripts, data sets and other files for the Lab Practical of Artificial Intelligence(CSE 202). Following Lab assignments have been added to this repo. -##Implementing [POS tagging](https://en.wikipedia.org/wiki/Part-of-speech_tagging) +##Implementing [POS tagging] (https://en.wikipedia.org/wiki/Part-of-speech_tagging) The aim of this practical is to achieve Part of Speech(POS) tagging using HunPos(HMMs model) and CRF++(CRF model). All the other details can be seen in the sub-folder.