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.01Apr21Mar1814119743228Feb2524221615141110942131Jan13121120Dec171614109876432130Nov29282625242221201918171615141311109864330Oct28Added parseMatchRule to the user Parser. parseMatchRule returns parsed expression.Added rules templates for the match actions. Added apply operatorMerge branch 'master' of nlp.pwr.wroc.pl:wcclRemoving $_ variable - you can simply use "0".typedef tying to type in LogicalPredicate, the reason for last change.Change type of some fields of ApplyOperator.Match and position grammar.g variable are added into parse_match_ruleAdded match conditions and match operatorOptionalMatch - "optional" match condition.Fix comment.RepeatedMatch - "repeat" match condition.Rewrite MatchOperator to use ConjConditions.ConjConditions - wrap vector of match condition into one conjucating condition.Tweak some code.Values and variables for the MatchVector typeApplyOperator, the main operator behind match rules.clear() capability for MatchVector.MatchAction - ABC for actions of match rules.MatchOperator to act more like a function (FunExecContext).MatchOperator - operator for match rules.TokenCondition - wrapper for L0 predicates, matches single token under "$_"MatchCondition - ABC for conditions of match operator.MatchResult - return type for conditions of match operator.Merge branch 'master' into matchModify boilerplate code maker to create directory if needed.use safe_bool in Value's Bool to allow if(b) constructsbump required Corpus2 version to 1.0.6kill data driven tests debug outputrefactor Match last/first token, fix issuesreenable MatchVector fisrt/last token testMatchVector indexing operators and size() memberMatchVector first_token and last_tokenMerge branch 'master' into matchMove actions/ to tagactions/ part 2.Move actions/ to tagactions/ part 1.Rename Action to TagAction, part two, renaming filesRename Action to TagAction.Rename rule.* files to tagrule.* files.Rename Rule to TagRule.Temporary makefile