GithubHelp home page GithubHelp logo

boza / inflectionist Goto Github PK

View Code? Open in Web Editor NEW

This project forked from parolkar/inflectionist

1.0 1.0 0.0 101 KB

Complex linguistic processing on top of ActiveSupport's Inflections in form of a plugin

License: MIT License

Ruby 100.00%

inflectionist's Introduction

Inflectionist
=============

The old school ActiveSupport's inflections allowed you to pluralize, singularize , humanize etc. And when you wanted little more complex linguistic processing , you found nothing. Here comes Inflectionist for your rescue. It is an extension to ActiveSupport inflections available in form of a rails plugin. For now, this will allow you to find simple past tense of any given word.     



Example
=======
 With this plugin installed in your rails app, you will be able to perform operations on strings this way... 

 "create".to_past_tense  => "created"
 "buy".to_past_tense => "bought"
 "fight".to_past_tense => "fought"
 "market".to_past_tense => "marketed"
 "animate".to_past_tense => "animated"
 "fluctuate".to_past_tense => "fluctuated"
 "tag".to_past_tense => "tagged"
 "feel".to_past_tense => "felt"


Installation
============

  script/plugin install git://github.com/parolkar/inflectionist.git



Goals & TODO
============
1.) Implement past to present tense conversion
2.) Implement more complex linguistic processing
3.) Add more inflections



Copyright (c) 2009 Er Abhishek Parolkar, released under the MIT license

inflectionist's People

Contributors

boza avatar parolkar avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.