Giter Site home page Giter Site logo

utils's Introduction

Utils

Various miscellaneous python scripts that might be useful to a variety of projects.

Contents

dataclean Process text to remove punctuation, lower, etc. Removes NLTK's stopwords (stopwords.obj) and, optionally, additional, user-supplied stopwords.

pickle_it Shortcut wrapper to save a Python object into a pickle file.

scoreModel Some utilities to score Gensim Doc2Vec models.

whoopsie Print (error) messages and append them to a text file. Synchronous & asynchronous versions of whoopsie.

Getting Started

TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:

  1. Installation process: https://git-scm.com/book/en/v2/Git-Tools-Submodules#_git_submodules 1. TLDR: git submodule add [URL to the submodule's git repository] 2. To use: from utils.pickle_it import pickle_it
  2. Software dependencies Python 3.8
  3. Latest releases
  4. API references

NB: If you've cloned a repository that used this repository as a submodule then you may already have a utils folder, but it may be empty. git rm utils, then git submodule add this repository.

utils's People

Contributors

tamborello avatar

Watchers

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