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

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

License

Notifications You must be signed in to change notification settings

iam-mhaseeb/quixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.