Skip to content

Commit

Permalink
switched to even better example, preparing for +/- tag support
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber committed Apr 26, 2016
1 parent e8d5764 commit 282ec8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ given stem.
``SandhiRules`` can be given a set of tags that can be used later to filter out
results if the rule is only to be used in certain contexts:

>>> r3 = SandhiRule("|α!>α<|μέν", {"enclitic"})
>>> r3 = SandhiRule("|α!>α<|μέν", {"+enclitic"})
>>> r3.tags
{'enclitic'}
{'+enclitic'}


stemming
Expand Down

0 comments on commit 282ec8d

Please sign in to comment.