-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e0af26f
commit c155773
Showing
12 changed files
with
24 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
/CMakeCache.txt | ||
/CMakeFiles | ||
Makefile | ||
/build | ||
/src/cg-comp | ||
/src/cg-conv | ||
/src/cg-mwesplit | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
[](https://travis-ci.org/TinoDidriksen/cg3) | ||
|
||
See instead: | ||
- https://visl.sdu.dk/constraint_grammar.html | ||
- https://visl.sdu.dk/cg3.html | ||
- https://visl.sdu.dk/cg3/chunked/ | ||
- https://edu.visl.dk/constraint_grammar.html | ||
- https://edu.visl.dk/cg3.html | ||
- https://edu.visl.dk/cg3/chunked/ | ||
- manual/ | ||
- http://groups.google.com/group/constraint-grammar | ||
- https://groups.google.com/group/constraint-grammar | ||
|
||
Other links: | ||
- https://visl.sdu.dk/svn/visl/tools/vislcg3/trunk/ | ||
- https://en.wikipedia.org/wiki/Constraint_Grammar | ||
- http://wiki.apertium.org/wiki/Constraint_Grammar | ||
- http://kevindonnelly.org.uk/2010/05/constraint-grammar-tutorial/ | ||
- http://openhub.net/p/cg3 | ||
- https://wiki.apertium.org/wiki/Constraint_Grammar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,14 @@ | |
# Textual form of a Constraint Grammar v3 file | ||
# Extensions: .cg3 .rlx | ||
# by Tino Didriksen <[email protected]> | ||
# https://visl.sdu.dk/cg3.html | ||
# https://edu.visl.dk/cg3.html | ||
0 search/1/cb DELIMITERS\ = CG-3 Grammar, text | ||
0 search/1/cb DELIMITERS= CG-3 Grammar, text | ||
|
||
# CG-3 compiled grammar | ||
# Compiled form of a Constraint Grammar v3 file | ||
# Extensions: .cg3b .rlx.bin .bin | ||
# by Tino Didriksen <[email protected]> | ||
# https://visl.sdu.dk/cg3.html | ||
# https://edu.visl.dk/cg3.html | ||
0 string CG3B CG-3 Grammar, compiled, | ||
>4 ubelong x revision %u |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
;; Author: Kevin Brubeck Unhammer <[email protected]> | ||
;; Version: 0.4.0 | ||
;; Package-Requires: ((emacs "26.1")) | ||
;; Url: https://visl.sdu.dk/constraint_grammar.html | ||
;; Url: https://edu.visl.dk/constraint_grammar.html | ||
;; Keywords: languages | ||
|
||
;; This file is not part of GNU Emacs. | ||
|
@@ -57,7 +57,7 @@ | |
;; - use something like prolog-clause-start to define M-a/e etc. | ||
;; - indentation function (based on prolog again?) | ||
;; - the rest of the keywords | ||
;; - https://visl.sdu.dk/cg3/single/#regex-icase | ||
;; - https://edu.visl.dk/cg3/single/#regex-icase | ||
;; - keyword tab-completion | ||
;; - `font-lock-syntactic-keywords' is obsolete since 24.1 | ||
;; - show definition of set/list-at-point in modeline | ||
|
@@ -213,7 +213,7 @@ Don't change without re-evaluating `cg-kw-re' (or all of cg.el)." ) | |
"NOPARENT" | ||
"DETACH") | ||
"Rule flags used for highlighting. | ||
from https://visl.sdu.dk/svn/visl/tools/vislcg3/trunk/src/Strings.cpp | ||
from https://edu.visl.dk/svn/visl/tools/vislcg3/trunk/src/Strings.cpp | ||
Don't change without re-evaluating the file.") | ||
(defconst cg-kw-context-flags '("NOT" | ||
"NEGATE" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ cg-conv \- This application is part of ( | |
) | ||
.PP | ||
This tool is part of the CG-3 | ||
constraint grammar system: \fBhttps://visl.sdu.dk/cg3.html\fR. | ||
constraint grammar system: \fBhttps://edu.visl.dk/cg3.html\fR. | ||
.SH SYNOPSIS | ||
.B cg-conv | ||
[OPTIONS] | ||
|
@@ -65,7 +65,7 @@ sets sub\-reading direction to LTR | |
.RS | ||
.SH SEE ALSO | ||
.I vislcg3\fR(1), | ||
https://visl.sdu.dk/cg3/chunked/streamformats.html | ||
https://edu.visl.dk/cg3/chunked/streamformats.html | ||
.SH BUGS | ||
Email to: Tino Didriksen <[email protected]> | ||
.SH AUTHOR | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters