Thursday, January 12, 2006

Obsolete Information

Here's how I created the directory structure from the Reuters topic file:

msg26@entropy:/home/data/Reuters/tmp$ cat ../codes/topic_codes.txt | awk -F ' ' '{if($1 != ";") {print $1}}'|xargs mkdir

The above information was an attempt to create a directory tree based on the categories in the Reuters dataset. However, this design was abandoned when a better design came up.