..........................................NEXT PREVIOUS INDEX
 

 L01 Part-of-speech tags


    Part-of-speech Tagging

[[ Children_NNS ]] (( are_VBP  watching_VBG )) 
[[ some_DT  programmes_NNS ]] [[ on_IN  television_NN ]] 
[[ in_IN  the_DT  house_NN ]]

A part-of-speech (POS) tag attached to each word.
'NNS' stands for plural common noun.

--------------------------------------------
    Towards Shakti Standard Format

1	((		NP	
1.1	children 	NNS
	))		

2	((		VG	
2.1	are		VBP
2.2	watching	VBG
	))		

3	((		NP	
3.1	some		DT
3.2	programmes	NNS
	))		

4	((      	PP
4.1	on		IN
4.1.1	((		NP	
4.1.2	television	NN
	))		
	))		

5	((      	PP
5.1	in		IN
5.2	((		NP	
5.2.1	the		DT
5.2.2	house		NN
	))		
	))		
..........................................NEXT PREVIOUS INDEX