Deprecated: Function curl_close() is deprecated since 8.5, as it has no effect since PHP 8.0 in /home/u483256323/domains/poorvam.com/public_html/subdomains/pore/includes/api.php on line 184
Abstract
<jats:p>Lithuanian Syllabifier 1.0.0 is a Python-based tool for automatic syllabification of Lithuanian words. The tool uses the Pyphen library for initial syllabification and applies additional Lithuanian-specific correction rules. While Pyphen was originally designed for automatic word hyphenation, the additional rules produce results that better correspond to Lithuanian syllabification principles. The tool processes UTF-8 encoded plain text (.txt) files and produces two versions of the output: output_pyphen - syllabification generated directly by Pyphen; output_custom - syllabification generated by Pyphen and subsequently corrected using Lithuanian-specific rules. The package contains: syllabifier.py - the main syllabification script; input/ - directory for input text files, including two sample files; output_pyphen/ - directory for output generated only by Pyphen; output_custom/ - directory for output generated by Pyphen and subsequently corrected using Lithuanian-specific rules; README.md.</jats:p>