GithubHelp home page GithubHelp logo

title_16's Introduction

This project is an assignment for job interview.
The goal is to read a corpus and retrieve useful information from such corpus


To run title_16_update.py:
1. Install python3 
2. Put title_16.json data file in working directionary
3. For Mac user: Type python3.6 title_16_update.py in terminal

Output:
1.ngrams.txt: a corpus of all ngrams contained in the json file
2.ngram_frequency.txt: The frequency of each ngram in the corpus
3.ngram_probability.txt:The probability of each ngram in the corpus
4.ngram_entropy.txt: The entropy of each ngram in the corpus


Some notes:
1. An alternative way of tokenizing is to use natural language toolkit. To remain consistency, I chose to use self-defined method for all tasks in this file.
2. The value of entropy depends on the definition of it. one can also define entropy as the sum of entropy of each character contained in the ngram. For simplicity sake, I chose not to do so.
3. The tokenization of sentences need to be improved.  Abbreviation mark, for example, are recognized as delimiters too. However, due to time constraint, I skipped that part.

title_16's People

Contributors

nancy506 avatar

Watchers

 avatar

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.