[Corpora-List] Looking for toolkit for verb tense detection

Amaç Herdağdelen amac at herdagdelen.com
Tue Sep 28 22:44:01 UTC 2010


Hello Qi Li,

I think you might be interested in Nodebox's Linguistics Library: http://nodebox.net/code/index.php/Linguistics#verb_conjugation It provides a simple interface that does what you want (in Python).

Here is the example from the documentation.

----
print en.verb.is_tense("wasn't", "1st singular past", negated=True)
print en.verb.is_present("does", person=1)
print en.verb.is_present_participle("doing")
print en.verb.is_past_participle("done")
>>> True
>>> False
>>> True
>>> True
----

Cheers,

Amaç Herdağdelen

On Mon, 27 Sep 2010 21:55:15 +0200, Qi Li <liqiearth at gmail.com> wrote:

> Hi Corpora members,
>
> Does anyone know if there are some toolkits for word tense detection? I'm
> doing research on IE system, and need tense of verbs as feature in
> classifier. There are lot of papers mentioned word tense, but nobody said
> how they got the tense, it seems easy to do and even get high performance.
>
> Thanks much for any help.
>
> best,
>
> Qi Li
> ==========================
> Department of Computer Sci.
> Graduate Center, CUNY
> Email: liqiearth at gmail.com

_______________________________________________
Corpora mailing list
Corpora at uib.no
http://mailman.uib.no/listinfo/corpora


More information about the Corpora mailing list