quixel is light weight open source project for text content analysis semantically.
Installation is simple:
- Download repository
- Install dependencies with
pip install -r requirements.txt
- You are ready to go
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!
Feel free to submit pull requests to me.
- Muhammad Haseeb - Initial work - Muhammad Haseeb
The Quixell project is MIT Licenced. Feel free to use commercially or personally.