Giter VIP home page Giter VIP logo

public-nlp's Introduction

Public-NLP

A repository containing various code dealing with language processing, machine learning and Twitter data processing.

MapNode.py

Algorithm designed to guess the language of a particular sentence using a model based on word order and word frequency. Sentences are broken down into tokens and inputted into the model where the first word of a sentence will map to the second word, the second word to the third word, etc.

data.py

Program designed to process Twitter data and write the processed data into a csv file. Program breaks down each Tweet by the language and the country it was written in.

processing.py

Program used in the processing of the Twitter data and the WHO COVID-19 data for the month of October for data science final project. The program reads in data from each of the json files for the month of October and reads in the WHO COVID-19 csv, processes it and writes all of it into a csv file.

streaming.py

This program uses the python module Tweepy to access the Twitter API for tweets mentioning COVID-19, Coronavirus or Covid. This program then gets the Tweet ids and writes them to a file. Cutoff is around 1000 as to make sure that no errors occur when running this program multiples scheduled times throughout the day.

public-nlp's People

Contributors

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