Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.

Commit

Permalink
fixed failing doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Tomkins committed Apr 1, 2015
1 parent 18c9d31 commit 853a818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cliner/features_dir/word_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def IOB_nonprose_features(self, word):
>>> wf = WordFeatures()
>>> wf.IOB_nonprose_features('test') is not None
True
True
"""

features = {}
Expand Down Expand Up @@ -149,7 +149,7 @@ def concept_features_for_word(self, word):
>>> wf = WordFeatures()
>>> wf.concept_features_for_word('test') is not None
True
True
"""

features = {}
Expand Down

0 comments on commit 853a818

Please sign in to comment.