Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Returns an array of possible lemmas for each token

License

NotificationsYou must be signed in to change notification settings

cadmiumcr/lemmatizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP. For now, until Cadmium::POS_Tagger is ready, this lemmatizer returns an array of possible lemmas for a string input.English data is included, but other languages are available at cadmiumcr/languages.

Installation

  1. Add the dependency to yourshard.yml:

    dependencies:cadmium_lemmatizer:github:cadmiumcr/lemmatizer
  2. Runshards install

Usage

require"cadmium_lemmatizer"Cadmium::Lemmatizer.new.lemmatize("zoomed")# => ["zoom"]

Contributing

  1. Fork it (https://github.com/cadmiumcr/lemmatizer/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

Returns an array of possible lemmas for each token

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp