Skip to content

Instantly share code, notes, and snippets.

View AShedko's full-sized avatar

Andrey Shedko AShedko

  • Xperi
  • Ireland
View GitHub Profile
@AShedko
AShedko / get_sentences.py
Created November 19, 2020 21:44
Simplifies Vocabulary collection task immensely.
import nltk
import re
from nltk.stem import PorterStemmer
import sys
import googletrans
import pandas as pd
import time
import random
import argparse