Skip to content

rubyworks/language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Backend language system for language libs like English

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages