Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install locdic

How to install locdic

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install locdic
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.2.2 Available View build log
0.2.1 Available View build log
Windows (64-bit)
0.2.2 Available View build log
0.2.1 Available View build log
Mac OS X (10.5+)
0.2.2 Available View build log
0.2.1 Available View build log
Linux (32-bit)
0.2.2 Available View build log
0.2.1 Available View build log
Linux (64-bit)
0.2.2 Available View build log
0.2.1 Available View build log
 
License
MIT license / BSD license
Lastest release
version 0.2.2 on Jan 10th, 2012

What's Locdic

Locdic is a dictionary application / tool.

  • Off-line dictionary. Works fine when you don't have a connection to network.
  • Customizable. You can develop a new dictionary by adding new dictionary data (as utf-8 text file). See document file data/readme for more information.
  • Three way use. Command-line interface, GUI, and web server.

This Locdic distribution is shipped with a English dictionary data, namely Wordnet 3.0, so can be used as a dictionary out of the box.

See LICENSE for license information of Locdic and bundled stuffs.

See INSTALLATION to install or use Locdic.

The official site is: http://www.remics.org/locdic/ . The repository is: https://github.com/tos-kamiya/locdic/ .

Installation

Prerequisite

Locdic depends on TRE-agrep ( http://laurikari.net/tre/ ) and Bottle ( http://www.bottlepy.org/ ). Also, pip is a recommended installer for Locdic. In Ubuntu, you can install them with apt-get:

$ sudo apt-get install tre-agrep python-bottle python-pip
Install

A simple way to install Locdic is:

$ sudo pip locdic

When the above finished successfully, you can use locdic like as follows:

$ python -m locdic.web

or:

$ python -m locdic.find "key word"

Enjoy!

Alternatively, in oder to try Locdic without modifying system directories, download the Locdic archive (such as locdic-0.2.2), expand the archive file in some directory, and type the following command in terminal:

$ cd where/archive/is/expanded
$ python src/locdic/web.py

or:

$ python src/locdic/find.py "key word"
Uninstall

To remove locdic from your system, type the following command:

$ sudo pip uninstall locdic

License

Locdic license

Locdic is distributed under MIT license.

As for licenses of the libraries and data that are included in Locdic distribution, see the next section.

---

Copyright (c) 2012 Toshihiro Kamiya

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

---

Libraries license

Locdic distribution includes stuffs of the following library.

Data license

Locdic distribution includes the following dictionary data.

Subscribe to package updates

Last updated Jan 10th, 2012

Download Stats

Last month:4

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.