legutierr / pirate-politics

Automatically exported from code.google.com/p/pirate-politics
0 stars 0 forks source link

Create pirate_tags for TagEvent #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In order to store information about a user tagging an object, which may be 
useful in future machine learning tasks, need to develop a TagEvent object 
within a new module. The tag_helpers.py can be moved into this module.

TagEvent has these data fields:

1. User object
2. Object that was tagged
3. Tag that was used
4. tagged_on DateTime field

This is useful information to store.

Original issue reported on code.google.com by fragro on 9 Feb 2011 at 3:36