r0ller / alignment-based-learning

Symbolic grammatical inference framework (for unsupervised machine learning)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alignment-Based Learning

Alignment-Based Learning (ABL) is a symbolic grammar inference framework that has succesfully been applied for several unsupervised machine learning tasks in Natural Language Processing (NLP).

Given sequences of symbols only, a system that implements ABL induces structure by aligning and comparing the input sequences. As a result, the input sequences are augmented with the induced structure. For more information, see the reference list at the end of this file.

This package contains a C++ implementation of ABL:

  • Developed by Menno van Zaanen and Jeroen Geertzen
  • Maintained by Menno, who distributes stable releases including documentation here
  • A brief explanation and an online demo that can be played with can be found here

This repository contains a development version and may differ from the latest stable release.

About

Symbolic grammatical inference framework (for unsupervised machine learning)


Languages

Language:C++ 43.0%Language:Makefile 27.9%Language:Shell 27.0%Language:C 1.0%Language:Perl 0.8%Language:M4 0.3%