Sha256: f9cbd4af5885100779dcf8478f2593c3eab86eaafa538669c1835df1817850a5
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
# Yandex Mystem [![Build Status](https://secure.travis-ci.org/dmitry/yandex_mystem.png?branch=master)](http://travis-ci.org/dmitry/yandex_mystem) [![Gem Version](https://badge.fury.io/rb/yandex_mystem.png)](http://badge.fury.io/rb/yandex_mystem) [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/dmitry/yandex_mystem/trend.png)](https://bitdeli.com/free "Bitdeli Badge") ## Introduction Mystem is a software that provided by the Yandex only for non-commercial project. With use of it you can detect base forms of the words in a text, make a simple morphological analysis of russian words. ## Installation gem install yandex_mystem ## License First of all, read license on http://company.yandex.ru/technologies/mystem/ `Mystem` available only for non-commercial usage. ## OS This gem contains executables for there platforms: * Windows * Linux 2.6 32-bit * Linux 2.6 64-bit * Mac OS X 10.5 ...of six, FreeBSD not in the gem. If you need it, add pull request or issue. ## Usage YandexMystem::Simple.stem 'О предложении в котором много слов.' YandexMystem::Extended.stem 'нет сов'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yandex_mystem-0.1.1 | README.md |