Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ACGtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ACG
dev
ACGtk
Commits
4be5b1b1
Commit
4be5b1b1
authored
Oct 21, 2008
by
POGODALLA Sylvain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Header with copyright and svn keywords added
parent
1077070b
Changes
115
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
115 changed files
with
2151 additions
and
40 deletions
+2151
-40
INSTALL
INSTALL
+19
-0
LICENSE.en
LICENSE.en
+18
-0
LICENSE.fr
LICENSE.fr
+18
-0
Makefile.in
Makefile.in
+19
-0
README
README
+19
-0
config/Makefile.in
config/Makefile.in
+11
-0
config/configure.ac
config/configure.ac
+11
-0
config/ml_check.ml
config/ml_check.ml
+11
-0
examples/README
examples/README
+19
-0
examples/strings.acg
examples/strings.acg
+19
-0
examples/tag-script
examples/tag-script
+19
-0
examples/tag.acg
examples/tag.acg
+19
-0
src/Makefile.common.in
src/Makefile.common.in
+19
-0
src/Makefile.in
src/Makefile.in
+19
-0
src/Makefile.master.in
src/Makefile.master.in
+19
-0
src/acg-data/Makefile.in
src/acg-data/Makefile.in
+18
-5
src/acg-data/acgc.ml
src/acg-data/acgc.ml
+19
-0
src/acg-data/lexicon.ml
src/acg-data/lexicon.ml
+19
-0
src/acg-data/lexicon.mli
src/acg-data/lexicon.mli
+19
-0
src/acg-data/signature.ml
src/acg-data/signature.ml
+19
-0
src/acg-data/signature.mli
src/acg-data/signature.mli
+19
-0
src/acg-data/typing.ml
src/acg-data/typing.ml
+19
-0
src/data/comp-script
src/data/comp-script
+19
-0
src/data/comp.acg
src/data/comp.acg
+19
-0
src/data/cvg-script
src/data/cvg-script
+19
-0
src/data/cvg-topic-script
src/data/cvg-topic-script
+19
-0
src/data/cvg-topicalisation-in-situ.acg
src/data/cvg-topicalisation-in-situ.acg
+19
-0
src/data/cvg-topicalisation.acg
src/data/cvg-topicalisation.acg
+19
-0
src/data/cvg.acg
src/data/cvg.acg
+19
-0
src/data/cvg2-script
src/data/cvg2-script
+19
-0
src/data/cvg2.acg
src/data/cvg2.acg
+19
-0
src/data/drt2-script
src/data/drt2-script
+19
-0
src/data/drt2.acg
src/data/drt2.acg
+19
-0
src/data/drt3-script
src/data/drt3-script
+19
-0
src/data/drt3.acg
src/data/drt3.acg
+19
-0
src/data/drt4.acg
src/data/drt4.acg
+19
-0
src/data/montague-drt.acg
src/data/montague-drt.acg
+19
-0
src/data/montague-script
src/data/montague-script
+19
-0
src/data/more-script
src/data/more-script
+19
-0
src/data/more.acg
src/data/more.acg
+19
-0
src/data/strings.acg
src/data/strings.acg
+19
-0
src/data/tag-script
src/data/tag-script
+19
-0
src/data/tag.acg
src/data/tag.acg
+19
-0
src/data/test-type.acg
src/data/test-type.acg
+19
-0
src/grammars.old/Makefile.in
src/grammars.old/Makefile.in
+18
-5
src/grammars.old/abstract_syntax.ml
src/grammars.old/abstract_syntax.ml
+19
-0
src/grammars.old/abstract_syntax.mli
src/grammars.old/abstract_syntax.mli
+19
-0
src/grammars.old/base_grammar.ml
src/grammars.old/base_grammar.ml
+19
-0
src/grammars.old/base_grammar.mli
src/grammars.old/base_grammar.mli
+19
-0
src/grammars.old/lexicon_grammar.ml
src/grammars.old/lexicon_grammar.ml
+19
-0
src/grammars.old/lexicon_grammar.mli
src/grammars.old/lexicon_grammar.mli
+19
-0
src/grammars.old/parser.ml
src/grammars.old/parser.ml
+19
-0
src/grammars.old/parser.mli
src/grammars.old/parser.mli
+19
-0
src/grammars.old/signature_grammar.ml
src/grammars.old/signature_grammar.ml
+19
-0
src/grammars.old/signature_grammar.mli
src/grammars.old/signature_grammar.mli
+19
-0
src/grammars.old/syntax.ml
src/grammars.old/syntax.ml
+19
-0
src/grammars.old/term_grammar.ml
src/grammars.old/term_grammar.ml
+19
-0
src/grammars.old/term_grammar.mli
src/grammars.old/term_grammar.mli
+19
-0
src/grammars.old/test.ml
src/grammars.old/test.ml
+19
-0
src/grammars/Makefile.in
src/grammars/Makefile.in
+18
-5
src/grammars/acg_token.ml
src/grammars/acg_token.ml
+19
-0
src/grammars/acg_token.mli
src/grammars/acg_token.mli
+19
-0
src/grammars/entry.ml
src/grammars/entry.ml
+19
-0
src/grammars/entry.mli
src/grammars/entry.mli
+19
-0
src/grammars/environment.ml
src/grammars/environment.ml
+19
-0
src/grammars/environment.mli
src/grammars/environment.mli
+19
-0
src/grammars/error.ml
src/grammars/error.ml
+19
-0
src/grammars/error.mli
src/grammars/error.mli
+19
-0
src/grammars/interactive.ml
src/grammars/interactive.ml
+19
-0
src/grammars/interactive.mli
src/grammars/interactive.mli
+19
-0
src/grammars/interface.ml
src/grammars/interface.ml
+19
-0
src/grammars/interface.mli
src/grammars/interface.mli
+19
-0
src/grammars/lexer.mll
src/grammars/lexer.mll
+19
-0
src/grammars/parser.dyp
src/grammars/parser.dyp
+19
-0
src/grammars/syntactic_data_structures.ml
src/grammars/syntactic_data_structures.ml
+19
-0
src/grammars/syntactic_data_structures.mli
src/grammars/syntactic_data_structures.mli
+19
-0
src/lambda.old/Makefile.in
src/lambda.old/Makefile.in
+18
-5
src/lambda.old/environment.ml
src/lambda.old/environment.ml
+19
-0
src/lambda.old/environment.mli
src/lambda.old/environment.mli
+19
-0
src/lambda.old/lambda.ml
src/lambda.old/lambda.ml
+19
-0
src/lambda.old/lexicon.ml
src/lambda.old/lexicon.ml
+19
-0
src/lambda.old/printing.ml
src/lambda.old/printing.ml
+19
-0
src/lambda.old/signature.ml
src/lambda.old/signature.ml
+19
-0
src/lambda.old/typing.ml
src/lambda.old/typing.ml
+19
-0
src/lambda/Makefile.in
src/lambda/Makefile.in
+18
-5
src/lambda/display.ml
src/lambda/display.ml
+19
-0
src/lambda/lambda.ml
src/lambda/lambda.ml
+19
-0
src/lambda/sign.ml
src/lambda/sign.ml
+19
-0
src/lambda/sign.mli
src/lambda/sign.mli
+19
-0
src/lambda/signature.ml
src/lambda/signature.ml
+19
-0
src/lambda/signature.mli
src/lambda/signature.mli
+19
-0
src/lambda/test.ml
src/lambda/test.ml
+19
-0
src/lambda/typechecker.ml
src/lambda/typechecker.ml
+19
-0
src/lambda/utilitaires.ml
src/lambda/utilitaires.ml
+19
-0
src/lambda/utilitaires.mli
src/lambda/utilitaires.mli
+19
-0
src/logic/Makefile.in
src/logic/Makefile.in
+18
-5
src/logic/abstract_syntax.ml
src/logic/abstract_syntax.ml
+19
-0
src/logic/abstract_syntax.mli
src/logic/abstract_syntax.mli
+19
-0
src/logic/lambda.ml
src/logic/lambda.ml
+19
-0
src/logic/lambda.mli
src/logic/lambda.mli
+19
-0
src/scripting/Makefile.in
src/scripting/Makefile.in
+18
-5
src/scripting/acg.ml
src/scripting/acg.ml
+19
-0
src/scripting/functions.ml
src/scripting/functions.ml
+19
-0
src/scripting/functions.mli
src/scripting/functions.mli
+19
-0
src/scripting/script_lexer.mll
src/scripting/script_lexer.mll
+19
-0
src/scripting/script_parser.dyp
src/scripting/script_parser.dyp
+19
-0
src/scripting/scripting_errors.ml
src/scripting/scripting_errors.ml
+19
-0
src/scripting/scripting_errors.mli
src/scripting/scripting_errors.mli
+19
-0
src/utils/Makefile.in
src/utils/Makefile.in
+18
-5
src/utils/table.ml
src/utils/table.ml
+19
-0
src/utils/table.mli
src/utils/table.mli
+19
-0
src/utils/tries.ml
src/utils/tries.ml
+19
-0
src/utils/tries.mli
src/utils/tries.mli
+19
-0
src/utils/utils.ml
src/utils/utils.ml
+19
-0
src/utils/utils.mli
src/utils/utils.mli
+19
-0
No files found.
INSTALL
View file @
4be5b1b1
**************************************************************************
* *
* ACG development toolkit *
* *
* Copyright 2008 INRIA *
* *
* More information on "http://acg.gforge.loria.fr/" *
* License: CeCILL, see the LICENSE file or "http://www.cecill.info" *
* Authors: see the AUTHORS file *
* *
* *
* *
* *
* $Rev:: $: Revision of last commit *
* $Author:: $: Author of last commit *
* $Date:: $: Date of last commit *
* *
**************************************************************************
To install the ACG toolkit, first run:
./configure
...
...
LICENSE.en
View file @
4be5b1b1
**************************************************************************
* *
* ACG development toolkit *
* *
* Copyright 2008 INRIA *
* *
* More information on "http://acg.gforge.loria.fr/" *
* License: CeCILL, see the LICENSE file or "http://www.cecill.info" *
* Authors: see the AUTHORS file *
* *
* *
* *
* *
* $Rev:: $: Revision of last commit *
* $Author:: $: Author of last commit *
* $Date:: $: Date of last commit *
* *
**************************************************************************
CeCILL FREE SOFTWARE LICENSE AGREEMENT
...
...
LICENSE.fr
View file @
4be5b1b1
**************************************************************************
* *
* ACG development toolkit *
* *
* Copyright 2008 INRIA *
* *
* More information on "http://acg.gforge.loria.fr/" *
* License: CeCILL, see the LICENSE file or "http://www.cecill.info" *
* Authors: see the AUTHORS file *
* *
* *
* *
* *
* $Rev:: $: Revision of last commit *
* $Author:: $: Author of last commit *
* $Date:: $: Date of last commit *
* *
**************************************************************************
CONTRAT DE LICENCE DE LOGICIEL LIBRE CeCILL
...
...
Makefile.in
View file @
4be5b1b1
##########################################################################
# #
# ACG development toolkit #
# #
# Copyright 2008 INRIA #
# #
# More information on "http://acg.gforge.loria.fr/" #
# License: CeCILL, see the LICENSE file or "http://www.cecill.info" #
# Authors: see the AUTHORS file #
# #
# #
# #
# #
# $Rev:: $: Revision of last commit #
# $Author:: $: Author of last commit #
# $Date:: $: Date of last commit #
# #
##########################################################################
PHONY
:
config byte opt clean superclean install
BINARIES
=
acgc acgc.opt acg acg.opt
...
...
README
View file @
4be5b1b1
**************************************************************************
* *
* ACG development toolkit *
* *
* Copyright 2008 INRIA *
* *
* More information on "http://acg.gforge.loria.fr/" *
* License: CeCILL, see the LICENSE file or "http://www.cecill.info" *
* Authors: see the AUTHORS file *
* *
* *
* *
* *
* $Rev:: $: Revision of last commit *
* $Author:: $: Author of last commit *
* $Date:: $: Date of last commit *
* *
**************************************************************************
This distribution provides two executables (possibly with the .opt
extension, see the INSTALL file):
...
...
config/Makefile.in
View file @
4be5b1b1
##########################################################################
# #
# ACG development toolkit #
# #
# Copyright 2008 INRIA #
# #
# More information on "http://acg.gforge.loria.fr/" #
# License: CeCILL, see the LICENSE file or "http://www.cecill.info" #
# Authors: see the AUTHORS file #
# #
# #
# #
# #
# $Rev:: $: Revision of last commit #
# $Author:: $: Author of last commit #
# $Date:: $: Date of last commit #
...
...
config/configure.ac
View file @
4be5b1b1
(**************************************************************************)
(* *)
(* ACG development toolkit *)
(* *)
(* Copyright 2008 INRIA *)
(* *)
(* More information on "http://acg.gforge.loria.fr/" *)
(* License: CeCILL, see the LICENSE file or "http://www.cecill.info" *)
(* Authors: see the AUTHORS file *)
(* *)
(* *)
(* *)
(* *)
(* $Rev:: $: Revision of last commit *)
(* $Author:: $: Author of last commit *)
(* $Date:: $: Date of last commit *)
...
...
config/ml_check.ml
View file @
4be5b1b1
(**************************************************************************)
(* *)
(* ACG development toolkit *)
(* *)
(* Copyright 2008 INRIA *)
(* *)
(* More information on "http://acg.gforge.loria.fr/" *)
(* License: CeCILL, see the LICENSE file or "http://www.cecill.info" *)
(* Authors: see the AUTHORS file *)
(* *)
(* *)
(* *)
(* *)
(* $Rev:: $: Revision of last commit *)
(* $Author:: $: Author of last commit *)
(* $Date:: $: Date of last commit *)
...
...
examples/README
View file @
4be5b1b1
**************************************************************************
* *
* ACG development toolkit *
* *
* Copyright 2008 INRIA *
* *
* More information on "http://acg.gforge.loria.fr/" *
* License: CeCILL, see the LICENSE file or "http://www.cecill.info" *
* Authors: see the AUTHORS file *
* *
* *
* *
* *
* $Rev:: $: Revision of last commit *
* $Author:: $: Author of last commit *
* $Date:: $: Date of last commit *
* *
**************************************************************************
We suppose that the executables are acgc and acg (they could have been
acgc.opt or acg.opt)
...
...
examples/strings.acg
View file @
4be5b1b1
(**************************************************************************)
(* *)
(* ACG development toolkit *)
(* *)
(* Copyright 2008 INRIA *)
(* *)
(* More information on "http://acg.gforge.loria.fr/" *)
(* License: CeCILL, see the LICENSE file or "http://www.cecill.info" *)
(* Authors: see the AUTHORS file *)
(* *)
(* *)
(* *)
(* *)
(* $Rev:: $: Revision of last commit *)
(* $Author:: $: Author of last commit *)
(* $Date:: $: Date of last commit *)
(* *)
(**************************************************************************)
signature strings =
s:type ;
string = s->s : type;
...
...
examples/tag-script
View file @
4be5b1b1
##########################################################################
# #
# ACG development toolkit #
# #
# Copyright 2008 INRIA #
# #
# More information on "http://acg.gforge.loria.fr/" #
# License: CeCILL, see the LICENSE file or "http://www.cecill.info" #
# Authors: see the AUTHORS file #
# #
# #
# #
# #
# $Rev:: $: Revision of last commit #
# $Author:: $: Author of last commit #
# $Date:: $: Date of last commit #
# #
##########################################################################
# First print the help messasge that describes the commands
help;
...
...
examples/tag.acg
View file @
4be5b1b1
(**************************************************************************)
(* *)
(* ACG development toolkit *)
(* *)
(* Copyright 2008 INRIA *)
(* *)
(* More information on "http://acg.gforge.loria.fr/" *)
(* License: CeCILL, see the LICENSE file or "http://www.cecill.info" *)
(* Authors: see the AUTHORS file *)
(* *)
(* *)
(* *)
(* *)
(* $Rev:: $: Revision of last commit *)
(* $Author:: $: Author of last commit *)
(* $Date:: $: Date of last commit *)
(* *)
(**************************************************************************)
(* We first provide a signature for the derivation trees *)
signature derivation_trees =
...
...
src/Makefile.common.in
View file @
4be5b1b1
##########################################################################
# #
# ACG development toolkit #
# #
# Copyright 2008 INRIA #
# #
# More information on "http://acg.gforge.loria.fr/" #
# License: CeCILL, see the LICENSE file or "http://www.cecill.info" #
# Authors: see the AUTHORS file #
# #
# #
# #
# #
# $Rev:: $: Revision of last commit #
# $Author:: $: Author of last commit #
# $Date:: $: Date of last commit #
# #
##########################################################################
PREVIOUS_FILES
=
$(
foreach
dir
,
$(PREVIOUS_DIRS)
,
$(
addprefix
$(dir)
/,
$(
shell
sed
-n
-e
's/^ML *= *\(.*\)/\1/p'
$(dir)
/Makefile
)))
PREVIOUS_MLIS
=
$(
foreach
mli,
$(PREVIOUS_FILES:.ml=.mli)
,
$(
filter
$(mli)
,
$(
foreach
dir
,
$(PREVIOUS_DIRS)
,
$(
wildcard
$(dir)
/
*
.mli
))))
...
...
src/Makefile.in
View file @
4be5b1b1
##########################################################################
# #
# ACG development toolkit #
# #
# Copyright 2008 INRIA #
# #
# More information on "http://acg.gforge.loria.fr/" #
# License: CeCILL, see the LICENSE file or "http://www.cecill.info" #
# Authors: see the AUTHORS file #
# #
# #
# #
# #
# $Rev:: $: Revision of last commit #
# $Author:: $: Author of last commit #
# $Date:: $: Date of last commit #
# #
##########################################################################
PHONY
:
test
SUBDIRS
=
utils logic grammars acg-data scripting lambda
...
...
src/Makefile.master.in
View file @
4be5b1b1
##########################################################################
# #
# ACG development toolkit #
# #
# Copyright 2008 INRIA #
# #
# More information on "http://acg.gforge.loria.fr/" #
# License: CeCILL, see the LICENSE file or "http://www.cecill.info" #
# Authors: see the AUTHORS file #
# #
# #
# #
# #
# $Rev:: $: Revision of last commit #
# $Author:: $: Author of last commit #
# $Date:: $: Date of last commit #
# #
##########################################################################
DEBUGFLAG
=
-g
OCAMLCPOPT
=
-p
fm
...
...
src/acg-data/Makefile.in
View file @
4be5b1b1
###############################################
# #
# Makefile for directories with no executable #
# #
###############################################
##########################################################################
# #
# ACG development toolkit #
# #
# Copyright 2008 INRIA #
# #
# More information on "http://acg.gforge.loria.fr/" #
# License: CeCILL, see the LICENSE file or "http://www.cecill.info" #
# Authors: see the AUTHORS file #
# #
# #
# #
# #
# $Rev:: $: Revision of last commit #
# $Author:: $: Author of last commit #
# $Date:: $: Date of last commit #
# #
##########################################################################
include
../Makefile.master
...
...
src/acg-data/acgc.ml
View file @
4be5b1b1
(**************************************************************************)
(* *)
(* ACG development toolkit *)
(* *)
(* Copyright 2008 INRIA *)
(* *)
(* More information on "http://acg.gforge.loria.fr/" *)
(* License: CeCILL, see the LICENSE file or "http://www.cecill.info" *)
(* Authors: see the AUTHORS file *)
(* *)
(* *)
(* *)
(* *)
(* $Rev:: $: Revision of last commit *)
(* $Author:: $: Author of last commit *)
(* $Date:: $: Date of last commit *)
(* *)
(**************************************************************************)
module
Sg
=
Signature
.
Sylvains_signature
(*module Lex = Syntactic_data_structures.Abstract_lex*)
module
Lex
=
Lexicon
.
Sylvain_lexicon
...
...
src/acg-data/lexicon.ml
View file @
4be5b1b1
(**************************************************************************)
(* *)
(* ACG development toolkit *)
(* *)
(* Copyright 2008 INRIA *)
(* *)
(* More information on "http://acg.gforge.loria.fr/" *)
(* License: CeCILL, see the LICENSE file or "http://www.cecill.info" *)
(* Authors: see the AUTHORS file *)
(* *)
(* *)
(* *)
(* *)
(* $Rev:: $: Revision of last commit *)
(* $Author:: $: Author of last commit *)
(* $Date:: $: Date of last commit *)
(* *)
(**************************************************************************)
open
Abstract_syntax
open
Lambda
open
Signature
...
...
src/acg-data/lexicon.mli
View file @
4be5b1b1
(**************************************************************************)
(* *)
(* ACG development toolkit *)
(* *)
(* Copyright 2008 INRIA *)
(* *)
(* More information on "http://acg.gforge.loria.fr/" *)
(* License: CeCILL, see the LICENSE file or "http://www.cecill.info" *)
(* Authors: see the AUTHORS file *)
(* *)
(* *)
(* *)
(* *)
(* $Rev:: $: Revision of last commit *)
(* $Author:: $: Author of last commit *)
(* $Date:: $: Date of last commit *)
(* *)
(**************************************************************************)
open
Signature
module
Sylvain_lexicon
:
Interface
.
Lexicon_sig
src/acg-data/signature.ml
View file @
4be5b1b1
(**************************************************************************)
(* *)
(* ACG development toolkit *)
(* *)
(* Copyright 2008 INRIA *)
(* *)
(* More information on "http://acg.gforge.loria.fr/" *)
(* License: CeCILL, see the LICENSE file or "http://www.cecill.info" *)
(* Authors: see the AUTHORS file *)
(* *)
(* *)
(* *)
(* *)
(* $Rev:: $: Revision of last commit *)
(* $Author:: $: Author of last commit *)
(* $Date:: $: Date of last commit *)
(* *)
(**************************************************************************)
open
Lambda
open
Abstract_syntax
...
...
src/acg-data/signature.mli
View file @
4be5b1b1
(**************************************************************************)
(* *)
(* ACG development toolkit *)
(* *)
(* Copyright 2008 INRIA *)
(* *)
(* More information on "http://acg.gforge.loria.fr/" *)
(* License: CeCILL, see the LICENSE file or "http://www.cecill.info" *)
(* Authors: see the AUTHORS file *)
(* *)
(* *)
(* *)
(* *)
(* $Rev:: $: Revision of last commit *)
(* $Author:: $: Author of last commit *)
(* $Date:: $: Date of last commit *)
(* *)
(**************************************************************************)
open
Abstract_syntax
open
Lambda
...
...
src/acg-data/typing.ml
View file @
4be5b1b1
(**************************************************************************)
(* *)
(* ACG development toolkit *)
(* *)
(* Copyright 2008 INRIA *)
(* *)
(* More information on "http://acg.gforge.loria.fr/" *)
(* License: CeCILL, see the LICENSE file or "http://www.cecill.info" *)
(* Authors: see the AUTHORS file *)
(* *)
(* *)
(* *)
(* *)
(* $Rev:: $: Revision of last commit *)
(* $Author:: $: Author of last commit *)
(* $Date:: $: Date of last commit *)
(* *)
(**************************************************************************)
src/data/comp-script
View file @
4be5b1b1
##########################################################################
# #
# ACG development toolkit #
# #
# Copyright 2008 INRIA #
# #
# More information on "http://acg.gforge.loria.fr/" #
# License: CeCILL, see the LICENSE file or "http://www.cecill.info" #
# Authors: see the AUTHORS file #
# #
# #
# #
# #
# $Rev:: $: Revision of last commit #
# $Author:: $: Author of last commit #
# $Date:: $: Date of last commit #
# #
##########################################################################
wait;
load d ../data/comp.acg;
list;
...
...
src/data/comp.acg
View file @
4be5b1b1
(**************************************************************************)
(* *)
(* ACG development toolkit *)
(* *)
(* Copyright 2008 INRIA *)
(* *)
(* More information on "http://acg.gforge.loria.fr/" *)
(* License: CeCILL, see the LICENSE file or "http://www.cecill.info" *)
(* Authors: see the AUTHORS file *)
(* *)
(* *)
(* *)
(* *)
(* $Rev:: $: Revision of last commit *)
(* $Author:: $: Author of last commit *)
(* $Date:: $: Date of last commit *)
(* *)
(**************************************************************************)
signature syntax =
NP,D,S,DNP_S_S,DNP_S_S2,NP_S_T_in_situ:type;
THE_MOST:NP -> DNP_S_S;
...
...
src/data/cvg-script
View file @
4be5b1b1
##########################################################################
# #
# ACG development toolkit #
# #
# Copyright 2008 INRIA #
# #
# More information on "http://acg.gforge.loria.fr/" #
# License: CeCILL, see the LICENSE file or "http://www.cecill.info" #
# Authors: see the AUTHORS file #
# #
# #
# #
# #
# $Rev:: $: Revision of last commit #
# $Author:: $: Author of last commit #
# $Date:: $: Date of last commit #
# #
##########################################################################
# A line starting with an hash is a comment
...
...
src/data/cvg-topic-script
View file @
4be5b1b1
##########################################################################
# #
# ACG development toolkit #
# #
# Copyright 2008 INRIA #
# #
# More information on "http://acg.gforge.loria.fr/" #
# License: CeCILL, see the LICENSE file or "http://www.cecill.info" #
# Authors: see the AUTHORS file #
# #
# #
# #
# #
# $Rev:: $: Revision of last commit #
# $Author:: $: Author of last commit #
# $Date:: $: Date of last commit #
# #
##########################################################################
load d ../data/strings.acg;
load d ../data/cvg-topicalisation-in-situ.acg;
compose CVG_strings CVG_syntax as CVG_phonology;
...
...
src/data/cvg-topicalisation-in-situ.acg
View file @
4be5b1b1
(**************************************************************************)
(* *)
(* ACG development toolkit *)
(* *)
(* Copyright 2008 INRIA *)
(* *)
(* More information on "http://acg.gforge.loria.fr/" *)
(* License: CeCILL, see the LICENSE file or "http://www.cecill.info" *)
(* Authors: see the AUTHORS file *)
(* *)
(* *)
(* *)
(* *)
(* $Rev:: $: Revision of last commit *)
(* $Author:: $: Author of last commit *)
(* $Date:: $: Date of last commit *)
(* *)
(**************************************************************************)
signature syntax =
NP,S,T,NP_S_T,NP_S_T_in_situ : type;
...
...
src/data/cvg-topicalisation.acg
View file @
4be5b1b1