DOCUMENTATION
Vidur Singh Harikrishnan
What is the project? Our project is based on the book 'Pride and Prejudice'. We started off with the basic stuff like word and letter frequency count. Then we created a graph that shows the comparision between the estimated occurence of a letter in english language and the actual occurence in the book (useful in cryptography). We also fitted in a code to deduct palindromes. The program is also able to handle input output errors while opening a file.
What programming language? Python 2.7.9
What license? MIT License
Copyright (c) 2017 harix1606
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
Who wrote the code?
Harikrishnan wrote the code for word and letter frequency with the help of Vidur Singh. Vidur Singh wrote the code for the graphs, palindromes and error handling.
Dependencies: matplotlib.pyplot as plt numpy as np operator String Operator