maxent-learner-hw: Hayes and Wilson's maxent learning algorithm for phonotactic grammars.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Provides an implementation of Hayes and Wilson's machine learning algorithm for maxent phonotactic grammars, as both a command-line tool and a function library. The learner takes in a lexicon and produces a list of weighted constraints penalizing certain sound sequemces in an attempt to produce a probability distribution of words which maximizes the probability of the lexicon. Once such a set of constraints is generated, it can be tested by using it to generate random pronounceable text.
This package is an implementation of the algorithm described in Hayes and Wilson's paper A Maximum Entropy Model of Phonotactics and Phonotactic Learning (available at http://www.linguistics.ucla.edu/people/hayes/Phonotactics/Index.htm).
[Skip to Readme]
Properties
Versions | 0.1.0, 0.1.0, 0.1.1, 0.1.2, 0.2.0, 0.2.1 |
---|---|
Change log | None available |
Dependencies | array (>=0.3 && <0.6), base (>=4.7 && <5), containers (>=0.5 && <0.6), csv (>=0.1 && <0.2), deepseq (>=1.4 && <1.5), file-embed, maxent-learner-hw, mtl (>=2.1 && <2.3), optparse-applicative, parallel (>=3.2 && <3.3), random (==1.1), text (>=1.2 && <1.3), vector (>=0.10) [details] |
License | LicenseRef-GPL |
Copyright | 2016 George Steel and Peter Jurgec |
Author | George Steel |
Maintainer | george.steel@gmail.com |
Category | Linguistics |
Home page | https://github.com/george-steel/maxent-learner |
Source repo | head: git clone https://github.com/githubuser/maxent-learner-hw |
Uploaded | by gtsteel at 2017-02-16T03:54:02Z |
Modules
- Text
- Text.PhonotacticLearner
- Text.PhonotacticLearner.DFST
- Text.PhonotacticLearner.MaxentGrammar
- Text.PhonotacticLearner.PhonotacticConstraints
- Text.PhonotacticLearner.PhonotacticConstraints.Generators
- Util
- Text.PhonotacticLearner.Util.ConjugateGradient
- Text.PhonotacticLearner.Util.Probability
- Text.PhonotacticLearner.Util.Ring
- Text.PhonotacticLearner
Downloads
- maxent-learner-hw-0.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees