-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to generate summary for my own data? #11
Comments
Could you send me an email? I will send you the code behind our demo. |
def stanford_processing(log, story, highlights):
corenlp.sh file is the same as provided in the stanford github page or is a custom created one |
I think there should be one with the demo code. It is not the one at the stanford github page. |
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 ***@***.*** wrote:
I think there should be one with the demo code. It is not the one at the
stanford github page.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Al43-NYK4jx8cxX8tzA7xk77XY9CfoU8ks5vOCW3gaJpZM4YaJGJ>
.
|
corenlp has this: #!/bin/bash |
Can you please send also to me ? How to send you my email ? |
Hi, Shashiong. I also want to test with my own dataset, could you also send me the demo code of how to preprocessed the data to generate the files in your "preprocessed-input-directory"? Thanks! |
Hi Shashi,
I am trying to generate a summary of my own text article using the pretrained embeddings provided in the link. I created a doc file with the article text and saved as cnn.test.doc and also updated the corresponding title file. But when I am running the code it shows error as shown below.
File "/Users/ravi/Desktop/Sidenet-1/data_utils.py", line 263, in populate_data
thissent = [int(item) for item in line.strip().split()]
I have given a text document but it is accepting the integers. I guess do we need to provide the Word id's of the corresponding words in a sentence.
Can you please guide me on how to generate the summary for new text articles using this code.
The text was updated successfully, but these errors were encountered: