Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tenet
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tetras MARS
tenet
Commits
1b5e9eb2
Commit
1b5e9eb2
authored
2 years ago
by
Aurélien Lamercerie
Browse files
Options
Downloads
Patches
Plain Diff
Update CTR to deal with reification concept (2)
parent
1f0393ee
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
structure/cts/amr_ctr/preprocessing/amr_reification.py
+2
-2
2 additions, 2 deletions
structure/cts/amr_ctr/preprocessing/amr_reification.py
structure/cts/amr_scheme_1.py
+1
-0
1 addition, 0 deletions
structure/cts/amr_scheme_1.py
tenet.log
+89
-84
89 additions, 84 deletions
tenet.log
with
92 additions
and
86 deletions
structure/cts/amr_ctr/preprocessing/amr_reification.py
+
2
−
2
View file @
1b5e9eb2
...
@@ -677,9 +677,9 @@ rule_set['add-amr-edge-for-reified-concept'] = {
...
@@ -677,9 +677,9 @@ rule_set['add-amr-edge-for-reified-concept'] = {
# -- New edge (ARG0)
# -- New edge (ARG0)
BIND (CONCAT(str(amr:),
'
edge
'
) AS ?n01).
BIND (CONCAT(str(amr:),
'
edge
'
) AS ?n01).
BIND (CONCAT(?n01,
'
_
'
, ?v
1
Label) AS ?n02).
BIND (CONCAT(?n01,
'
_
'
, ?
r
vLabel) AS ?n02).
BIND (CONCAT(?n02,
'
_
'
, ?roleId0) AS ?n03).
BIND (CONCAT(?n02,
'
_
'
, ?roleId0) AS ?n03).
BIND (CONCAT(?n03,
'
_
'
, ?
r
vLabel) AS ?n04).
BIND (CONCAT(?n03,
'
_
'
, ?v
1
Label) AS ?n04).
BIND (uri(?n04) AS ?newEdge0).
BIND (uri(?n04) AS ?newEdge0).
# -- New edge (ARG1)
# -- New edge (ARG1)
...
...
This diff is collapsed.
Click to expand it.
structure/cts/amr_scheme_1.py
+
1
−
0
View file @
1b5e9eb2
...
@@ -218,6 +218,7 @@ scheme = {
...
@@ -218,6 +218,7 @@ scheme = {
amrld_correcting_sequence
,
amrld_correcting_sequence
,
amr_reification_sequence
],
amr_reification_sequence
],
'
transduction
'
:
[
transduction_refinement_sequence
,
'
transduction
'
:
[
transduction_refinement_sequence
,
atomic_extraction_sequence
,
atomic_extraction_sequence
,
atomic_extraction_sequence
,
phenomena_checking_sequence
,
phenomena_checking_sequence
,
composite_property_extraction_sequence
,
composite_property_extraction_sequence
,
...
...
This diff is collapsed.
Click to expand it.
tenet.log
+
89
−
84
View file @
1b5e9eb2
...
@@ -23,8 +23,8 @@
...
@@ -23,8 +23,8 @@
----- CTS directory: ./structure/cts/
----- CTS directory: ./structure/cts/
----- target frame directory: ./input/targetFrameStructure/
----- target frame directory: ./input/targetFrameStructure/
----- input document directory: ./input/amrDocuments/
----- input document directory: ./input/amrDocuments/
----- output directory: ./output/SolarSystemDev1-2022120
9
/
----- output directory: ./output/SolarSystemDev1-202212
1
0/
----- sentence output directory: ./output/SolarSystemDev1-2022120
9
/
----- sentence output directory: ./output/SolarSystemDev1-202212
1
0/
----- SHACL binary directory: ./lib/shacl-1.3.2/bin
----- SHACL binary directory: ./lib/shacl-1.3.2/bin
-- Config File Definition
-- Config File Definition
----- schema file: ./structure/amr-rdf-schema.ttl
----- schema file: ./structure/amr-rdf-schema.ttl
...
@@ -44,9 +44,9 @@
...
@@ -44,9 +44,9 @@
----- frame ontology seed file: ./input/targetFrameStructure/base-ontology-seed.ttl
----- frame ontology seed file: ./input/targetFrameStructure/base-ontology-seed.ttl
-- Output
-- Output
----- ontology namespace: https://tenet.tetras-libre.fr/base-ontology/
----- ontology namespace: https://tenet.tetras-libre.fr/base-ontology/
----- output file: ./output/SolarSystemDev1-2022120
9
/SolarSystemDev1.ttl
----- output file: ./output/SolarSystemDev1-202212
1
0/SolarSystemDev1.ttl
*** - ***
*** - ***
- INFO - -- Creating output target directory: ./output/SolarSystemDev1-2022120
9
/
- INFO - -- Creating output target directory: ./output/SolarSystemDev1-202212
1
0/
- DEBUG - -- Counting number of graph files (sentences)
- DEBUG - -- Counting number of graph files (sentences)
- DEBUG - ----- Graph count: 1
- DEBUG - ----- Graph count: 1
- INFO - === Extraction Processing using New TENET Engine ===
- INFO - === Extraction Processing using New TENET Engine ===
...
@@ -64,9 +64,9 @@
...
@@ -64,9 +64,9 @@
- DEBUG - ----- Sentence Loading
- DEBUG - ----- Sentence Loading
- DEBUG - -------- ./input/amrDocuments/dev/solar-system-1/SSC-01-01.stog.amr.ttl (614)
- DEBUG - -------- ./input/amrDocuments/dev/solar-system-1/SSC-01-01.stog.amr.ttl (614)
- DEBUG - --- Export work graph as turtle
- DEBUG - --- Export work graph as turtle
- DEBUG - ----- Work graph file: ./output/SolarSystemDev1-2022120
9
/SolarSystemDev1-1/SolarSystemDev1.ttl
- DEBUG - ----- Work graph file: ./output/SolarSystemDev1-202212
1
0/SolarSystemDev1-1/SolarSystemDev1.ttl
- DEBUG - --- Ending Structure Preparation
- DEBUG - --- Ending Structure Preparation
- DEBUG - ----- Total Execution Time = 0:00:00.12
6792
- DEBUG - ----- Total Execution Time = 0:00:00.12
0758
- INFO - -- Loading Extraction Scheme (amr_scheme_1)
- INFO - -- Loading Extraction Scheme (amr_scheme_1)
- DEBUG - ----- Step number: 3
- DEBUG - ----- Step number: 3
- INFO - -- Loading Extraction Rules (amr_ctr/*)
- INFO - -- Loading Extraction Rules (amr_ctr/*)
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
- DEBUG - --- Serializing graph to SolarSystemDev1_preprocessing
- DEBUG - --- Serializing graph to SolarSystemDev1_preprocessing
- DEBUG - ----- step: preprocessing
- DEBUG - ----- step: preprocessing
- DEBUG - ----- id: SolarSystemDev1
- DEBUG - ----- id: SolarSystemDev1
- DEBUG - ----- work_file: ./output/SolarSystemDev1-2022120
9
/SolarSystemDev1-1/SolarSystemDev1_preprocessing.ttl
- DEBUG - ----- work_file: ./output/SolarSystemDev1-202212
1
0/SolarSystemDev1-1/SolarSystemDev1_preprocessing.ttl
- DEBUG - ----- base: http://SolarSystemDev1/preprocessing
- DEBUG - ----- base: http://SolarSystemDev1/preprocessing
- INFO - ----- 212 triples extracted during preprocessing step
- INFO - ----- 212 triples extracted during preprocessing step
- INFO - -- Applying extraction step: transduction
- INFO - -- Applying extraction step: transduction
...
@@ -109,114 +109,119 @@
...
@@ -109,114 +109,119 @@
- DEBUG - ----- (refinement) refine-cover-node-1: 6 new triples (939)
- DEBUG - ----- (refinement) refine-cover-node-1: 6 new triples (939)
- INFO - ----- create-phenomena-net-1: 24/25 new triples (963)
- INFO - ----- create-phenomena-net-1: 24/25 new triples (963)
- DEBUG - ----- (refinement) refine-cover-node-1: 2 new triples (965)
- DEBUG - ----- (refinement) refine-cover-node-1: 2 new triples (965)
- INFO - --- Sequence: atomic-extraction-sequence
- INFO - ----- create-atom-class-net: 1/34 new triples (966)
- DEBUG - ----- create-individual-net-1: 0/7 new triples (966)
- INFO - ----- create-atom-property-net-1: 1/76 new triples (967)
- DEBUG - ----- create-phenomena-net-1: 0/25 new triples (967)
- INFO - --- Sequence: phenomena-checking-sequence
- INFO - --- Sequence: phenomena-checking-sequence
- INFO - ----- expand-and-conjunction-phenomena-net: 4/4 new triples (9
69
)
- INFO - ----- expand-and-conjunction-phenomena-net: 4/4 new triples (9
71
)
- DEBUG - ----- expand-degree-phenomena-net-1: 0/0 new triples (9
69
)
- DEBUG - ----- expand-degree-phenomena-net-1: 0/0 new triples (9
71
)
- DEBUG - ----- expand-degree-phenomena-net-2: 0/0 new triples (9
69
)
- DEBUG - ----- expand-degree-phenomena-net-2: 0/0 new triples (9
71
)
- DEBUG - ----- expand-degree-phenomena-net-3: 0/0 new triples (9
69
)
- DEBUG - ----- expand-degree-phenomena-net-3: 0/0 new triples (9
71
)
- DEBUG - ----- expand-degree-phenomena-net-4: 0/0 new triples (9
69
)
- DEBUG - ----- expand-degree-phenomena-net-4: 0/0 new triples (9
71
)
- DEBUG - ----- expand-degree-phenomena-net-5: 0/0 new triples (9
69
)
- DEBUG - ----- expand-degree-phenomena-net-5: 0/0 new triples (9
71
)
- DEBUG - ----- expand-degree-phenomena-net-6: 0/0 new triples (9
69
)
- DEBUG - ----- expand-degree-phenomena-net-6: 0/0 new triples (9
71
)
- INFO - --- Sequence: composite-property-extraction-sequence
- INFO - --- Sequence: composite-property-extraction-sequence
- DEBUG - ----- create-composite-class-net-from-property-1: 0/0 new triples (9
69
)
- DEBUG - ----- create-composite-class-net-from-property-1: 0/0 new triples (9
71
)
- DEBUG - ----- create-composite-class-net-from-property-2: 0/0 new triples (9
69
)
- DEBUG - ----- create-composite-class-net-from-property-2: 0/0 new triples (9
71
)
- INFO - --- Sequence: composite-class-extraction-sequence-1
- INFO - --- Sequence: composite-class-extraction-sequence-1
- INFO - ----- create-composite-class-net-from-property-1: 75/79 new triples (104
4
)
- INFO - ----- create-composite-class-net-from-property-1: 75/79 new triples (104
6
)
- DEBUG - ----- (refinement) refine-cover-node-1: 12 new triples (105
6
)
- DEBUG - ----- (refinement) refine-cover-node-1: 12 new triples (105
8
)
- DEBUG - ----- (refinement) refine-cover-node-2: 4 new triples (106
0
)
- DEBUG - ----- (refinement) refine-cover-node-2: 4 new triples (106
2
)
- DEBUG - ----- create-composite-class-net-from-property-2: 0/0 new triples (106
0
)
- DEBUG - ----- create-composite-class-net-from-property-2: 0/0 new triples (106
2
)
- DEBUG - ----- create-composite-class-net-from-property-3: 0/0 new triples (106
0
)
- DEBUG - ----- create-composite-class-net-from-property-3: 0/0 new triples (106
2
)
- INFO - --- Sequence: composite-class-extraction-sequence-2
- INFO - --- Sequence: composite-class-extraction-sequence-2
- DEBUG - ----- create-composite-class-net-from-phenomena-1: 0/0 new triples (106
0
)
- DEBUG - ----- create-composite-class-net-from-phenomena-1: 0/0 new triples (106
2
)
- DEBUG - ----- create-composite-class-net-from-phenomena-2: 0/0 new triples (106
0
)
- DEBUG - ----- create-composite-class-net-from-phenomena-2: 0/0 new triples (106
2
)
- DEBUG - ----- create-composite-class-net-from-phenomena-3: 0/0 new triples (106
0
)
- DEBUG - ----- create-composite-class-net-from-phenomena-3: 0/0 new triples (106
2
)
- DEBUG - ----- create-composite-class-net-from-phenomena-4: 0/0 new triples (106
0
)
- DEBUG - ----- create-composite-class-net-from-phenomena-4: 0/0 new triples (106
2
)
- INFO - --- Sequence: phenomena-checking-sequence
- INFO - --- Sequence: phenomena-checking-sequence
- INFO - ----- expand-and-conjunction-phenomena-net: 1/5 new triples (106
1
)
- INFO - ----- expand-and-conjunction-phenomena-net: 1/5 new triples (106
3
)
- DEBUG - ----- expand-degree-phenomena-net-1: 0/0 new triples (106
1
)
- DEBUG - ----- expand-degree-phenomena-net-1: 0/0 new triples (106
3
)
- DEBUG - ----- expand-degree-phenomena-net-2: 0/0 new triples (106
1
)
- DEBUG - ----- expand-degree-phenomena-net-2: 0/0 new triples (106
3
)
- DEBUG - ----- expand-degree-phenomena-net-3: 0/0 new triples (106
1
)
- DEBUG - ----- expand-degree-phenomena-net-3: 0/0 new triples (106
3
)
- DEBUG - ----- expand-degree-phenomena-net-4: 0/0 new triples (106
1
)
- DEBUG - ----- expand-degree-phenomena-net-4: 0/0 new triples (106
3
)
- DEBUG - ----- expand-degree-phenomena-net-5: 0/0 new triples (106
1
)
- DEBUG - ----- expand-degree-phenomena-net-5: 0/0 new triples (106
3
)
- DEBUG - ----- expand-degree-phenomena-net-6: 0/0 new triples (106
1
)
- DEBUG - ----- expand-degree-phenomena-net-6: 0/0 new triples (106
3
)
- INFO - --- Sequence: composite-property-extraction-sequence
- INFO - --- Sequence: composite-property-extraction-sequence
- DEBUG - ----- create-composite-class-net-from-property-1: 0/0 new triples (106
1
)
- DEBUG - ----- create-composite-class-net-from-property-1: 0/0 new triples (106
3
)
- DEBUG - ----- create-composite-class-net-from-property-2: 0/0 new triples (106
1
)
- DEBUG - ----- create-composite-class-net-from-property-2: 0/0 new triples (106
3
)
- INFO - --- Sequence: composite-class-extraction-sequence-1
- INFO - --- Sequence: composite-class-extraction-sequence-1
- INFO - ----- create-composite-class-net-from-property-1: 94/173 new triples (115
5
)
- INFO - ----- create-composite-class-net-from-property-1: 94/173 new triples (115
7
)
- DEBUG - ----- (refinement) refine-cover-node-1: 15 new triples (117
0
)
- DEBUG - ----- (refinement) refine-cover-node-1: 15 new triples (117
2
)
- DEBUG - ----- (refinement) refine-cover-node-2: 5 new triples (117
5
)
- DEBUG - ----- (refinement) refine-cover-node-2: 5 new triples (117
7
)
- DEBUG - ----- create-composite-class-net-from-property-2: 0/0 new triples (117
5
)
- DEBUG - ----- create-composite-class-net-from-property-2: 0/0 new triples (117
7
)
- DEBUG - ----- create-composite-class-net-from-property-3: 0/0 new triples (117
5
)
- DEBUG - ----- create-composite-class-net-from-property-3: 0/0 new triples (117
7
)
- INFO - --- Sequence: composite-class-extraction-sequence-2
- INFO - --- Sequence: composite-class-extraction-sequence-2
- DEBUG - ----- create-composite-class-net-from-phenomena-1: 0/0 new triples (117
5
)
- DEBUG - ----- create-composite-class-net-from-phenomena-1: 0/0 new triples (117
7
)
- DEBUG - ----- create-composite-class-net-from-phenomena-2: 0/0 new triples (117
5
)
- DEBUG - ----- create-composite-class-net-from-phenomena-2: 0/0 new triples (117
7
)
- DEBUG - ----- create-composite-class-net-from-phenomena-3: 0/0 new triples (117
5
)
- DEBUG - ----- create-composite-class-net-from-phenomena-3: 0/0 new triples (117
7
)
- DEBUG - ----- create-composite-class-net-from-phenomena-4: 0/0 new triples (117
5
)
- DEBUG - ----- create-composite-class-net-from-phenomena-4: 0/0 new triples (117
7
)
- INFO - --- Sequence: restriction-adding-sequence
- INFO - --- Sequence: restriction-adding-sequence
- DEBUG - ----- add-restriction-to-class-net-from-property-1: 0/0 new triples (117
5
)
- DEBUG - ----- add-restriction-to-class-net-from-property-1: 0/0 new triples (117
7
)
- INFO - --- Sequence: classification-sequence
- INFO - --- Sequence: classification-sequence
- INFO - ----- classify-net-from-core-1: 12/12 new triples (118
7
)
- INFO - ----- classify-net-from-core-1: 12/12 new triples (118
9
)
- INFO - ----- classify-net-from-core-2: 1/9 new triples (11
88
)
- INFO - ----- classify-net-from-core-2: 1/9 new triples (11
90
)
- DEBUG - ----- classify-net-from-core-3: 0/0 new triples (11
88
)
- DEBUG - ----- classify-net-from-core-3: 0/0 new triples (11
90
)
- DEBUG - ----- classify-net-from-mod: 0/0 new triples (11
88
)
- DEBUG - ----- classify-net-from-mod: 0/0 new triples (11
90
)
- DEBUG - ----- classify-net-from-part: 0/0 new triples (11
88
)
- DEBUG - ----- classify-net-from-part: 0/0 new triples (11
90
)
- INFO - ----- classify-net-from-domain:
5/5
new triples (119
3
)
- INFO - ----- classify-net-from-domain:
6/6
new triples (119
6
)
- DEBUG - ----- classify-net-from-degree-phenomena-1: 0/0 new triples (119
3
)
- DEBUG - ----- classify-net-from-degree-phenomena-1: 0/0 new triples (119
6
)
- DEBUG - ----- classify-net-from-degree-phenomena-2: 0/0 new triples (119
3
)
- DEBUG - ----- classify-net-from-degree-phenomena-2: 0/0 new triples (119
6
)
- DEBUG - ----- classify-net-from-degree-phenomena-3: 0/0 new triples (119
3
)
- DEBUG - ----- classify-net-from-degree-phenomena-3: 0/0 new triples (119
6
)
- DEBUG - ----- propagate-individual-1: 0/1 new triples (119
3
)
- DEBUG - ----- propagate-individual-1: 0/1 new triples (119
6
)
- INFO - ----- propagate-individual-2: 6/6 new triples (1
199
)
- INFO - ----- propagate-individual-2: 6/6 new triples (1
202
)
- DEBUG - ----- reclassify-deprecated-net: 0/0 new triples (1
199
)
- DEBUG - ----- reclassify-deprecated-net: 0/0 new triples (1
202
)
- DEBUG - --- Serializing graph to SolarSystemDev1_transduction
- DEBUG - --- Serializing graph to SolarSystemDev1_transduction
- DEBUG - ----- step: transduction
- DEBUG - ----- step: transduction
- DEBUG - ----- id: SolarSystemDev1
- DEBUG - ----- id: SolarSystemDev1
- DEBUG - ----- work_file: ./output/SolarSystemDev1-2022120
9
/SolarSystemDev1-1/SolarSystemDev1_transduction.ttl
- DEBUG - ----- work_file: ./output/SolarSystemDev1-202212
1
0/SolarSystemDev1-1/SolarSystemDev1_transduction.ttl
- DEBUG - ----- base: http://SolarSystemDev1/transduction
- DEBUG - ----- base: http://SolarSystemDev1/transduction
- INFO - ----- 37
3
triples extracted during transduction step
- INFO - ----- 37
6
triples extracted during transduction step
- INFO - -- Applying extraction step: generation
- INFO - -- Applying extraction step: generation
- INFO - --- Sequence: main-generation-sequence
- INFO - --- Sequence: main-generation-sequence
- INFO - ----- compute-uri-for-owl-declaration-1: 14/14 new triples (121
3
)
- INFO - ----- compute-uri-for-owl-declaration-1: 14/14 new triples (121
6
)
- INFO - ----- compute-uri-for-owl-declaration-2: 1/1 new triples (121
4
)
- INFO - ----- compute-uri-for-owl-declaration-2: 1/1 new triples (121
7
)
- DEBUG - ----- compute-uri-for-owl-declaration-4: 0/0 new triples (121
4
)
- DEBUG - ----- compute-uri-for-owl-declaration-4: 0/0 new triples (121
7
)
- INFO - ----- compute-uri-for-owl-declaration-5: 6/6 new triples (122
0
)
- INFO - ----- compute-uri-for-owl-declaration-5: 6/6 new triples (122
3
)
- INFO - ----- compute-uri-for-owl-declaration-6: 6/6 new triples (122
6
)
- INFO - ----- compute-uri-for-owl-declaration-6: 6/6 new triples (122
9
)
- INFO - ----- generate-atom-class: 12/12 new triples (12
38
)
- INFO - ----- generate-atom-class: 12/12 new triples (12
41
)
- INFO - ----- classify-atom-class-1: 4/4 new triples (124
2
)
- INFO - ----- classify-atom-class-1: 4/4 new triples (124
5
)
- INFO - ----- classify-atom-class-2: 1/1 new triples (124
3
)
- INFO - ----- classify-atom-class-2: 1/1 new triples (124
6
)
- INFO - ----- generate-individual: 3/3 new triples (124
6
)
- INFO - ----- generate-individual: 3/3 new triples (124
9
)
- INFO - ----- classify-individual: 6/6 new triples (125
2
)
- INFO - ----- classify-individual: 6/6 new triples (125
5
)
- INFO - ----- generate-atom-property-1: 20/20 new triples (127
2
)
- INFO - ----- generate-atom-property-1: 20/20 new triples (127
5
)
- INFO - ----- generate-atom-property-12: 12/20 new triples (128
4
)
- INFO - ----- generate-atom-property-12: 12/20 new triples (128
7
)
- DEBUG - ----- generate-inverse-relation: 0/0 new triples (128
4
)
- DEBUG - ----- generate-inverse-relation: 0/0 new triples (128
7
)
- INFO - ----- generate-composite-class: 38/38 new triples (132
2
)
- INFO - ----- generate-composite-class: 38/38 new triples (132
5
)
- DEBUG - ----- add-restriction-to-class-1: 0/0 new triples (132
2
)
- DEBUG - ----- add-restriction-to-class-1: 0/0 new triples (132
5
)
- DEBUG - ----- add-restriction-to-class-2: 0/0 new triples (132
2
)
- DEBUG - ----- add-restriction-to-class-2: 0/0 new triples (132
5
)
- INFO - ----- add-restriction-to-class-3: 36/45 new triples (13
58
)
- INFO - ----- add-restriction-to-class-3: 36/45 new triples (13
61
)
- DEBUG - ----- add-restriction-to-class-4: 0/0 new triples (13
58
)
- DEBUG - ----- add-restriction-to-class-4: 0/0 new triples (13
61
)
- DEBUG - ----- add-restriction-to-class-5: 0/0 new triples (13
58
)
- DEBUG - ----- add-restriction-to-class-5: 0/0 new triples (13
61
)
- DEBUG - ----- add-restriction-to-class-6: 0/0 new triples (13
58
)
- DEBUG - ----- add-restriction-to-class-6: 0/0 new triples (13
61
)
- DEBUG - ----- generate-composite-property: 0/0 new triples (13
58
)
- DEBUG - ----- generate-composite-property: 0/0 new triples (13
61
)
- DEBUG - --- Serializing graph to SolarSystemDev1_generation
- DEBUG - --- Serializing graph to SolarSystemDev1_generation
- DEBUG - ----- step: generation
- DEBUG - ----- step: generation
- DEBUG - ----- id: SolarSystemDev1
- DEBUG - ----- id: SolarSystemDev1
- DEBUG - ----- work_file: ./output/SolarSystemDev1-2022120
9
/SolarSystemDev1-1/SolarSystemDev1_generation.ttl
- DEBUG - ----- work_file: ./output/SolarSystemDev1-202212
1
0/SolarSystemDev1-1/SolarSystemDev1_generation.ttl
- DEBUG - ----- base: http://SolarSystemDev1/generation
- DEBUG - ----- base: http://SolarSystemDev1/generation
- INFO - ----- 159 triples extracted during generation step
- INFO - ----- 159 triples extracted during generation step
- INFO - -- Result: file containing only the factoids
- INFO - -- Result: file containing only the factoids
- DEBUG - --- Making factoid graph with the last step result
- DEBUG - --- Making factoid graph with the last step result
- DEBUG - ----- Number of factoids: 176
- DEBUG - ----- Number of factoids: 176
- DEBUG - ----- Graph base: http://SolarSystemDev1/factoid
- DEBUG - ----- Graph base: http://SolarSystemDev1/factoid
- DEBUG - --- Serializing graph to factoid file (./output/SolarSystemDev1-2022120
9
/SolarSystemDev1-1/SolarSystemDev1_factoid.ttl)
- DEBUG - --- Serializing graph to factoid file (./output/SolarSystemDev1-202212
1
0/SolarSystemDev1-1/SolarSystemDev1_factoid.ttl)
- INFO -
- INFO -
*** Execution Time ***
*** Execution Time ***
----- Function: apply (lib.tenet_extraction)
----- Function: apply (lib.tenet_extraction)
----- Total Time: 0:00:07.3
363
35
----- Total Time: 0:00:07.3
19
35
3
----- Process Time: 0:00:07.
319472
----- Process Time: 0:00:07.
293875
*** - ***
*** - ***
- INFO - === Final Ontology Generation ===
- INFO - === Final Ontology Generation ===
- INFO - -- Making complete factoid graph by merging sentence factoid graphs
- INFO - -- Making complete factoid graph by merging sentence factoid graphs
- INFO - ----- Total factoid number: 176
- INFO - ----- Total factoid number: 176
- INFO - ----- Graph base: http://SolarSystemDev1/factoid
- INFO - ----- Graph base: http://SolarSystemDev1/factoid
- INFO - -- Serializing graph to factoid file (./output/SolarSystemDev1-2022120
9
/SolarSystemDev1_factoid.ttl)
- INFO - -- Serializing graph to factoid file (./output/SolarSystemDev1-202212
1
0/SolarSystemDev1_factoid.ttl)
- INFO - === Done ===
- INFO - === Done ===
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