MCPcopy Index your code
hub / github.com/clips/pattern / test_tenses

Method test_tenses

test/test_nl.py:131–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

129 print "pattern.nl.inflect.lexeme()"
130
131 def test_tenses(self):
132 # Assert tense recognition.
133 self.assertTrue((nl.PRESENT, 3, "sg") in nl.tenses("is"))
134 self.assertTrue("3sg" in nl.tenses("is"))
135 print "pattern.nl.tenses()"
136
137#---------------------------------------------------------------------------------------------------
138

Callers

nothing calls this directly

Calls 1

tensesMethod · 0.45

Tested by

no test coverage detected