Skip to content

Instantly share code, notes, and snippets.

@hiteshn97
hiteshn97 / python
Created September 29, 2018 09:54
sentiment analysis using fasttext, keras
# -*- coding: utf-8 -*-
"""
Created on Tue Aug 28 15:11:24 2018
@author: lenovo-pc
"""
import os
import re
import numpy as np
@hiteshn97
hiteshn97 / share.py
Created September 28, 2018 16:52
my python code for sentiment analysis
# -*- coding: utf-8 -*-
"""
Created on Tue Aug 28 15:11:24 2018
@author: lenovo-pc
"""
import os
import re
import numpy as np