Skip to content

bmansurov/cl-foma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cl-foma

Common Lisp bindings for Foma

Usage

Save your foma rules to a binary format:

foma -l "morphology.foma" \
     -e "save stack morphology.bin" \
     -e "quit"

Load and use the binary in Lisp:

(let ((fst (cl-foma:make-fst
            :filename "/path/to/morphology.bin")))
  (print (cl-foma:apply-up fst "олма"))
  (print (cl-foma:apply-random-lower fst)))

Installation

On Arch Linux:

pacman -S foma

Development

Author

bmansurov

Copyright

Copyright (c) 2023

License

Licensed under LGPL-3 (see file LICENSE).

About

Common Lisp bindings for Foma

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published