From de4333ca7172018ba29dd0e1faf9cc47562a9bb2 Mon Sep 17 00:00:00 2001 From: linlin Date: Tue, 6 Oct 2020 17:22:03 +0200 Subject: [PATCH] New translations librariesImport.py (Chinese Simplified) --- lang/zh/gklearn/gedlib/librariesImport.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/zh/gklearn/gedlib/librariesImport.py diff --git a/lang/zh/gklearn/gedlib/librariesImport.py b/lang/zh/gklearn/gedlib/librariesImport.py new file mode 100644 index 0000000..5a6e3d0 --- /dev/null +++ b/lang/zh/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')