-
Fast Chinese Word Segmentation can segment Chinese text. It uses the RMM (reverse maximum match) approach. Therefore it may commit some mistakes that cannot be avoided with perfection.Fast Chinese Word Segmentation handles English but in a very simple way.
-
Numbers2words class converts numbers to words. Numbers range from 0 to 999.999.999.999.999. For british (GB) numbers the class must be call with a optional second argument = 1. ]Example:British (GB)n2w('1000000000',1) gives "one milliard"n2w('1000000000000',1) gives "one billion"American (US/FR)n2w('1000000000') gives "one billion"n2w('1000000000000') gives "one trillion"
-
Numtoword class can spell a number returning its textual representation. It can spell integer and decimal amount values.Numtoword supports spelling ammounts in multiple idioms: English, Spanish, French, Italian, German and Brazilian Portuguese.
-
Text 2 Phonome can be used to convert English text to the respective phonome representation. It provides options for delimiting sentences, words and phonomes themseleves for further processing ie. thru flash etc.
-
WordWrap2 is an enhanced version of the PHP wordwrap function. It supports hyphenation, prefix and truly cut off at specified width.

