From b320993dafbfd515af67cc1fc536f168b7a2e938 Mon Sep 17 00:00:00 2001 From: linlin Date: Mon, 5 Oct 2020 16:35:19 +0200 Subject: [PATCH] New translations librariesImport.py (French) --- lang/fr/gklearn/gedlib/librariesImport.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/fr/gklearn/gedlib/librariesImport.py diff --git a/lang/fr/gklearn/gedlib/librariesImport.py b/lang/fr/gklearn/gedlib/librariesImport.py new file mode 100644 index 0000000..5a6e3d0 --- /dev/null +++ b/lang/fr/gklearn/gedlib/librariesImport.py @@ -0,0 +1,6 @@ +from ctypes import * +import os +lib1 = cdll.LoadLibrary(os.path.dirname(os.path.realpath(__file__)) + '/lib/fann/libdoublefann.so') +lib2 = cdll.LoadLibrary(os.path.dirname(os.path.realpath(__file__)) + '/lib/libsvm.3.22/libsvm.so') +lib3 = cdll.LoadLibrary(os.path.dirname(os.path.realpath(__file__)) + '/lib/nomad/libnomad.so') +lib4 = cdll.LoadLibrary(os.path.dirname(os.path.realpath(__file__)) + '/lib/nomad/libsgtelib.so')