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

liqiearth at gmail.com liqiearth at gmail.com
Tue Sep 28 23:07:09 UTC 2010


Hi,
Thanks a lot, I'll check it, if there is java version, that would be great. I don't know why nobody mentioned it in papers, is it so simple to do and people always do it themselves?

Anyway, thanks again

Qi Li
------Original Message------
From: Amaç Herdağdelen
To: Corpora at uib.no
To: Qi Li
Subject: Re: [Corpora-List] Looking for toolkit for verb tense detection
Sent: Sep 28, 2010 18:44

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

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


More information about the Corpora mailing list