Smart pluralisation

Smart pluralisation 1.0

Smart pluralisation 1.0 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 319
  • Released: Jun 4, 2007

Smart pluralisation 1.0 Description

Smart pluralisation script has a function that provides more intelligence than simply adding an 's' to the end of a word.

Smart pluralisation Bookmark

Hyperlink code:
Hyperlink for Forum code:

Smart pluralisation 1.0 Script Download Notice

Top 4 Download periodically updates information of Smart pluralisation 1.0 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Smart pluralisation 1.0 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

AWK like text processing

AWK is a text processing language that makes it easy to "search files for lines [...] that contain certain patterns. When a line matches one of the patterns, awk performs specified actions on that line." (GNU Awk User's Guide). This script provides a way to do the same thing in python. ...
Python

ajax spell

ajax-spell application is an AJAX spell checker for text areas using PHP, Javascript, and pspell / aspell. ... and can be used in many ways for text areas. ...

Format a text block

This function formats a block of text. The text is broken into tokens. (Whitespace is NOT preserved.) The tokens are reassembled at the specified level of indentation and line width. A string is returned. ...
Python

HTML to text converter

... html document and converts it to plain ASCII text. In the spirit of minimalism, this operates as a standard unix filter: htmltotext < foo.html > foo.txt . If the output is going to a terminal, then bold and underline are displayed on the terminal. ...
Python

Text transformer with conditions

... uses an efficient way to tranform a file's text to something else, with conditions for few lines. ...
Python