Skip to content

Instantly share code, notes, and snippets.

View sidsvash26's full-sized avatar

Siddharth Vashishtha sidsvash26

View GitHub Profile
[tool.poetry]
name = "package1"
version = "0.1.0"
description = ""
authors = ["Siddharth Vashishtha <email_id>"]
[tool.poetry.dependencies]
python = "^3.8"
decomp = {git = "https://github.com/decompositional-semantics-initiative/decomp.git"}

Keybase proof

I hereby claim:

  • I am sidsvash26 on github.
  • I am sidvash (https://keybase.io/sidvash) on keybase.
  • I have a public key ASC9FWPwXHaWZ6ljUSeo37RG2Zk72BjvhfmL2gTd32UQhAo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am sidsvash26 on github.
  • I am sidvash (https://keybase.io/sidvash) on keybase.
  • I have a public key ASC9FWPwXHaWZ6ljUSeo37RG2Zk72BjvhfmL2gTd32UQhAo

To claim this, I am signing this object:

@sidsvash26
sidsvash26 / Word Cloud - Whatsapp chats
Last active September 13, 2016 13:49
Word Clouds from Whatsapp chat group
# -*- coding: utf-8 -*-
"""
Created on Mon May 2 00:24:14 2016
@author: sidvash
"""
import pandas as pd
dataframe = pd.read_csv('whatsapp_chats.txt', sep=r'[0-9] -', names=['time', 'message'])