Git Product home page Git Product logo

gconjugue's Introduction

GConjugue

The application conjugates Portuguese verbs as spoken in Brazil:

Screenshot

When the entered expression is not a verb, GConjugue tries to find it among the conjugated forms of known verbs, as below:

Screenshot

It also has the option of conjugating verbs as ordinary Brazilians do. In fact, Brazilians of different regions deviate from the normative grammar in different ways, but the conjugation displayed will already help foreigners to grasp what Brazilians are saying:

Screenshot

If you are using Debian, Ubuntu or another Debian based distribution, you can install GConjugue from official repositories:

sudo apt-get install gconjugue

You can get information on how the application works at the menu item Help/Contents (whose source code is in src/callbacks.c).

GConjugue is based on conjugue, a free software developed by Ricardo Ueda Karpischek.

Compiling and installing

Two binaries are generated from the source code: gconjugue (GTK+ application) and conjugar (text only application). Most users will be interested in gconjugue, but those wanting to use the output in other applications, such as a web page, have to run conjugar.

In addition to a C compiler you will need the libraries and development files for GTK+ to build gconjugue. On Debian or Debian based systems, like Ubuntu, install the package libgtk-3-dev and its dependencies. On other systems the package might be called gtk3-devel.

Released versions

The configure script will warn you about missing dependencies. To compile GConjugue do:

./configure
make
sudo make install

Development version

To build and install the development version, before the commands above, do:

./autogen.sh

GTK+ GUI and TUI

If you do not want to build the GTK+ Graphical User Interface do:

./configure --enable-gtkgui=no

If you do not need the Text User Interface, do:

./configure --enable-tui=no

Note: Both applications are known to work in environments with UTF-8 character encoding.

The file LeiaMe.md (in Portuguese) has additional information and some ideas for future development.

Old versions

Even older versions were hosted at codigolivre.org.br (no longer online).

gconjugue's People

Contributors

jalvesaq avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.