From 132350af7cb3c27c14a19ba4bd60714cca0c740f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Lamercerie?= <aurelien.lamercerie@tetras-libre.fr> Date: Mon, 11 Jul 2022 15:11:20 +0000 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a2c1867..befb820 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,15 @@ sentence of original english abstract. SSC-02-01 corresponds to the second sente To each sentence (in each sub-folder SSC-XX-YY), there is several files corresponding to different representation of sentence. -These data were obtained from the sources, by using +Some of these data were obtained from the sources, by using [cm-tool](https://gitlab.tetras-libre.fr/tetras-mars/corpus/cm-tool) project: -- sequence of sentences ('dataRef.sentence.txt') -- AMRs Graph ('dataRef.amr.graph') -- AMR Linked Data ('dataRef.amr.rdf') +- AMR Graph ('dataRef.stog.amr.graph') +- AMR Linked Data in turtle format ('dataRef.amr.ttl') +- AMR Linked Data in ntriple format ('dataRef.amr.nt') + +Other data were produced by hand: + +- factoids from sentence as OWL representations ('dataRef.owl.ttl' or 'dataRef.xx.owl.ttl') +- CTS (Compositionnal Transduction Schemes) usable to obtain factoids from AMR Graph ('dataRef.stc.txt') -- GitLab