https://github.com/farshidnooshi/non-deterministic-finite-state-transducer
This sample project will build a Non Deterministic Finite State Transducer Machine that changes English nouns into plurals.
https://github.com/farshidnooshi/non-deterministic-finite-state-transducer
fsm ndfst
Last synced: 17 days ago
JSON representation
This sample project will build a Non Deterministic Finite State Transducer Machine that changes English nouns into plurals.
- Host: GitHub
- URL: https://github.com/farshidnooshi/non-deterministic-finite-state-transducer
- Owner: FarshidNooshi
- License: mit
- Created: 2022-07-02T17:18:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-03T10:04:27.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T01:51:08.372Z (about 2 months ago)
- Topics: fsm, ndfst
- Language: Java
- Homepage:
- Size: 14.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
In The Name Of GOD
# Non-Deterministic-Finite-State-Transducer
This sample project will build a **Non Deterministic Finite State Transducer Machine** that changes English nouns into plurals.