Project

language

0.09
No commit activity in last 3 years
No release in over 3 years
Language is a support library for other langauge libraries. While some of it's contents are prefectly usable on there own, most are generally intended to be subclassed and extended by specific language modules, such as English.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Language¶ ↑

Language is a support library for other langauge libraries. While some of it’s contents are prefectly usable on there own, most are generally intended to be subclassed and extended by specific language modules, such as English.

SYNOPSIS¶ ↑

require 'language'

"How many words?".words  #=> ['How', 'many', 'words']

INSTALLATION¶ ↑

The usual Rubygems way:

$ gem install language

COPYING¶ ↑

(MIT License)

Copyright © 2010 Thomas Sawyer

English is distributed under the terms of the MIT license.

See LICENCE for details.

Some libraries are subtantial derivatives of other persons work. Fully copyright and licensing information is given for those in the corresponding source files.