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.019Apr181716141298754121Mar1814119743228Feb2524221615141110942131Jan13121120Dec171614109876432130Nov29282625242221201918171615141311109864330Oct28return ApplyOperator instead of Expression in parsing match rulesAdd match(m, ann_name) in addition to match(m1, m2, ann_name).Added mark_actionAdded Constant<Match> ruleSome more fixes to repeat op in grammar.Typo fix in op name in grammar.mark() for match actions.No need for some methods to be virtual.Make Match copying deep instead of shallow.Fix logic reversal in two tests.Add virtual destructor to MatchDataadd includes to cope with fwd-decl of value subtypes now in Variables"empty" op/predicate for Match and TSet/StrSet too.Redesign Match to act more like other Value types.Follow up in tests on the recent decoupling of some headers.Decouple variables.h a bit from concrete Value headers - with forward declarations.wccl-featuresextract a function in wcclrunadd a debug operator that outputs the internal representation of its argument onto stderrfix member visibility issue in tagactions operators (delete, select...)add mark and unmark operators, tweak wcclrules to work with annotated dataFix issue #1391 (runwccl outputing extra whitespace after each line)rename parameters in parseRule(string) to rule_stringfix wcclrun stdin corpora readingadd raw operator string support in wcclrunemphasise that parseStringOperator(const std::string&) parses a string, not a file, by calling the argument appropriatelyuse the header output switch in wcclrunMerge branch 'master' of nlp.pwr.wroc.pl:wcclhelp and options update in wcclrunupdate wcclrun with variable dump mode, table header and some cleanupsadd valid_variable_names accesor to ParsedExpression"$m:_M" -> "_M": names used in Variables class should not be prefixed.first(), last() ops: Position of first/last token of a Match.Merge branch 'master' of nlp.pwr.wroc.pl:wccladd SentenceContext::get_sentence_ptr to allow acces to the senetnce shared_ptr that's already there anywayMerge branch 'master' of nlp.pwr.wroc.pl:wcclUpdated Makefile for the ccl and corpus2 wrappersAdd wrapper for Wccl::OperatorUpdated Wccl::FunctionalOperatorAdded wrapper for Wccl::SentenceContext