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.011Mar9743228Feb2524221615141110942131Jan13121120Dec171614109876432130Nov29282625242221201918171615141311109864330Oct28MatchAction - 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 corpus2Added wrappers for tag, tagset and tagsetmanager.The parser throws ParserException (ParserException inherits from WcclError)fix bug #1270: check agreement only on existing categories.fixed agr testfix logic error in data-driven rule test mismatch displayMerge branch 'master' of nlp.pwr.wroc.pl:wcclFix bug#1264 - leave only underspecified lexemes if agreement exists only via them.Another test for unify.Test for relabel. They will fail since there's no way of writing incomplete tags. To consider and either fix or remove the feature.