iam-mhaseeb / quixel

quixel is an open source project for text content analysis semantically.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quixel

quixel is light weight open source project for text content analysis semantically.

Installation

Installation is simple:

  1. Download repository
  2. Install dependencies with pip install -r requirements.txt
  3. You are ready to go

Usage

Check out A simple usage example for a short intro. A sample usage is:

# Import Quixel 

q = Quixel()
q.analyze('your text to analyze')

From example:

from quixel.quixel import Quixel

q = Quixel()
q.analyze("Jon Skeet is a Java developer working for Google in London. He is a C# author and community leader,"
          "spending far too much time on the Stack Overflow developer Q&A site.")  # That's it!

Contributing

Feel free to submit pull requests to me.

Authors

Licensing

The Quixell project is MIT Licenced. Feel free to use commercially or personally.