Intro: The goal of TalkBank is to foster fundamental research in the study of human and animal communication. It will construct sample databases within each of the subfields studying communication. It will use these databases to advance the development of standards and tools for creating, sharing, searching, and commenting upon primary materials via networked computers.
Tuesday, 16 October 2012
TalkBank
Link: http://talkbank.org/
Labels:
child language,
data,
language learning,
NLP,
research,
speech
Tuesday, 2 October 2012
OpenMobster - Open Source Mobile Enterprise Backend
Link: https://code.google.com/p/openmobster/
Intro:
Intro:
- OpenMobster, is an open source Enterprise Backend for Mobile Apps, or
- OpenMobster, is an open source Mobile Backend As a Service that can be deployed privately (on-premise) within your Enterprise or
- OpenMobster, is an open source MEAP (Mobile Enterprise Application Platform).
Labels:
android,
backend,
iOS,
links,
mobile programming,
open source,
platform
Open-source implementation of Boostexter
Link: http://code.google.com/p/icsiboost/
Intro: Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form a strong classifier. Adaptive Boosting (Adaboost) is a greedy search for a linear combination of classifiers by overweighting the examples that are misclassified by each classifier. icsiboost implements Adaboost over stumps (one-level decision trees) on discrete and continuous attributes (words and real values)
Thursday, 27 September 2012
TurboParser - Dependency Parser with Linear Programming
Link: http://www.ark.cs.cmu.edu/TurboParser/
Intro: TurboParser is a free C++ implementation of a multilingual non-projective dependency parser based on linear programming relaxations.
Wednesday, 26 September 2012
Text extraction from HTML pages
1) http://cogcomp.cs.illinois.edu/page/software_view/MSS
2) Link: http://researchlog-duyvuleo.blogspot.sg/2010/11/easy-way-to-extract-useful-text-from.html
3) Link: http://researchlog-duyvuleo.blogspot.sg/2012/06/justext.html
4) Link (PhD thesis): http://is.muni.cz/th/45523/fi_d/phdthesis.pdf
2) Link: http://researchlog-duyvuleo.blogspot.sg/2010/11/easy-way-to-extract-useful-text-from.html
3) Link: http://researchlog-duyvuleo.blogspot.sg/2012/06/justext.html
4) Link (PhD thesis): http://is.muni.cz/th/45523/fi_d/phdthesis.pdf
Labels:
HTML,
links,
news processing,
text extraction,
tools
Sunday, 23 September 2012
ICU - International Components for Unicode
Intro: ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications. ICU is widely portable and gives applications the same results on all platforms and between C/C++ and Java software.
Code Page Conversion: Convert text data to or from Unicode and nearly any other character set or encoding. ICU's conversion tables are based on charset data collected by IBM over the course of many decades, and is the most complete available anywhere.
Collation: Compare strings according to the conventions and standards of a particular language, region or country. ICU's collation is based on the Unicode Collation Algorithm plus locale-specific comparison rules from the Common Locale Data Repository, a comprehensive source for this type of data.
Formatting: Format numbers, dates, times and currency amounts according the conventions of a chosen locale. This includes translating month and day names into the selected language, choosing appropriate abbreviations, ordering fields correctly, etc. This data also comes from the Common Locale Data Repository.
Time Calculations: Multiple types of calendars are provided beyond the traditional Gregorian calendar. A thorough set of timezone calculation APIs are provided.
Unicode Support: ICU closely tracks the Unicode standard, providing easy access to all of the many Unicode character properties, Unicode Normalization, Case Folding and other fundamental operations as specified by the Unicode Standard.
Regular Expression: ICU's regular expressions fully support Unicode while providing very competitive performance.
Bidi: support for handling text containing a mixture of left to right (English) and right to left (Arabic or Hebrew) data.
Text Boundaries: Locate the positions of words, sentences, paragraphs within a range of text, or identify locations that would be suitable for line wrapping when displaying the text.
Subscribe to:
Posts (Atom)