Skip to content

Version 3.3.0

Compare
Choose a tag to compare
@vthorsteinsson vthorsteinsson released this 07 Sep 14:55
· 113 commits to master since this release
  • Modified >> operator for matching SimpleTree instances so that it does not recurse into nested IP (inflectional phrase, beygingarliður) nonterminals. Added >>> operator which behaves like the >> used to behave.
  • Added SimpleTree.substituted_text() function to make it easier to obtain the text within a subtree after replacing a particular contained node's text with new text. This is useful for instance in grammar correction, when generating suggested corrections.
  • Smaller fixes in the grammar and the auto-capitalization logic.