Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.