[ad_1]
Basically, I’m starting to code right now and I know it’s important to have an exciting project that I care about. So, I’d like to know how I can build a web dictionary of verbal conjugation, by that I don’t mean anything fancy, just a page in which I can search a word and it gives me all conjugations. However, I’d like it to be automatic in a way that I don’t have to actually fill myself all the conjugations possible in the background, but rather have an algorithm or something like that add the prefixes and endings automatically according to the tenses and times.
For exemple: searching for do will give me do (present tense, indicative) for I, you, we, and they, but ‘does’ for he, she, and it. In a more complex way, I could search for the word spielen (German), the algorithm identifies spiel as the radical, and be given e for ich (spiele), st for du (spielst), etc.
Is it possible to do that?
[ad_2]