Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WCCL
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Analysers
WCCL
Graph
f5a608f06aae2fa00bd7aec0f8168b464e081d96
Select Git revision
Branches
4
develop
fix-words-ann
master
default
protected
wccl-rules-migration
4 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
5
May
4
29
Apr
28
27
26
25
22
21
20
19
18
17
16
14
12
9
8
7
5
4
1
21
Mar
18
14
11
9
7
4
3
2
28
Feb
25
24
22
16
15
14
11
10
9
4
2
1
31
Jan
13
12
11
20
Dec
17
16
14
10
9
8
7
6
4
3
2
1
30
Nov
29
28
26
25
24
22
21
20
19
18
17
16
15
14
13
11
10
9
8
6
4
3
30
Oct
28
fix uninitialized shared_ptr in wcclfile
add parseWcclFile to Parser
test that fails
Change new_scope pattern to scope.reset_variables() to make gcc happy.
Fix ParsingScope so its default copy constructor works in gcc.
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
tests for oneof and longest
tests for text
more tests for ann/annsub
Merge branch 'master' of nlp.pwr.wroc.pl:wccl
Fix issues around parsing scope, and sequence syntax.
simple tests for ann and annsub
Updated Makefile
Added wrapper for Wccl::MatchData
Fixed MatchData scope
Fixed TokenMatch scope
Updated Makefile
Wrapper for Wccl::TokenMatch
Added template for wccl wrappers
Wrapper for Wccl::MatchData
Updated TagSet
Updated wrapper for value
Fixed Makefile
Fixed Makefile
Updaded Makefile
Removed corpus2 wrappers from wccl wrappers (wccl includes corpus2 wrappers from /usr/share/swig1.3/libcorpus)
Fix some gcc compile errors/warnings
Add 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 converter
comma -> semicolon in tag_rule_seq syntax
change rule -> tag_rule in syntax, make parser rule names explicit about this
Parsing WcclFile.
Get rid of gcc compile warning about noncopyable.