Conjugator inflects and conjugates Spanish verbs
Turkish conjugator for students!
Spanish verb conjugator, castellano, voseo, canarias, formal
A powerful Japanese verb conjugator library which can provide conjugations for a wide range of verb forms and form combinations.
Korean Language Conjugator
[⏳ WIP] Japanese words conjugator
turkish-conjugator package CLI
Japanese verb/adjective conjugator/deconjugator library based on Taeko Kamiya's *The Handbook of Japanese Verbs* and *The Handbook of Japanese Adjectives and Adverbs*
Conjugates languages
A small library to inflect Japanese verbs and adjectives.
Converts build.gradle files into js representations
Unconjugate conjugated Japanese verbs.
A npm package for spanish conjugation by mood, tense and pronoun
Maya Tz'utujil word utilities for translation and conjugation
A npm package for spanish conjugation by mood, tense and pronoun
A Japanese verb conjugation engine.
A npm package for spanish conjugation by mood, tense and pronoun
Node CLI for Spanish translation and verb conjugation
Programmatic access to the Particle Data Group's database with Rust
Crate for conjugating verbs in portuguese based on the patterns found on the [Excel spreadsheet by Radames Manosso](https://radames.manosso.nom.br/bitabit/planilhas/conjugador-de-verbos-em-excel/) Not fully functional, still fixing some details
A morphological dictionary library.
A linear algebra library in Rust
A fast, pure-Rust parser for SDF, MOL2, and XYZ chemical structure files
Bayesian methods for the ferrolearn ML framework — naive Bayes classifiers and conjugate priors
Decliner / conjugator / inflector for classical / botanical Latin.
Lightweight Japanese conjugation reversal (deinflection) system
Portable mixed-precision BLAS-like vector math library for x86 and ARM
Composable abstractions to build probabilistic models and inference algorithms
Krylov subspace and preconditioned iterative solvers for dense and sparse linear systems, with shared and distributed memory parallelism.
Command-line calculator with accumulator, memory cells, multi-base arithmetic, and script file support
Conjugate MSA verbs
Conjugates most common english verbs for all persons, tenses, standard aspects, and modern moods (with active diathesis). Standard and exceptional spelling rules are obeyed.
Japanese verb conjugator.
== ABOUT A simple program and library to conjugate french verbs. Parses responses to requests to an online reference site. === Executable ConjugateFR comes with the executable binary +conjugatefr+. To view information about it's supported arguments, run conjugatefr --help === Custom Renderers To make a custom renderer, just type require conjugatefr/renderer and then make a class that extends +Renderer+. An example is as follows: require 'conjugatefr/renderer' class ExampleRenderer < Renderer def pre puts "This goes before the words." end def word (name, words) print "#{name}:" words.each do |word| print " #{word}" end end def post puts "This goes after the words." end def description; "Renders an example format."; end end # Add to the Renderers list (For CLI and other programs that use it.) $renderers["Example"] = ExampleRenderer.new To try this out, save it as +erend.rb+ and then run: conjugatefr -R ./erend.rb -r Example It will produce the output: This goes before the words. someword: someconjugation etc etc ... (more words will be here) This goes after the words. === The Library The library can be included with +require conjugatefr+. It includes the +ConjugateFR+ class.
Painless verb conjugation
Hablaba conjugates regular Spanish verbs in multiple tenses
A gem for working with and conjugating Japanese verbs
This gem takes the four principal parts of a standard Latin verb and then fully conjugates that verb based on the heuristics of the Latin language.
Conjugates Japanese words
Brazilian portuguese verb conjugation
This patched version removes `.verb` monkey-patches on `String` and `Symbol`; I am not the maintainer, use at your own risk.
This gem can conjugate any verb in Spanish!