📅  最后修改于: 2023-12-03 14:43:51.859000             🧑  作者: Mango
Latijn Ned is a Python library for translating Latin to Dutch. It uses the Levenshtein distance algorithm to find the most similar Dutch word for a given Latin word. This library is useful for anyone who is studying Latin and wants to better understand how Latin words can be translated into Dutch.
Use the package manager pip to install Latijn Ned.
pip install latijn-ned
from latijn_ned import LatijnNed
latijn_ned = LatijnNed()
print(latijn_ned.translate("puer")) # outputs 'jongen'
print(latijn_ned.translate("amica")) # outputs 'vriendin'
Contributions are always welcome! Please feel free to open an issue or pull request.
If you have any questions or concerns, please feel free to contact me at [email protected]