#####################
#
# Example file for specifying a filter of part-of-speech (POS) tags.
# Only words with one of these tags are used for building the text network.
# Each line has to contain one POS tag.
# Leading and trailing whitespace will be omitted.
# Blank lines and and everything behind a # is ignored, too.
# An overview of all valid filters can also be found at
# ftp://ftp.cis.upenn.edu/pub/treebank/doc/tagguide.ps.gz
#
#####################

	# CC 	# Coordinating conjunction
	# CD 	# Cardinal number 
	# DT 	# Determiner
	# EX 	# Existential -there- 
FW 		# Foreign word
	# IN 	# Preposition or subordinating conjunction
JJ 	# Adjective
JJR 	# Adjective, comparative
JJS 	# Adjective, superlative
	# LS 	# List item marker
	# MD 	# Modal
NN 	# Noun, singular or mass
NNS 	# Noun, plural
NNP 	# Proper noun, singular 
NNPS 	# Proper noun, plural
	# PDT 	# Predeterminer
	# POS 	# Possessive ending
	# PRP 	# Personal pronoun
	# PRP$ 	# Possessive pronoun
RB 	# Adverb
RBR 	# Adverb, comparative
RBS 	# Adverb, superlative
	# RP 	# Particle
	# SYM 	# Symbol
	# TO 	# -to-
	# UH 	# Interjection
VB 	# Verb, base form
VBD 	# Verb, past tense
VBG 	# Verb, gerund or present participle
VBN 	# Verb, past participle
VBP 	# Verb, non-3rd person singular present
VBZ 	# Verb, 3rd person singular present
	# WDT 	# Wh-determiner
	# WP 	# Wh-pronoun
	# WP$ 	# Possessive wh-pronoun
	# WRB 	# Wh-adverb
