def getTypes():
	strOutput = ""
	for strWord in CCorpusManager.getTokenList():
		strOutput += strWord
		strOutput += "<br/>"

	return strOutput