Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenCCG
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ease-ph
DeepLanguageUnderstanding
simulation
OpenCCG
Graph
bbc4c7e8e8b6742ef775b4c412c322773c7bd5de
Select Git revision
Branches
6
feature/wccg-prompt
feature/xml2ccg
fix/ccg-editor
induction
master
default
protected
update/ccg_editor
6 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
11
Jan
17
Dec
11
6
5
29
Nov
28
27
26
23
22
21
20
18
14
29
Oct
8
Aug
16
Oct
29
Jul
6
2
28
Jun
21
22
May
18
21
Mar
17
13
22
Jan
7
Aug
11
May
27
Mar
16
6
Feb
1
23
Jan
15
Sep
31
Jul
22
May
19
16
14
23
Apr
22
20
11
Mar
10
4
23
Feb
18
Dec
25
Sep
22
20
16
Aug
14
1
31
Jul
30
9
Apr
8
25
Mar
Removing list() calls around dictionary items.
update/ccg_editor
update/ccg_editor
Adding -prompt flag to WebCCG to allow tools like Python's pexpect to parse it more easily.
feature/wccg-pr…
feature/wccg-prompt
visccg handles family names containing quotes.
feature/xml2ccg
feature/xml2ccg
Adding members to families. Fixing nested complexcats to be parenthesized. Fixing typerrais parsing. Fixing several [*DEFAULT*] values and handling nomvars more properly.
Recursively comparing subtrees.
Adding bin/xml2ccg.py to the .gitignore
Adding more documentation to the xml2ccg script.
Adding support for implicit macro features.
Adding diaspace grammar as a 'handcrafted' test case.
Adding a test workaround for 'forced' macros
Allowing + and % as normal letters which do not need quotes.
Generated XMLs may be longer than the input.
Creating deep instead of shallow copies for morph entries.
Updating the slash handling to match the behaviour expected by ccg2xml more closely.
Using maybe_quote to avoid issues with . in identifiers.
Sorting of xml tree elements now also takes attributes and their values into account.
Removing executable permission from README, arabic.ccg, and ccg.ply.
Adding proper rule parsing for typeraise and typechange rules using the CategoryParser.
Improving family parsing, works for arabic grammar and punctuation now. Adding CategoryParser for complexcat and atomcats.
Handling additional word attributes "pred", "excluded", and "coart".
Adding family/category support.
Added documentation to Word methods, simplified for loop to map in ccg_words.
Renaming feature_sec to feature_section to be aligned with other variables.
Adding words declarations.
Adding ValueError if family/part-of-speech is not found, instead of raising UnboundLocalError for pos in the next line.
Adding feature structure ids/syntactic macros to features (the values in <>).
Handling multiple inheritance parents in type hierarchy properly.
Ignoring order in type parents during tests.
Prettyfied XML test output, fixing test case stdin-seek(0) issues.
Fixing undefined warning_count
Adding default value of 1 for the numOfParses in the testbed, as suggested by tiny.ccg.
Adding rules section for ccg files.
Adding "known failures"-handling (!) to testbed.
Adding relation-sorting to feature.
Adding first part of feature xml2ccg conversion.
Adding testbed conversion.
xml2ccg: Basic program and test structure
Adding readily available test cases.
Changing file attributes to remove executable permissions on files where it is not needed.
Adding dummy files for xml2ccg and its test to start tracking them.
Loading