Skip to content

Commit

Permalink
New-style
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntan committed Jul 3, 2013
1 parent 6db4c0f commit 72eed9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crf.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def train(self,x_vecs,y_vecs,debug=False):
return self.theta


class FeatureSet:
class FeatureSet(object):
@classmethod
def functions(cls,lbls,*arguments):
def gen():
Expand Down

0 comments on commit 72eed9a

Please sign in to comment.