1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    2%% WN_CONNECT v1.3 : wn_connect file system launcher
    3%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    4/*
    5AUTHORS: Pascual Julián-Iranzo (Universidad de Castilla-La Mancha, Spain)
    6         Fernando Sáenz-Pérez  (Universidad Complutense de Madrid, Spain)
    7
    8WN_CONNECT is licensed for research and educational purposes only and it is
    9distributed with NO WARRANTY OF ANY KIND. You are freely allowed to use, copy
   10and distribute WN_CONNECT provided that you make no modifications to any of its
   11files and give credit to its original authors.
   12*******************************************************************************/
   13
   14
   15:- use_module(wn).   16:- use_module(wn_synsets).   17:- use_module(wn_hypernyms).   18:- use_module(wn_hyponyms).   19:- use_module(wn_similar_adjectives).   20:- use_module(wn_sim_measures).   21:- use_module(wn_ic_measures).   22:- use_module(wn_rel_measures).   23:- use_module(wn_gen_prox_equations).   24
   25:- use_module(wn_utilities).