Skip to content
Snippets Groups Projects
Commit 061c264f authored by Aurélien Lamercerie's avatar Aurélien Lamercerie
Browse files

Lib update (structure, inference) in spec2B

parent e0f8db10
No related branches found
No related tags found
No related merge requests found
Showing
with 14747 additions and 3 deletions
#!/usr/bin/python3.5 #!/usr/bin/python3.10
# -*-coding:Utf-8 -* # -*-coding:Utf-8 -*
#============================================================================== #==============================================================================
...@@ -112,9 +112,14 @@ def finalize_export_file(export_file): ...@@ -112,9 +112,14 @@ def finalize_export_file(export_file):
# Main Function # Main Function
#============================================================================== #==============================================================================
def create_extraction_graph(corpus, source_ref, target_ref): def create(corpus, source_ref, target_ref):
try: try:
print("[Tenet] Prepare work data from corpus " + corpus) print("\n" + "[Tenet] Work Structure Preparation")
print("\n" + "- Input")
print("corpus: " + corpus)
print("source reference: " + source_ref)
print("target: " + target_ref)
print("\n" + "- Config Loading") print("\n" + "- Config Loading")
config = Config(config_file, corpus, source_ref, target_ref) config = Config(config_file, corpus, source_ref, target_ref)
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment