parattice 0.2.2

Recursive paraphrase lattice generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod lattice;
pub mod lattice_kmp;
pub mod parattice;
pub mod utils;

pub mod externs;

pub use crate::lattice::Lattice;
pub use crate::lattice::SearchIndexNode;
pub use crate::lattice_kmp::LatticeKMP;
pub use crate::parattice::PaRattice;