GithubHelp home page GithubHelp logo

stat_comb_model's Introduction

Andreev's statistico-combinatorial model (stat_comb_model)

This program is an implementation of Andreev's statistico-combinatorial model for unsupervised learning of morphology, mainly described in:

Andreev, N. D. (1965). Statistiko-kombinatornoe modelirovanie jazykov. Nauka.
Andreev, N. D. (1967). Statistiko-kombinatornye metody v teoretičeskom i prikladnom jazykovedenii. Nauka.

If you don't know Russian and want to get the idea fast, here is my paper documenting this implementation: Unsupervized learning of morphology in the USSR.

It takes as input a corpus that is tokenized and has one sentence per line, and returns a set of classes, each containing a set of affixes that are associated to a set of stems.

Ex: Class 1

  • Affixes: ies, y
  • Stems: all, authorit, abilit, ...

USAGE:

stat_comb_model.py -i corpus.txt

stat_comb_model's People

Contributors

franckbrl avatar

Watchers

James Cloos avatar  avatar

stat_comb_model's Issues

End of search for the type (less than n bases left)

Too few base remainders left should not interrupt the search.

The search for the current type ends when accepting the candidate affix leads to a number of base remainders below the threshold. Why not just refuse the affix and check if the next one in the informants list can do better?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.