############################################### ## ## ## celex_to_sqlite ## ## Copyright (C) 2005,2006 Nicolas Stroppa ## ## ## ############################################### Description =========== - celex_to_sqlite is a tool to convert the Celex lexicons into an sqlite database. It makes easier and faster the execution of queries. Usage ===== > create_all_celex_db celex_root where celex_root is the location of the root of the Celex distribution. Dependencies ============ - In order to run celex_to_sqlite, you will need to install: - python (http://www.python.org/) - sqlite (http://www.sqlite.org/) - pysqlite (http://pysqlite.sourceforge.net/) - Packages are available for most Linux distributions. How to install ============== - unpack the distribution: > tar -zvxf celex_to_sqlite-0.2.tgz - the package is now in the directory ./celex_to_sqlite-0.2. Go to that directory: > cd celex_to_sqlite-0.2 - build and install: > python setup.py install