Mohammad Heydari
Mohammad Heydari
Hi. I already installed the lib without any problem. when I run the ``` import nxneo4j import os from neo4j.v1 import GraphDatabase, basic_auth user_name = os.environ.get("NEO4J_USER", "neo4j") password = os.environ.get("NEO4J_PASSWORD",...
added lstm translation to persian expression
added lstm translation to persian expression
Hi there. where are `reviews.txt `and `label.txt` located? I can't run ``` with open('reviews.txt', 'r') as f: reviews = f.read() with open('labels.txt', 'r') as f: labels = f.read() ```