Example #1
0
		def post(tag, i, clusters):
			tcdb[tag] = [[intern_force(t.text) for t in cluster.getchildren()] for cluster in clusters]
Example #2
0
		def post(phid, i, tags):
			# filter out "machine-tags"
			dtdb[phid] = [intern_force(tag.text) for tag in tags if tag.text and ":" not in tag.text]