diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 12:59:08 +0400 | 
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 12:59:08 +0400 | 
| commit | 0865b57a150d0417c776dfd21dc023dfbaf1a7e3 (patch) | |
| tree | 88677363b3d7f3332629859595a6711259abdbab /autofeur_db/src/lib.rs | |
| parent | a9077c56fb62306efd3f380ced64de99512bc733 (diff) | |
autofeur v3 - custom db
Diffstat (limited to 'autofeur_db/src/lib.rs')
| -rw-r--r-- | autofeur_db/src/lib.rs | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/autofeur_db/src/lib.rs b/autofeur_db/src/lib.rs new file mode 100644 index 0000000..9c8ba4b --- /dev/null +++ b/autofeur_db/src/lib.rs @@ -0,0 +1,4 @@ +pub mod trie; +pub mod french_ipa; +pub mod save; +pub mod inference;  | 
