aboutsummaryrefslogtreecommitdiff
blob: 05123bc6e0e53ee41ab69eb5e77c6069a31601f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>pavel.a.denisov@gmail.com</email>
  </maintainer>
  <longdescription lang="en">
	The MIT Language Modeling (MITLM) toolkit is a set of tools
	designed for the efficient estimation of statistical n-gram
	language models involving iterative parameter estimation.
	It achieves much of its efficiency through the use of a compact
	vector representation of n-grams.
  </longdescription>
  <upstream>
    <remote-id type="github">mitlm/mitlm</remote-id>
  </upstream>
</pkgmetadata>