You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.