Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Lot Of Indic Tweets

License

NotificationsYou must be signed in to change notification settings

bedapudi6788/LOIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

pip install loit

Usage

import loit# download data# hindi and telugu are available as of nowloit.download('hindi', 'data')# download fasttext cbow vectors and read them loit.load_vectors('hindi', 'cbow')# download fasttext skipgram vectors and read themloit.load_vectors('hindi', 'skipgram')# read the jsons from data#returns iterator that yields jsonsit = loit.read_data('telugu')for tweet_json in it:    print(tweet_json['tweet'])    input()

ToDO

  1. Train a DeepMoji type of model on this data.

[8]ページ先頭

©2009-2025 Movatter.jp