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.04May29Apr2827262522212019181716141298754121Mar1814119743228Feb2524221615141110942131Jan13121120Dec171614109876432130Nov29282625242221201918171615141311109864330Oct28Fixed MakefileUpdaded MakefileRemoved corpus2 wrappers from wccl wrappers (wccl includes corpus2 wrappers from /usr/share/swig1.3/libcorpus)Fix some gcc compile errors/warningsAdd imports section to parsing wccl files.Add lexicons to WcclFile.Parser for lexicon files.Add lex() operator to parser grammar.Add Lexicons to ParsingScope.lex() operator, to translate strings via a lexicon.Class to hold collection of lexicons.Class to hold lexicon data.update convertercomma -> semicolon in tag_rule_seq syntaxchange rule -> tag_rule in syntax, make parser rule names explicit about thisParsing WcclFile.Get rid of gcc compile warning about noncopyable.Fix gcc compile errors around templated type definitions.Class to hold data about parsed wccl file.Helper class for (un)typed sections of ops in wccl files.to_string and write_to for TagRuleSequence.Sequence of operators, for sections in wccl files.add --input-format/-i to wcclrunadd --progress/-p in wccl-run, clean up progress output in wccl-match and wccl-rulesMerge branch 'master' of nlp.pwr.wroc.pl:wcclmatch rules testing tweaktests for predicate match and repeatfix data rule test ccl file loadingFirst test for matches (that fails now).forgotten deletesresturcture rules-data dirUpgrade data rule tests to optionally check annotations and use match rules (see README)fix wccl-match and wccl-rules to use the ann reader option instead of manually wrapping sentences with annotatedsentencesfix parser grammar passing emptu string as channel name in ass/annsub operators (fixes issue 1453)add checks for empty annotation channel name in ann and annsub predicatesFix MatchVector::first_token to ignore negative values.Merge branch 'master' of nlp.pwr.wroc.pl:wcclFix logic reversal bug when checking for start of a segment.Merge branch 'master' of nlp.pwr.wroc.pl:wcclRenamed removing variable method to del_variable.