Skip to content
Snippets Groups Projects
Select Git revision
  • develop
  • fix-words-ann
  • master default protected
  • wccl-rules-migration
4 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.022Apr212019181716141298754121Mar1814119743228Feb2524221615141110942131Jan13121120Dec171614109876432130Nov29282625242221201918171615141311109864330Oct28Changing submatching syntax from "->" to ":" and M, MA to be shorthand for ($m:_M):1 and ($m:_M):2, respectively.Added empty() operator to the grammar (for strset, symset and match)Added longest() operator to the grammarAdded oneof() operator to the grammarMatch variants for oneof() and longest() operators (not complete)Added text() operator to the grammarAdded is() operator to the grammarMerge branch 'master' of nlp.pwr.wroc.pl:wcclAdded ann() operator to the grammarAllow nested -> without parentheses.Fix out-of-range condition for submatch.Add missing parenthesis.Fix condition not to continue when equal text length is hit.text() match condition, matching given text.Merge branch 'master' of nlp.pwr.wroc.pl:wccladd match-fit to debug opMerge branch 'master' of nlp.pwr.wroc.pl:wcclfix assertion failure in dyncast (match refactor)Add parentheses to string representation.Merge branch 'master' of nlp.pwr.wroc.pl:wccluse shared_ptr == instead of comparing .get() pointers (equivalent and shorter)english fixAdd the annsub operatoris() match condition (matching an annotation at beginning of a segment).Merge branch 'master' of nlp.pwr.wroc.pl:wcclAdding first() & last() ops to the grammar.Merge branch 'master' of nlp.pwr.wroc.pl:wcclusage tweaks in wccl-rules and wccl-match...and here, too.Follow up with last change for the base class, too.Return ptr<const M> not ptr<const M>&Remove declaration of unused parameter to avoid a warning.Getting submatch from a match via "->" operator.fix gcc compile error (cannot call foo(&v) with v)fix crashes in markmatch / unmarkmatch caused by taking a reference to a shared pointer instead of just making a copy, and a typomissing include in matchrule.htoken condition match (L0 predicate wrappers) in grammarmake the parser parse match operator rules as MatchRules, fix wccl-match to work with thatadd nonconst MatchData getter in Matchadd an assert in ActionExecContext ctor