Skip to content

Latest commit

 

History

History
241 lines (168 loc) · 8.28 KB

README.md

File metadata and controls

241 lines (168 loc) · 8.28 KB


PyINSECT

PyINSECT stands for PYthon Interoperable SEmantically-driven Contextually-aware analysis Toolkit. It constitutes a graph-based machine learning library, utilizing thw power of n-gram graphs and proximity graphs to represent text, media (and much much more...) to enable efficient and effective classification, clustering, powerful indexing and other analysis and retrieval tasks.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

A represenation of N-grams-graphs in python, inspired from the JInsect toolkit.

TODO

(back to top)

Built With

Python

(back to top)

Getting Started

TODO

Prerequisites

TODO

Installation

  • python (tested on 3.7)
      python3.7 -m pip install pyinsect

(back to top)

Usage

TODO

(back to top)

Roadmap

  • Basic graph support
  • Basic operator support
  • Basic similarities support
  • Storage abstraction support
  • Parallel operators
  • Interoperability with mainstream machine learning toolkits
  • Code examples

See the open issues for a full list of proposed features (and known issues). Also see the milestones page for all foreseen milestones.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the Apache 2 License. See LICENSE.txt for more information.

(back to top)

Contact

George Giannakopoulos - ggianna@iit.demokritos.gr

Project Link: https://github.com/ggianna/PyINSECT

(back to top)

Acknowledgments

  • Nikiforos Pittaras
  • Bill Sioros

TODO

(back to top)