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.028Apr27262522212019181716141298754121Mar1814119743228Feb2524221615141110942131Jan13121120Dec171614109876432130Nov29282625242221201918171615141311109864330Oct28tests for predicate match and repeatfix data rule test ccl file loadingFirst test for matches (that fails now).forgotten deletesresturcture rules-data dirUpgrade data rule tests to optionally check annotations and use match rules (see README)fix wccl-match and wccl-rules to use the ann reader option instead of manually wrapping sentences with annotatedsentencesfix parser grammar passing emptu string as channel name in ass/annsub operators (fixes issue 1453)add checks for empty annotation channel name in ann and annsub predicatesFix MatchVector::first_token to ignore negative values.Merge branch 'master' of nlp.pwr.wroc.pl:wcclFix logic reversal bug when checking for start of a segment.Merge branch 'master' of nlp.pwr.wroc.pl:wcclRenamed removing variable method to del_variable.Merge branch 'master' of nlp.pwr.wroc.pl:wcclfix 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 grammar