aditya srivastava

Results 2 comments of aditya srivastava

def stanford_processing(log, story, highlights): story_corenlp = None highlights_corenlp = None try: log += timestamp()+" Start Stanford Processing (SSegmentation,Tokenization,NERTagging) ...\n" story_corenlp = subprocess.check_output(['./corenlp.sh', story]) highlights_corenlp = subprocess.check_output(['./corenlp.sh', highlights]) log += timestamp()+"...

Hey shashi , its not there ,will you mind sending me that . Thanks for your help On Sat 16 Feb, 2019, 9:07 PM Shashi Narayan I think there should...