6

It could be plain text. I need to have there all verbs with all forms written down.

I'm afraid I can't use any web source, 'cause I want to create an application that will "read" sample german book and make stats about verbs. Which was most frequently used.

Thanks for help!

Marshall
  • 171
  • 1
  • 4
  • 3
    http://german.stackexchange.com/a/5653/2225 You could parse for verbs. – looper May 02 '13 at 05:32
  • Thanks, it looks what I was looking for. I will test it and let u know – Marshall May 03 '13 at 16:27
  • I have a pdf book with over 500 verbs that are conjugated in all present, perfect, prateritum etc... But I don't know if the rules of this website allow us to share contact info. If yes, then I can share it with you through some online medium. – detraveller May 02 '13 at 15:23
  • well, it would be great. I think there is nothing wrong when you contact me on now77ak(at)hotmail.com. My email is visible in my profile.. i think. Thanks – Marshall May 02 '13 at 16:41
  • Done. Hope it helps. @Marshall – detraveller May 02 '13 at 18:44
  • This answer just doesn't make sense. Since the question was left open, it means that we have to provide an answer readable to all of the site, not private comunication. – c.p. Apr 06 '14 at 23:18
  • There's mecab that does this for Japanese, so I tried googling for a similar program for German: https://github.com/rsennrich/ParZu/ analyzes sentences, the readme contains links to the morphological analyzers zmorge, morphisto and gertwol, which is what you may be looking for. A list with 500 verbs do not seem enough to me, especially if verbs with prefixes (los-gehen, ab-gehen &c.) are counted separately. – blutorange Apr 07 '14 at 09:51
  • 5
    Can there actually exist a list of all verbs? I guess the best you can do is a list of verbs which have been used in notable sources. But German has the ability to create verbs from nouns and to create nouns by combining other nouns, therefore the total set of verbs should IMHO be unbounded (although probably no one would ever say things like "donaudampfschifffahrtsgesellschaftskapitänisiseren"). – celtschk Apr 10 '14 at 08:14
  • 3
    I am not convinced a list is what you are looking for. Have you looked into methods of part of speech tagging from the field of natural language processing? – O. R. Mapper May 13 '15 at 18:36
  • 3
  • Hubert, er will eine Software schreiben, die alle Verben kennt. Da nützt ihm keine Datenbank aller Substantive. – äüö Aug 24 '15 at 13:54

3 Answers3

5

Try this one: List of german verbs

german_guy
  • 211
  • 1
  • 2
0

This simply cant exist.

A verb in german is not an element out of a list, it is a process of creation and a rule how to instatiate a concept.

Do you know those verbs?

gleichlauftesten? tiefschockgefrieren? rückenkraulen? kopplungsamplitudenverstärken? einkommenssteuerfreibetragbereinigen?

rhavin
  • 245
  • 1
  • 6
  • If something like this cant exist: What is this: http://www.verblisten.de ? In German language you always have the problem of compound words, but there are algorithms how to split them into atomic words, and those atomic words can easily be listed. – Hubert Schölnast May 14 '15 at 13:35
  • Question is not "most german verbs" or somethinfg like that, it is ALL german verbs. This is open ended. – rhavin May 14 '15 at 16:59
-2

If you have android or iOS you can download German Verb Conjugator app.

For Android: Here

For iOS: Here

and Here is the developer site.

DSaad
  • 275
  • 3
  • 8
  • 2
    Don't! Just by looking at the website I saw some samples of the app - conjugating "malen" (paint) with "du malest" and "ihr malet". That's absolute BS for modern German. I shudder to think what other errors are lurking within, waiting to trap unwitting users. – Stephie May 13 '15 at 19:40