Code Monkey home page Code Monkey logo

Comments (2)

Svalorzen avatar Svalorzen commented on August 24, 2024

This was mentioned in #9, unfortunately I never really got to it, but it has always been in the "would love to have" features. There already exists code that does the parsing in other projects (for example https://github.com/AdaCompNUS/sarsop/tree/master/src/Parser), porting it would certainly be nice.

What I wouldn't like would be just copy-pasting the code and wrapping it. For example, the parser code in the project I linked defines its own sparse matrices. Since here we use Eigen, it would be cool to avoid duplicate code. Or, the original code was in C, so there's a bunch of #ifdef __cplusplus which would need to be cleaned up. This kind of stuff.

I personally would have loved to do was a new parser using Boost Spirit, but I'm also ok for porting and cleaning up a parser from another project.

Feel free to start a PR for this. If you can manage to make it work (without simply wrapping), I can clean up the code (like the ifdefs and whatnot) and finalize it for the library.

from ai-toolbox.

Svalorzen avatar Svalorzen commented on August 24, 2024

Hey, just wanted to let you know that I've implemented a basic parser, and I've pushed it into master. Hope it'll work for you!

from ai-toolbox.

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.