text-segmentation icon indicating copy to clipboard operation
text-segmentation copied to clipboard

Implementation of the paper: Text Segmentation as a Supervised Learning Task

Results 12 text-segmentation issues
Sort by recently updated
recently updated
newest added

Hey, I was curious, how effective is this tool at segmenting text? Can it also tokenise words? Can we download a pre-trained model or do we have to train it...

While trying to load the model given [here](https://www.dropbox.com/sh/k3jh0fjbyr0gw0a/AADzAd9SDTrBnvs1qLCJY5cza?dl=0), I'm facing the following problem: ``` ..... ..... File "/home/sid/text-segmentation/evaluate.py", line 13, in load_model model = torch.load(f) File "/home/sid/miniconda2/envs/textseg/lib/python2.7/site-packages/torch/serialization.py", line 261, in...

i want to know where is the source of exceptions file.

Why the need for both `pad(self, s, max_length)` and `pad_document(self, d, max_document_length)` in `from_presentation.py`, `max_sentence_embedding.py` and `single_lstm.py`? To me, it seems that those two methods perform the same task -...

As i don't have linux OS . I'm stuck with setting up the environment . I saw that for windows there is no version of torch=0.3.0 . If i download...

Can you share the processed cities and elements dataset?

https://github.com/koomri/text-segmentation/blob/874d6ef3ca0e402709b70924608d0894be9a93e1/choiloader.py#L26 Does this mean we take every sentence separately ? If that's the case, shouldn't we add some context sentences, for example window = 3 ?