Coder Social home page Coder Social logo

Error reading SymbolTable about openfst HOT 3 CLOSED

kkm000 avatar kkm000 commented on July 27, 2024
Error reading SymbolTable

from openfst.

Comments (3)

kkm000 avatar kkm000 commented on July 27, 2024

SplitString uses strpbrk, which treats the string as a set of separator characters, such that any of them is treated as a separator. Given it worked with your change (which is to treat spaces only are separators), then separator is set to a string not containing the space among accepted separators. Check what you pass in SymbolTableTextOptions to SplitString (or, if the error is from an fst* binary, what is passed with the --fst_field_separator switch). By default, both space and tab characters are accepted; this switch is rarely used. I'd hazard a guess the string was somehow set to empty, or maybe to a tab only, but your file has spaces between words and labels.

If this is from command line and you do use the switch, keep in mind that quoting might be tricky in Windows batch files.

FWIW, I do not think Kaldi scripts ever use this switch to fstcompile.

from openfst.

SamLam0206 avatar SamLam0206 commented on July 27, 2024

Thanks for the hint. I found that I've committed a careless mistake. Sorry to bother you!

from openfst.

kkm000 avatar kkm000 commented on July 27, 2024

No biggie, you are welcome!

from openfst.

Related Issues (20)

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.