~bjornt/grammatista/language-words

« back to all changes in this revision

Viewing changes to src/grammatista/inflection.py

  • Committer: Bjorn Tillenius
  • Date: 2008-11-02 19:48:06 UTC
  • Revision ID: bjorn@tillenius.me-20081102194806-4u53ey8hp0nddedu
Make tets in test_word_category.py pass.

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
        WordCategory.id,
210
210
        WordCategoryMorphPropertyGroup.word_category_id,
211
211
        WordCategoryMorphPropertyGroup.inflection_form_group_id,
212
 
        InflectionForm.id)
 
212
        InflectionFormGroup.id)
213
213
 
214
214
 
215
215
class Inflection(object):