Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Latest commit

 

History

History
43 lines (27 loc) · 1004 Bytes

readme.md

File metadata and controls

43 lines (27 loc) · 1004 Bytes

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.