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.018Mar14119743228Feb2524221615141110942131Jan13121120Dec171614109876432130Nov29282625242221201918171615141311109864330Oct28OptionalMatch - "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 makefileRemoved get_named_tagsetBasic functionality of the expression, parsed expression and functional operator (to develop)add a variables test for tha Match type, expand matchvector test but disable it for nowFirst draft of Match value type with some tests. MatchVector does not yet properly implement first/last token, hence a test fails, and AnnotationMatch is pretty much a stub.Added wrappers for ccl valuesUpdated corpus2 tagsetuse loose tag parsing in output corpuses in data rule testssync with parse_*_tag changes in corpus2