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.026Apr2522212019181716141298754121Mar1814119743228Feb2524221615141110942131Jan13121120Dec171614109876432130Nov29282625242221201918171615141311109864330Oct28fix unused-param warningsync with corpus2 writer factory changeslongest() and oneof() operator takes boost::shared_ptr<std::vector<boost::shared_ptr<ConjConditions> > >Merge branch 'master' of nlp.pwr.wroc.pl:wcclExplicitly include LOKI lib for wccl utils.Follow-up files' renaming to tagrulesequence.(h|cpp)Rename RuleSequence to TagRuleSequence.Merge branch 'master' of nlp.pwr.wroc.pl:wcclsimple tests for ann and annsubann operatorrefactor tests a bit to remove code duplicationParsingScope to pass around parser rules.Make match available for apply conditions.Some comment fixing.Rename match_fit rule to match_operator rule for consistency with other types.Factor MatchOperator into ApplyOperator to prevent confusion.Changing 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).