Pinned Repositories
Automatic-Answer-Evaluation
This repo contains the code and documentation for automatic essay evaluation and short answer evaluation.
awesome-competitive-programming
:gem: A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
aws-network-helper
Project for submission to the 2016 AWS Serverless Chatbot Competition
Collections-C
A library of generic data structures.
nltk
NLTK Source
NLTK-3----Natural-Language-Processing-with-Python-series
Natural Language Processing with Python 3 and NLTK 3 series
SentimentAnalysis-using-NLTK-with-Python
This program predicts movie reviews provided as positive or negative. The reviews are stored in txt files positive1.txt and negative1.txt.
SpamEmailPrediction
Filters spam and legitimate mails using NLTK
thirdEye
predicting Restaurant revenue from satelite images
Webcrawler
Implemented this webcrawler using Beautiful Soup in python. It extracts and stores information in a csv file.
pratimaupadhyay02's Repositories
pratimaupadhyay02/awesome-competitive-programming
:gem: A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
pratimaupadhyay02/nltk
NLTK Source
pratimaupadhyay02/npm
a package manager for javascript
pratimaupadhyay02/rspamd
Rapid spam filtering system.
pratimaupadhyay02/SentimentAnalysis-using-NLTK-with-Python
This program predicts movie reviews provided as positive or negative. The reviews are stored in txt files positive1.txt and negative1.txt.
pratimaupadhyay02/SpamEmailPrediction
Filters spam and legitimate mails using NLTK
pratimaupadhyay02/Webcrawler
Implemented this webcrawler using Beautiful Soup in python. It extracts and stores information in a csv file.
pratimaupadhyay02/aima-pseudocode
Pseudocode descriptions of the algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
pratimaupadhyay02/Algorithms
Solutions for some common algorithm problems written in Java.
pratimaupadhyay02/Automatic-Question-Generation
Learning to generate gap-filling questions
pratimaupadhyay02/awesome-public-datasets
An awesome list of high-quality open datasets in public domains (on-going). By everyone, for everyone!
pratimaupadhyay02/azure-docs
Open source documentation of Microsoft Azure
pratimaupadhyay02/azure-rest-api-specs
The source for REST API specifications for Microsoft Azure.
pratimaupadhyay02/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
pratimaupadhyay02/budou
Budou is an automatic organizer tool for beautiful line breaking in CJK (Chinese, Japanese, and Korean).
pratimaupadhyay02/Designer-PDF-Viewer
When you select a contiguous block of text in a PDF viewer, the selection is highlighted with a blue rectangle. In a new kind of PDF viewer, the selection of each word is independent of the other words; this means that each rectangular selection area forms independently around each highlighted word. For example: PDF-highighting.png In this type of PDF viewer, the width of the rectangular selection area is equal to the number of letters in the word times the width of a letter, and the height is the maximum height of any letter in the word. Consider a word consisting of lowercase English alphabetic letters, where each letter is wide. Given the height of each letter in millimeters (), find the total area that will be highlighted by blue rectangle in when the given word is selected in our new PDF viewer.
pratimaupadhyay02/Divisible-sum-pairs
You are given an array of n integers,a0,a1,a2,....,an-1 , and a positive integer k . Find and print the number of (i,j) pairs where i<j and ai+aj is evenly divisible by k .
pratimaupadhyay02/google-api-python-client
pratimaupadhyay02/Local_global_data
pratimaupadhyay02/low-level-design-primer
Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview.
pratimaupadhyay02/pattern
Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.
pratimaupadhyay02/pyAudioAnalysis
Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications
pratimaupadhyay02/pygta5
Explorations of Using Python to play Grand Theft Auto 5.
pratimaupadhyay02/Reverse-Game
Akash and Akhil are playing a game. They have balls numbered from 0 to N-1 . Akhil asks Akash to reverse the position of the balls, i.e., to change the order from say, 0,1,2,3 to 3,2,1,0. He further asks Akash to reverse the position of the balls i times, each time starting from one position further to the right, till he reaches the last ball. So, Akash has to reverse the positions of the ball starting from position 0, then from position 1, then from position 2 and so on. At the end of the game, Akhil will ask Akash the final position of any ball numbered K . Akash will win the game, if he can answer
pratimaupadhyay02/Sort-binary-array-in-linear-time
pratimaupadhyay02/Stuffs
pratimaupadhyay02/Summing-the-N-series
You are given a sequence whose nth term is T(n)=n^2-(n-1)^2 . Find Sn- The sum of first n terms of T(n)
pratimaupadhyay02/TechGig-Codegladiators
An activist of a banned organisation wants to escape the jail. He is basically a monkey man who can jump across the wall. He can jump 'X' metres but due to the slippery wall he slips 'Y' metres after each jump. To escape from jail he has to cross 'N' walls where height of each wall is given in the array. Calculate the number of jumps required to escape the jail.
pratimaupadhyay02/Total_work_till_date
Contains all the scrapers, data files and plots- used and generated till date.
pratimaupadhyay02/xlrd
Library for developers to extract data from Microsoft Excel (tm) spreadsheet files