1:- module(clex_iface,[]).    2
    3:- ensure_loaded(nl_iface).    4:- if(\+ (exists_file('clex_nldata.qlf'))).    5:- format(user_error,'~NLoading clex_nldata.qlf ... ~n',[]).    6:- time(load_files(clex_nldata,[qcompile(auto)])).    7:- endif.    8:- reexport(clex_nldata).    9:- reexport(talk_db_iface).