Skip to content

rogiervd/flipsta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flipsta library

The Flipsta library is a fledgling C++ library for manipulation finite-state automata. Finite-state automata look like this:

Example of a finite-state automaton

The documentation of the library is here.

Branch Build/test Test coverage
master Build Status Coverage Status
develop Build Status Coverage Status

Using the Flipsta library

For more details, see the documentation.

However, not that you want to clone not this repository, but the flipsta-build, which contains this repository and its dependencies as submodules:

git clone https://github.com/rogiervd/flipsta-build.git
cd flipsta-build/
git submodule init
git submodule update

Then, try to build it:

bjam
bjam test

And, most likely, find out how to fix what has gone wrong.

License

The Flipsta library is licensed under the Apache License, Version 2.0.

Acknowledgements

Development of this library was funded by

  • EPSRC Project EP/I006583/1 (Generative Kernels and Score Spaces for Classification of Speech) within the Global Uncertainties Programme;
  • a Google Research Award.

About

Finite-state automaton library for C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published