Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josephwilk/rsemantic
A document vector search with flexible matrix transforms. Currently supports Latent semantic analysis and Term frequency - inverse document frequency
https://github.com/josephwilk/rsemantic
latent-semantic-analysis ruby term-frequency
Last synced: 3 months ago
JSON representation
A document vector search with flexible matrix transforms. Currently supports Latent semantic analysis and Term frequency - inverse document frequency
- Host: GitHub
- URL: https://github.com/josephwilk/rsemantic
- Owner: josephwilk
- Created: 2008-07-13T12:54:35.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2020-07-28T03:55:17.000Z (over 4 years ago)
- Last Synced: 2024-05-11T21:22:55.520Z (6 months ago)
- Topics: latent-semantic-analysis, ruby, term-frequency
- Language: Ruby
- Homepage: http://github.com/josephwilk/rsemantic/wikis/home
- Size: 199 KB
- Stars: 147
- Watchers: 12
- Forks: 30
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: History.txt
Awesome Lists containing this project
README
# Rsemantic
[![Build Status](https://travis-ci.org/josephwilk/rsemantic.png?branch=master)](https://travis-ci.org/josephwilk/rsemantic)
A Ruby document vector search with flexible matrix transforms. Current supported transforms:
* Latent semantic analysis
* Term frequency - inverse document frequencyDocumentation: http://github.com/josephwilk/rsemantic/wikis/home
## Requirements:
* GSL - http://www.gnu.org/software/gsl
## INSTALL:
Rsemantic requires GSL. With homebrew try this:
```
brew install gsl
```## Contributors
* [@josephwilk](http://blog.josephwilk.net)
* @dominikhonnef## LICENSE
(The MIT License)
Copyright (c) 2008-present Joseph Wilk
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.