You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Bogdan Cordier 0dd2d8b15a Code Refactor
Added icons
Added cli support
12 years ago
icons Code Refactor 12 years ago
kcnrtl Code Refactor 12 years ago
COPYING Initial commit 12 years ago
MANIFEST.in Add packaging files to project and some code cleanup 12 years ago
README Code Refactor 12 years ago
TODO Switched parsing and fetching backend from BeautifulSoup4, httplib2 to PyQt. 12 years ago
kcnrtl.py Code Refactor 12 years ago
kcnrtl.sh Initial commit 12 years ago
setup.py Code Refactor 12 years ago

README

======
KCnrtl
======

:Author: Bogdan Cordier <bcord@hadaly.fr>
:Date: 2012-10-05
:Copyright: GPLv3
:Version: 0.4b


Description
===========

KCnrtl is a simple Qt graphical client to access the CNRTL french linguistic resources.

Features:
---------

    *Check the synomyms, antonyms (CLI & GUI), definitions (GUI only) of any given french word

    *Dictionaries available for now:
        -TLFi (Trésor de la Langue Française informatisé)
        -Dictionnaire de l'Académie Française 9th, 8th & 4th Edition

    *Clipboard mode (GUI only) :
      With the "Clipboard mode" you can easily check for a synonym/antonym and replace it in your text.
      To do so, just check the "Clipboard mode" checkbox, copy in the clipboard any word, KCnrtl will do
      an automatic request to the CNRTL website and you can easily copy any synonym or antonym by
      just clicking on them in the result list.
      Now you just have to paste it back in you text !

Planned features:
-----------------

    *access to other dictionaries offered by the CNRTL (Dictionnaire du Moyen Français, etc)

Installation
============

Decompress the archive, you can launch the program by running kcnrtl.sh

TODO!!

Requirements
============

*Python: 2.7
*PyQt4: >= 4.6

Optional if you don't use command-line:
*BeautifulSoup4
*Httplib2