Giter VIP home page Giter VIP logo

gensim-simserver's Introduction

simserver -- document similarity server in Python

Index plain text documents and query the index for semantically related documents.

Simserver uses transactions internally to provide a robust and scalable similarity server.

Installation

Simserver builds on the gensim framework for topic modelling.

The simple way to install simserver is with:

sudo easy_install -U simserver

Or, if you have instead downloaded and unzipped the source tar.gz package, you'll need to run:

python setup.py test
sudo python setup.py install

This version has been tested under Python 2.5 and 2.7, but should run on any 2.5 <= Python < 3.0.

Documentation

See http://radimrehurek.com/gensim/simserver.html . More coming soon.

Licensing

Simserver is released under the GNU Affero GPL license v3.

This means you may use simserver freely in your application (even commercial application!), but you must then open-source your application as well, under an AGPL-compatible license.

The AGPL license makes sure that this applies even when you make your application available only remotely (such as through the web).

TL;DR: simserver is open-source, but you have to contact me for any proprietary use.

History

0.1.4:
  • performance improvements to sharding
  • change to threading model -- removed restriction on per-thread session access
  • bug fix in index optimize()
0.1.3:
  • changed behaviour for very few training documents: instead of latent semantic analysis, use simpler log-entropy model
  • fixed bug with leaking SQLite file descriptors

Copyright (c) 2009-2012 Radim Rehurek

gensim-simserver's People

Contributors

piskvorky avatar mactommy avatar

Watchers

James Cloos avatar Khandaker Azizur Rahman 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.