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
G
grew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
grew
grew
Commits
a359c71d
Commit
a359c71d
authored
Sep 10, 2018
by
Bruno Guillaume
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New URL
parent
a09715c4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
opam/descr
opam/descr
+1
-1
src/grew_args.ml
src/grew_args.ml
+5
-5
src/grew_corpus.ml
src/grew_corpus.ml
+1
-1
src/grew_main.ml
src/grew_main.ml
+1
-1
src/grew_utils.ml
src/grew_utils.ml
+1
-1
No files found.
opam/descr
View file @
a359c71d
A tool to rewrite graphs for NLP applications (see
grew.loria
.fr)
A tool to rewrite graphs for NLP applications (see
http://grew
.fr)
src/grew_args.ml
View file @
a359c71d
...
...
@@ -3,7 +3,7 @@
(* *)
(* Copyright 2011-2013 Inria, Université de Lorraine *)
(* *)
(* Webpage: http://grew.
loria.fr
*)
(* Webpage: http://grew.
fr
*)
(* License: CeCILL (see LICENSE folder or "http://www.cecill.info") *)
(* Authors: see AUTHORS file *)
(***********************************************************************)
...
...
@@ -42,7 +42,7 @@ module Grew_args = struct
" help <sub> Print help for the given subcommand"
;
""
;
"see subcommands help for args"
;
"For additional information, see http://grew.
loria.
fr"
;
"For additional information, see http://grew.fr"
;
"----------------------------------------------------------"
;
]
...
...
@@ -58,7 +58,7 @@ module Grew_args = struct
" -i <file> The input data (a graph or a corpus)"
;
" -strat <name> The stategy used by default"
;
""
;
"For additional information, see http://grew.
loria.
fr"
;
"For additional information, see http://grew.fr"
;
"----------------------------------------------------------"
;
]
...
...
@@ -72,7 +72,7 @@ module Grew_args = struct
" -pattern <pat> The pattern to search for"
;
" -i <corp> The input data"
;
""
;
"For additional information, see http://grew.
loria.
fr"
;
"For additional information, see http://grew.fr"
;
"----------------------------------------------------------"
;
]
...
...
@@ -91,7 +91,7 @@ module Grew_args = struct
" -strat <name> The stategy used in transformation (default=
\"
main
\"
)"
;
" -cupt If the option is present, a 11-column CoNLL format is produced"
;
""
;
"For additional information, see http://grew.
loria.
fr"
;
"For additional information, see http://grew.fr"
;
"----------------------------------------------------------"
;
]
...
...
src/grew_corpus.ml
View file @
a359c71d
...
...
@@ -3,7 +3,7 @@
(* *)
(* Copyright 2011-2013 Inria, Université de Lorraine *)
(* *)
(* Webpage: http://grew.
loria.fr
*)
(* Webpage: http://grew.
fr
*)
(* License: CeCILL (see LICENSE folder or "http://www.cecill.info") *)
(* Authors: see AUTHORS file *)
(***********************************************************************)
...
...
src/grew_main.ml
View file @
a359c71d
...
...
@@ -3,7 +3,7 @@
(* *)
(* Copyright 2011-2013 Inria, Université de Lorraine *)
(* *)
(* Webpage: http://grew.
loria.fr
*)
(* Webpage: http://grew.
fr
*)
(* License: CeCILL (see LICENSE folder or "http://www.cecill.info") *)
(* Authors: see AUTHORS file *)
(***********************************************************************)
...
...
src/grew_utils.ml
View file @
a359c71d
...
...
@@ -3,7 +3,7 @@
(* *)
(* Copyright 2011-2013 Inria, Université de Lorraine *)
(* *)
(* Webpage: http://grew.
loria.fr
*)
(* Webpage: http://grew.
fr
*)
(* License: CeCILL (see LICENSE folder or "http://www.cecill.info") *)
(* Authors: see AUTHORS file *)
(***********************************************************************)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment