Crates.io | morphor |
lib.rs | morphor |
version | 0.0.0 |
source | src |
created_at | 2019-10-27 18:54:51.893283 |
updated_at | 2019-10-27 18:54:51.893283 |
description | morphor constructs finite-state machines and transducers. |
homepage | https://github.com/pemistahl/morphor |
repository | https://github.com/pemistahl/morphor |
max_upload_size | |
id | 176185 |
size | 33,982 |
morphor is planned to be both a library and command-line tool for computing with finite-state machines and transducers. Its primary field of application is the morphological processing of natural languages. Computational morphology deals with both the analysis and generation of inflected word forms which is one of the steps needed for helping computers understand natural language.
The main goal of this project is to re-implement the Foma finite-state compiler and C library in Rust. Foma itself is an extended open-source implementation of the Xerox Finite-State Toolkit.
The current version 0.0.0 acts as a placeholder for hosting on crates.io. As soon as a significant part of Foma has been re-implemented and can be tested, the version will be incremented to 0.1.0.