<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cdec-dtrain/python/cdec, branch sa_mmap</title>
<subtitle>Mirror of https://github.com/pks/cdec-dtrain.git
</subtitle>
<id>https://git.simianer.de/mirrored/cdec-dtrain/atom?h=sa_mmap</id>
<link rel='self' href='https://git.simianer.de/mirrored/cdec-dtrain/atom?h=sa_mmap'/>
<link rel='alternate' type='text/html' href='https://git.simianer.de/mirrored/cdec-dtrain/'/>
<updated>2012-07-28T03:33:45Z</updated>
<entry>
<title>[python] Move python files to avoid pythonpath conflicts</title>
<updated>2012-07-28T03:33:45Z</updated>
<author>
<name>Victor Chahuneau</name>
<email>vchahune@cs.cmu.edu</email>
</author>
<published>2012-07-28T03:33:45Z</published>
<link rel='alternate' type='text/html' href='https://git.simianer.de/mirrored/cdec-dtrain/commit/?id=ee5e376e263d9aeabdeee6968b4457f53d3fc772'/>
<id>urn:sha1:ee5e376e263d9aeabdeee6968b4457f53d3fc772</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[python] conversion from cdec.sa.Rule to cdec.TRule</title>
<updated>2012-07-28T02:25:15Z</updated>
<author>
<name>Victor Chahuneau</name>
<email>vchahune@cs.cmu.edu</email>
</author>
<published>2012-07-28T02:25:15Z</published>
<link rel='alternate' type='text/html' href='https://git.simianer.de/mirrored/cdec-dtrain/commit/?id=1d481414a2fa8505a2591c88e2b7b8f86a682ca2'/>
<id>urn:sha1:1d481414a2fa8505a2591c88e2b7b8f86a682ca2</id>
<content type='text'>
+ remove configobj dependency
+ re-structure packages (no more top-level library)
+ "const" stuff
+ use __new__ instead of constructor for some objects
</content>
</entry>
<entry>
<title>[python] Fork of the suffix-array extractor with surface improvements</title>
<updated>2012-07-27T05:16:03Z</updated>
<author>
<name>Victor Chahuneau</name>
<email>vchahune@cs.cmu.edu</email>
</author>
<published>2012-07-27T05:16:03Z</published>
<link rel='alternate' type='text/html' href='https://git.simianer.de/mirrored/cdec-dtrain/commit/?id=b2a8bccb2bd713d9ec081cf3dad0162c2cb492d8'/>
<id>urn:sha1:b2a8bccb2bd713d9ec081cf3dad0162c2cb492d8</id>
<content type='text'>
Available as the cdec.sa module, with commande-line helpers:
python -m cdec.sa.compile -f ... -e ... -a ... -o sa-out/ -c extract.ini
python -m cdec.sa.extract -c extract.ini -g grammars-out/ &lt; input.txt &gt; input.sgml

+ renamed cdec.scfg -&gt; cdec.sa
+ Python README
</content>
</entry>
<entry>
<title>Character error rate metric</title>
<updated>2012-07-26T03:57:05Z</updated>
<author>
<name>Victor Chahuneau</name>
<email>vchahune@cs.cmu.edu</email>
</author>
<published>2012-07-26T03:57:05Z</published>
<link rel='alternate' type='text/html' href='https://git.simianer.de/mirrored/cdec-dtrain/commit/?id=11b3c09e45348d3e69db57837b61097862544fec'/>
<id>urn:sha1:11b3c09e45348d3e69db57837b61097862544fec</id>
<content type='text'>
- [python] cdec.score.CER
- Cleanup .gitignore
</content>
</entry>
<entry>
<title>[python] Evaluation metrics in Python</title>
<updated>2012-07-23T23:59:44Z</updated>
<author>
<name>Victor Chahuneau</name>
<email>vchahune@cs.cmu.edu</email>
</author>
<published>2012-07-23T23:59:44Z</published>
<link rel='alternate' type='text/html' href='https://git.simianer.de/mirrored/cdec-dtrain/commit/?id=eeef93717fed2901f6fcd2e3fd11118e0e309af7'/>
<id>urn:sha1:eeef93717fed2901f6fcd2e3fd11118e0e309af7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[python] Support for grammars</title>
<updated>2012-07-21T05:22:53Z</updated>
<author>
<name>Victor Chahuneau</name>
<email>vchahune@cs.cmu.edu</email>
</author>
<published>2012-07-21T05:22:53Z</published>
<link rel='alternate' type='text/html' href='https://git.simianer.de/mirrored/cdec-dtrain/commit/?id=06f90d83a1feafad301d365a4a437e44f68be45b'/>
<id>urn:sha1:06f90d83a1feafad301d365a4a437e44f68be45b</id>
<content type='text'>
- Translation rules can now be create programatically
- Grammars = list of translation rules can be used for translation
- Feature expectations on the hypergraph (inside_outside)
</content>
</entry>
<entry>
<title>[python] MT evaluation</title>
<updated>2012-07-01T04:38:30Z</updated>
<author>
<name>Victor Chahuneau</name>
<email>vchahune@cs.cmu.edu</email>
</author>
<published>2012-07-01T04:38:30Z</published>
<link rel='alternate' type='text/html' href='https://git.simianer.de/mirrored/cdec-dtrain/commit/?id=dc9e428224d95adf63da6460a2031348de295ca1'/>
<id>urn:sha1:dc9e428224d95adf63da6460a2031348de295ca1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support for sparse/dense vectors in the python extension</title>
<updated>2012-06-23T15:59:48Z</updated>
<author>
<name>Victor Chahuneau</name>
<email>vchahune@cs.cmu.edu</email>
</author>
<published>2012-06-23T15:59:48Z</published>
<link rel='alternate' type='text/html' href='https://git.simianer.de/mirrored/cdec-dtrain/commit/?id=b738e349be490c24d3604c224f44fc54e16d3d7b'/>
<id>urn:sha1:b738e349be490c24d3604c224f44fc54e16d3d7b</id>
<content type='text'>
- SparseVector, DenseVector
- improved Lattice
- Lattice translation
- Hypergraph reweighting, pruning
</content>
</entry>
<entry>
<title>Allow SA rule extraction to write to a python buffer</title>
<updated>2012-06-21T21:27:48Z</updated>
<author>
<name>Victor Chahuneau</name>
<email>vchahune@cs.cmu.edu</email>
</author>
<published>2012-06-21T21:27:48Z</published>
<link rel='alternate' type='text/html' href='https://git.simianer.de/mirrored/cdec-dtrain/commit/?id=899f78c7c4c3a8cff97494665ed52ddb3460d44a'/>
<id>urn:sha1:899f78c7c4c3a8cff97494665ed52ddb3460d44a</id>
<content type='text'>
+ very small sa-extract cleanup
</content>
</entry>
<entry>
<title>Python - Added hypergraph functionnality</title>
<updated>2012-06-06T05:10:49Z</updated>
<author>
<name>Victor Chahuneau</name>
<email>vchahune@cs.cmu.edu</email>
</author>
<published>2012-06-06T05:10:49Z</published>
<link rel='alternate' type='text/html' href='https://git.simianer.de/mirrored/cdec-dtrain/commit/?id=3acdf1e4b37637d6df86a7b54fb0f1b0464c172b'/>
<id>urn:sha1:3acdf1e4b37637d6df86a7b54fb0f1b0464c172b</id>
<content type='text'>
- k-best translations
- 1-best, k-best structures
- sample derivations from the forest
- intersect hypergraph and lattice
- lattice
</content>
</entry>
</feed>
