Giter VIP home page Giter VIP logo

transducersaurus's People

Contributors

adolfvonkleist avatar

Watchers

 avatar

transducersaurus's Issues

A minor problem with 'normalizeG' compilation

Hi,

on my system (Ubuntu 9.04, g++ 4.3.3) g++ complains about not being able to 
find the 'dlopen' and 'dlerror'. The following trivial change fixes it:

diff -r 7dc2847835c3 cpp/compile.sh
--- a/cpp/compile.sh    Sun May 22 12:31:20 2011 +0900
+++ b/cpp/compile.sh    Sun May 22 12:27:48 2011 +0300
@@ -1,3 +1,3 @@
 #!/bin/bash
 #Compile the normalizer
-g++ -O2 -o normalizeG normalizeG.cpp -lfst
\ No newline at end of file
+g++ -O2 -o normalizeG normalizeG.cpp -lfst -ldl
\ No newline at end of file

Original issue reported on code.google.com by [email protected] on 22 May 2011 at 9:32

min(det(C*det(L*G))) problems for sphinx models

The full cascade optimization operations should work, but the resulting cascade 
will not have the correct input symbols and will require manual removal of the 
input aux symbols and anything else like failure transitions, etc.  The HTK AM 
variant already has a 'mapper' that will perform this job as a final step; need 
to write one for the sphinx format cascades...


Original issue reported on code.google.com by [email protected] on 24 Mar 2011 at 1:46

debian package

It would be nice to have a debian package of the python module (assuming the 
python module gets built!)

Original issue reported on code.google.com by [email protected] on 25 Mar 2011 at 5:06

htk models broke

i broke the am mapping for htk and sphinx models. i done goofed. 


Original issue reported on code.google.com by [email protected] on 25 Mar 2011 at 7:21

Small typo in sphinx cd2fst

@@ -227,7 +252,7 @@
             self._make_arc( self.start, self.eps, lp )
             self._make_aux( self.eps, lp )
             #Monophone arcs
-            self._make_arc( self.sil, lp, self.eps )
+            self._make_arc( self.eps, lp, self.eps )
             self._make_final( lp, self.eps )
             for mp in self.phons:
                 #Initial to Internal arcs

It should be eps instead of sil.

Original issue reported on code.google.com by [email protected] on 3 Apr 2011 at 4:35

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.