Skip to content

simsicon/189seg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

189seg

This is a gem using 189works's Chinese segment API service to provide a remote segment way. And it's super easy to use it.

Installation

Add this line to your application's Gemfile:

gem '189seg'

And then execute:

$ bundle

Or install it yourself as:

$ gem install 189seg

Usage

phrase = params[:phrase]
client = CnTelecomeSeg::Base.new(YOUR_AP_ID, YOUR_KEY, YOUR_PRODUCT_ID)
segments = client.segment(phrase)

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Segment gem using 189works api.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages