Coder Social home page Coder Social logo

sidmishraw / scp Goto Github PK

View Code? Open in Web Editor NEW
2.0 4.0 2.0 274.85 MB

A data processing pipeline for text-mining on contents extracted from PDFs using Apriori and Simplicial Complex algorithms

License: BSD 2-Clause "Simplified" License

C++ 44.28% Python 43.50% Batchfile 2.78% Shell 3.29% C 0.44% Java 5.71%
simplicialcomplex apriori-algorithm docpruner pdf-processor simplicial-complex text-mining association-rules document-clustering

scp's Introduction

PDF Processing and text mining pipeline using Simplicial Complex and Apriori

Authors: Michael Symonds, Samuel Ordonia, Sidharth Mishra, Wei Chung Huang(Wayne Huang)

Advisor: Dr. T.Y Lin

Motive:

  • Process and extract PDF(from IEEE Xplore) contents into JSON structures for easy consumption by text-mining applications.

  • Analyze the processed PDF documents by passing it through the Simplicial Complex C++ program(old version).

  • Write a Simplicial complex version(python wrapper) to work with PDF processor's output(directly); basically construct a data pipline that takes PDF documents, extracts contents out of it into JSON documents, and then consumes the JSON documents to analyze them using our Simplicial complex python wrapper.

  • Write the C++ port of Apriori algorithm program included in the Python library "pymining/seqmining" by Barthelemy Dagenais(also called bartdag)

Note: The port was a one-to-one copy of the Python version.

More information about the project layout, contributions and working principles are located in the Team1_CS267_Readme.docx Please refer to the document incase of any concerns.

You are welcome to create issues for this repository to report any issues you run into whilst using this project.

Requirements:

  • Python3 (atleast 3.5.2)
  • Java 8
  • C++ 11 (Visual Studio 2012 or better on Windows)

Note: Python dependecies are included in the requirements.txt. We make use of pdfminer by Yusuke Shinyama for parsing PDFs, after that it is custom logic.

scp's People

Contributors

sidmishraw avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

scp's Issues

Beating Google

Summary

This has been the focus of Prof Lin for quite some time now. His approach has yet to be proven to improve semantic indexing beyond that of Google's Big Table, however.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.