KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
conjugate
★ 13
Open GitHub ↗
Verb conjugator web application
Download README (.md)
Explore Similar Repositories
db_meter_library
:
Arduino library to implement a db meter with a analog sound sensor.
staff
:
Web Services Framework for C++ based on Axis2/C
markdown-it-named-headers
:
Plugin for markdown-it markdown parser. Adds name attributes to header tags in output.
gensum
:
Powerful checksum generator!
biogenerator
:
biogenerator
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
conjugate
?
Download (.md)
# Conjugate A verb conjugator service. Enter a verb in English and get the conjugations for all tenses in a variety of languages. Conjugate is available [here](http://saltares.com/conjugate), watch a small demo at the bottom of this page. ### Motivation When learning a new language, it is very common to struggle with verb conjugations. For example: > I want to know the third person singular form (masculine) of the future perfect tense of the verb *to eat* in French. Unfortunately, the available resources are somehow limited: * Google translator: usually gets conjugations wrong for most languages, especially in terms of gender. * Apps: seriously? I don't want to install *yet* another app! * Websites: lists are limited, the sites are old, full of ads and/or don't play well with mobile devices. Conjugate tries to solve that use case. ### Components * [Verbix Scraper](https://github.com/siondream/conjugate/tree/master/scraping) * [Web application](https://github.com/saltares/conjugate/tree/master/site) ### Dependencies Note that Conjugate has been tested with Python 2.7. To use either the scraper or the web application you need to install the dependencies. A virtual environment is recommended. ```bash mkvirtualenv conjugate pip install -r dependencies.txt ``` ### Report issues Something not working quite as expected? Do you need a feature that has not been implemented yet? Check the [issue tracker](https://github.com/siondream/conjugate/issues) and add a new one if your problem is not already listed. Please try to provide a detailed description of your problem, including the steps to reproduce it. ### Contribute Awesome! If you would like to contribute with a new feature or submit a bugfix, fork this repo and send a [pull request](https://github.com/siondream/conjugate/pulls) ### License Conjugate is licensed under the [Apache 2 License](https://github.com/siondream/conjugate/blob/master/LICENSE), meaning you can use it free of charge, without strings attached in commercial and non-commercial projects. However, if you happen to become a millionaire thanks to it, please do buy me a beer! <h3 id="demo">Demo</h3> 