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