Open Source Text Processing Project: Stanford Temporal Tagger

Stanford Temporal Tagger Project Website: http://nlp.stanford.edu/software/sutime.html Github Link: None Description SUTime is a library for recognizing and normalizing time expressions. That is, it will convert next wednesday at 3pm to something like 2016-02-17T15:00 (depending on the assumed current reference time). … Continue reading

Open Source Deep Learning Project: neuralnetworks

neuralnetworks: Deep Neural Networks with GPU support Project Website: None Github Link: https://github.com/ivan-vasilev/neuralnetworks Description This is a Java implementation of some of the algorithms for training deep neural networks. GPU support is provided via the OpenCL and Aparapi. The architecture … Continue reading

Open Source Deep Learning Project: Deeplearning4J

Deeplearning4J: Neural Net Platform Project Website: http://deeplearning4j.org/ Github Link: https://github.com/deeplearning4j/deeplearning4j Description Deeplearning4j is the first commercial-grade, open-source, distributed deep-learning library written for Java and Scala. Integrated with Hadoop and Spark, DL4J is designed to be used in business environments on … Continue reading

Open Source Text Processing Project: MaryTTS

MaryTTS: The MARY Text-to-Speech System Project Website: http://mary.dfki.de/ Github Link: None Description MaryTTS is an open-source, multilingual Text-to-Speech Synthesis platform written in Java. It was originally developed as a collaborative project of DFKI’s Language Technology Lab and the Institute of … Continue reading

Open Source Text Processing Project: SimpleNLG

SimpleNLG: Java API for Natural Language Generation Project Website: None Github Link: https://github.com/simplenlg/simplenlg Description SimpleNLG is a simple Java API designed to facilitate the generation of Natural Language. It was originally developed at the University of Aberdeen’s Department of Computing … Continue reading

Open Source Text Processing Project: Ephyra

The Ephyra Question Answering System Project Website: http://www.ephyra.info/ Github Link: None Description Ephyra is a modular and extensible framework for open domain question answering (QA). The system retrieves accurate answers to natural language questions from the Web and other sources. … Continue reading

Open Source Text Processing Project: YodaQA

YodaQA: A Question Answering system built on top of the Apache UIMA framework Project Website: http://ailao.eu/yodaqa/ Github Link: https://github.com/brmson/yodaqa Description YodaQA is an open source Factoid Question Answering system that can produce answer both from databases and text corpora using … Continue reading

Open Source Text Processing Project: InformationExtractionSystem

Information Extraction System Project Website: None Github Link: https://github.com/sanjaymeena/InformationExtractionSystem Description Information Extraction System can perform NLP tasks like Named Entity Recognition, Sentence Simplification, Relation Extraction etc. This document is an overview of various modules. For more information, please refer to … Continue reading

Open Source Text Processing Project: RelationFactory

End-to-end relation extraction and knowledge base population pipeline Project Website: None Github Link: https://github.com/beroth/relationfactory Description RelationFactory is a relation extraction and knowledge-base population system. It was the top-ranked system in TAC KBP 2013 English Slot-filling (http://www.nist.gov/tac/2013/KBP/index.html). If you want to … Continue reading

Open Source Text Processing Project: PTStemmer

PTStemmer – A Stemming toolkit for the Portuguese language Project Website: https://code.google.com/archive/p/ptstemmer/ Github Link: None Description FEATURES Java, Python, and .NET C# implementations of Orengo, Porter, and Savoy stemmers Fast: can stem more than 1.5M words/second on a normal desktop … Continue reading