From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.162.142 with SMTP id l136mr12784704ioe.32.1444999620735; Fri, 16 Oct 2015 05:47:00 -0700 (PDT) X-Received: by 10.182.112.234 with SMTP id it10mr161377obb.13.1444999620708; Fri, 16 Oct 2015 05:47:00 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!kq10no22091062igb.0!news-out.google.com!n2ni31870igy.0!nntp.google.com!kq10no22091054igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 16 Oct 2015 05:47:00 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=151.60.191.73; posting-account=xFW_AQoAAAD-xeMwEBkJt4Zy2b29DFRx NNTP-Posting-Host: 151.60.191.73 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5bc6d95f-0f55-4b41-aa52-5cab4e8aef16@googlegroups.com> Subject: Natural Language Processing with ADA 2012 From: matteogrella@gmail.com Injection-Date: Fri, 16 Oct 2015 12:47:00 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:27989 Date: 2015-10-16T05:47:00-07:00 List-Id: Hello, I'm glad to inform you that at the GitHub links below, you'll find ADA 2012= used for Natural Language Processing and more in general for Artificial In= telligence / Machine Learning. https://github.com/matteo-grella/mg-research/tree/master/ADADP ADA Dependency Parser (ADADP). ADADP is a very basic multilingual statistical dependency parser written in= pure ADA that I use to experiment some ideas. It is based on a shift-redu= ce transition-based system that produces dependency parse trees for natural= language sentences using parsing model learned from annotated corpora. https://github.com/MGMN/NLPColl/tree/master/DeepParser NLPColl Deep Parser. NLPColl Deep Parser is a dependency parser written in Ada 2012 that use Dee= p Learning / Word Embedding algorithms. This project derives from Stanford= CoreNLP tools (see https://github.com/stanfordnlp/CoreNLP). https://github.com/MGMN/ada-relax-component-collection/tree/master/src/arco= ll/machine_learning ADA 2012 implementations of Multi-layer Perceptron and Averaged Perceptron. Best regards, Matteo Grella http://www.matteogrella.com