Contains the association between tags and words. Not used by default, by can be used for the bayesian auto-classification.
Structure of tags_words
tag_id
integer
The unique identifier of the tag.
REFERENCES tags
word_id
integer
The unique identified of the word.
REFERENCES words
counter
integer
The number of times the words word is associated with the tag tag_id.