You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JATE2
A lot of NLP researchers have transitioned to python so I was wondering if there already is a Python package for ATE. If not I'm interested in implementing one.
Jie Gao
unread,
May 10, 2020, 7:05:13 PM5/10/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JATE2
Thanks for your interests.
There are some python ATE libraries available (e.g., rake-nltk), but i'm not aware of any python framework/library such like JATE 1.0 and JATE 2.0. So if you have any good idea, please feel free to contribute to python community.
Two version of JATE offers not only the re-implementation of few important ATE algorithms, but most importantly proposed a comprehensive and uniform framework and offers reusable toolkit that is modular, scalable, configurable, easily extensible for new algorithms and easily adaptable for domain-specific problems. Both versions can be used as standalone tool or a library on top of which a software can built. JATE1.0 is a standalone and lightweight Java based library. JATE2.0 is a reinvent of its first version that is built based on Apache Solr/Lucene framework. The motivation of JATE2.0 is to bring ATE to large corpus and apply ATE into document indexing pipeline. See our paper for more details.
A lot of NLP researchers have transitioned to python so I was wondering if there already is a Python package for ATE. If not I'm interested in implementing one.