Skip to content

Commit

Permalink
I really suck at Lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Lewis committed May 8, 2014
1 parent 3ed466f commit 4380273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/train.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function Train:loadDataset(path, features, windowBackward, windowForward, includ
else
-- No training example provided
cats[numWords] = "*NO_CATEGORY*"
words[numWords] = string
words[numWords] = instance
end
end

Expand Down

0 comments on commit 4380273

Please sign in to comment.