karensg / crowd-summary

Crowd Summary Tool
0 stars 1 forks source link

presenting text to users need fix #21

Closed timsweep closed 10 years ago

timsweep commented 10 years ago

@fabcouwer When presenting the text to users, the summarizer present a sentence from the sentences table followed up with an enter, and so on. It would be nice if the summarizer only use an enter when there is an enter in the original text

fabcouwer commented 10 years ago

I think this can be fixed by adding the option "tokenizeNLs=true" to the TokenizerFactory (reference).
@MBrouns, can you incorporate this into what you are working on?

karensg commented 10 years ago

Let me know, when this is fixed, so I remove a new line at the end of each sentence

MBrouns commented 10 years ago

It's already fixed in the latest version of the summarizers. I'll test it some more this evening and if all goes right make a new jar and merge it to master

On Fri, Mar 28, 2014 at 3:52 PM, Karens notifications@github.com wrote:

Let me know, when this is fixed, so I remove a new line at the end of each sentence

Reply to this email directly or view it on GitHubhttps://github.com/yetti4/crowd-summary/issues/21#issuecomment-38927202 .

MBrouns commented 10 years ago

fixed in #17