Skip to content

Commit

Permalink
Testing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherry committed May 12, 2010
1 parent 3a2733e commit aa5515b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dylan/Take1.py
Expand Up @@ -11,6 +11,7 @@
testVerbSenses = [["run",0],["breathe",1],["meow",2]] ## [[verbSenseName,first_Class_Index,second_Class_Index, third...],...]
testNounSenses = [["dog",0],["cat",1],["rabbit",2]]


## translate to unicode:
def toUincode(l):
return [[unicode(l[i][0]), l[i][1]] for i in range(len(l))]
Expand Down

0 comments on commit aa5515b

Please sign in to comment.