12 lines
203 B
Python
12 lines
203 B
Python
|
from updateDatabase import *
|
||
|
|
||
|
|
||
|
pluriDBupdater = PluritonUpdater()
|
||
|
|
||
|
pluriDBupdater.loadModels()
|
||
|
|
||
|
einfach, schwer = pluriDBupdater.searchNearest2Translate('Die Maschinen besser')
|
||
|
|
||
|
print('Schwer', schwer)
|
||
|
|