From 9699a4d25a038b230f26c49ad6eeaf386aea3f77 Mon Sep 17 00:00:00 2001 From: MayankKr8 Date: Tue, 30 Oct 2018 21:21:51 +0530 Subject: [PATCH] Update Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 670f716..a447bad 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.