Open ggarcial opened 1 year ago
hello, existing .dat was build from from dead js project, try to look at https://github.com/bramstein/hyphenation-patterns/tree/master/patterns - same format.
and create serialize function https://github.com/suwhs/wATL/blob/master/syllabification/src/main/java/su/whs/hyphens/HyphenPattern.java
i.e. steps:
Hi, I am using your library in order to present justified text in Android platform. The Text looks correctly hyphenated in English, Russian, Portuguese and French but I also need hyphenation in other languages like Spanish and German. How can I get the pattern files (.dat files) for those languages?