./tostr.dev
About
Archive
Blog
About
Archive
Blog
Text indexing in Python - constructing FSA from unsorted input
2020-03-22
— Written by Tost
— 8 min read
#finite-state automata
#automata
#minimal automata
#python
#elasticsearch
#lucene
#finite-state acceptor
In this post we’ll take closer look at the Python implementation of algorithm for constructing finite-state automata from unsorted set of words.
Read more →