Python library for hyphenation by decomposition of compound words
The wordaxe library (formerly known as deco-cow) provides Python programs with the ability to automatically hyphenate words using an algorithm which is based on decomposition of compound words into base words, and is named DCWHyphenator in the code.
The wordaxe library (formerly known as deco-cow) provides Python programs with the ability to automatically hyphenate words using an algorithm which is based on decomposition of compound words into base words, and is named DCWHyphenator in the code.
To install py27-wordaxe, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-wordaxe
To see what files were installed by py27-wordaxe, run:
port contents py27-wordaxe
To later upgrade py27-wordaxe, run:
sudo port selfupdate && sudo port upgrade py27-wordaxe
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.