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