Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.
/ hmmparser Public archive

[Moved to gitlab and/or gitea] Text parsing library for c++ based on Hidden Markov Model description of the text structure

License

Notifications You must be signed in to change notification settings

anton-molyboha/hmmparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple text parsing library for losely-formalized texts.

The API and the implementation are based on the concept of Hidden Markov
Models (HMMs) (Note: Though HMMs are widely used in machine learning, this
library does not involve the "learning" part of the technique. Instead,
the parameters of the model are specified by the user)

You might not need to understand what HHMs are to use the library,
though: the true power of the library comes from the numerous ways to
combine simpler descriptions of text "chunks" into more complex ones.

About

[Moved to gitlab and/or gitea] Text parsing library for c++ based on Hidden Markov Model description of the text structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages