Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Corpus Making Tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tetras MARS
corpus
Corpus Making Tool
Commits
ed5ca629
Commit
ed5ca629
authored
2 years ago
by
Aurélien Lamercerie
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
b8246cca
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-11
14 additions, 11 deletions
README.md
with
14 additions
and
11 deletions
README.md
+
14
−
11
View file @
ed5ca629
# CM-Tool: Corpus Making Tool
# CM-Tool: Corpus Making Tool
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
This repository gathers some useful p
rogram
s to obtain experimental data and
This repository gathers some useful p
ython script
s to obtain experimental data and
enable the construction of corpus about various topic.
enable the construction of corpus about various topic.
##
Source
##
Input Data
The "
source
" directory contains source data, which are raw text data
The "
inputData
" directory contains source data, which are raw text data
from
[
DBPedia
](
https://dbpedia.org/
)
.
from
different sources (such as
[
DBPedia
](
https://dbpedia.org/
)
)
.
## Data
##
Output
Data
The "data" directery contains data in different representations:
The "outputData" directery contains produced data, including a sequence of sentences
('dataRef.sentence.txt'), and, for each sentence, some files corresponding to various
representations such as:
-
sequence of sentences ('dataRef.sentence.txt
')
-
Textual AMRs Graph in PENMAN format ('dataRef.amr.penman
')
-
AMRs Graph
('dataRef.amr.graph
')
-
Vizual
AMRs Graph
in DOT and PNG format ('dataRef.amr.dot', 'dataRef.amr.png
')
-
AMR Linked Data
('dataRef.amr.rdf
')
-
AMR Linked Data
in nTriple and Turtle format ('dataRef.amr.nt', 'dataRef.amr.ttl
')
These data were obtained from the sources, by applying the script
These data were obtained from the sources, by applying the script
'convert_text_to_amr.py'.
'convert_text_to_amr.py'. The module used can be specified in the file name
(e.g. .stog for the STOG model).
## Script <convert_text_to_amr.py>
## Script <convert_text_to_amr.py>
...
@@ -74,7 +77,7 @@ as argument (for example, 'test'). It can be run using command line:
...
@@ -74,7 +77,7 @@ as argument (for example, 'test'). It can be run using command line:
## Library
## Library
The "lib" directory contains useful librar
y
.
The "lib" directory contains useful librar
ies
.
# References
# References
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment