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.012Apr98754121Mar1814119743228Feb2524221615141110942131Jan13121120Dec171614109876432130Nov29282625242221201918171615141311109864330Oct28fix 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::SentenceContextAdded wrapper for Corpus2::SentenceUpdated Corpus2::Token wrapperUpdated Wccl::FunctionalOperator wrapperUpdated Corpus2::TagAdded wrapper for Wccl::VariablesAdded wrapper for Corpus2::TokenAdded wrapper for Wccl::MatchAdded wrapper for Corpus2::Lexemelongest - condition that takes longest possible variant.oneof - condition that accepts first matched variant.Updated MakefileUpdated Wccl::Value wrapperFixed boost::shared_ptr wrapperAdded wrapper for Wccl::ParsedExpressionAdded wrapper for Wccl::ExpressionFinishing up change $_ -> current sentence pos (internal changes).Changed default match vector name from $m_M to$ m:_MAdded parseMatchRule to the user Parser. parseMatchRule returns parsed expression.Added rules templates for the match actions. Added apply operator