GithubHelp home page GithubHelp logo

pokewebapp_old's Introduction

PokeWebApp

A pokemon web app, implementing data mining techniques.

PokeAPI.py is used to interface with the PokeAPI (https://pokeapi.co/) and is used to generate a description of a given pokemon by merging the various descriptions of the pokemon found in different games/regions. For example run function sample_doc(1)

Tokenization.py is used to tokenize a given document by removing punctuation (default). It can also be used to remove stopwords, stem, or lemmmatize a document. For example run function testing()

Vectorization.py is used to turn an array of tokens to a dictionary, which will be treated as a vector, by default it returns a dictionary (token : raw count). Can also provide other common term-frequency measures such as: relative frequency, log normalization, and double k-normalization. As defined on (https://en.wikipedia.org/wiki/Tf–idf)

InvertedIndex.py is used to continously populate an indverted index, containing pairs (tokens : [Doc list]). When closed it saves itself into a pickle, as demonstraded by running testing() then testing2().

pokewebapp_old's People

Contributors

saulcov 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.