fast_abs_rl icon indicating copy to clipboard operation
fast_abs_rl copied to clipboard

Words splitting instead of sentence splitting. Is this a bug?

Open fran-babylon opened this issue 4 years ago • 0 comments

In https://github.com/ChenRocks/fast_abs_rl/blob/master/make_extraction_labels.py#L47 you split articles and abstracts into sentences to compute the labels for extraction. However t.split() splits into words, and not sentences. Is this a bug? If not, how does it work?

fran-babylon avatar May 20 '20 12:05 fran-babylon