Shoubhik Banerjee
Shoubhik Banerjee
Try this... ``
@onuryurtturk I am working too with both side swap.. it seems to be fine, although I am using TextView . Would you like have a look at my XML file?
And my JAVA code is as follows : ` swipeLayout = (SwipeLayout)itemView.findViewById(R.id.swipe_list); swipeLayout.setShowMode(SwipeLayout.ShowMode.PullOut); swipeLayout.addDrag(SwipeLayout.DragEdge.Left, swipeLayout.findViewById(R.id.bottom_wrapper)); swipeLayout.addDrag(SwipeLayout.DragEdge.Right, swipeLayout.findViewById(R.id.bottom_wrapper_2));`
I have already gone through the above link that you shared. But could not get any thing good for "extractive" summarization , fine-tune. Do you have any docs/notebook, etc.?
It helped , thanx :) I think [https://pypi.org/project/stockstats/](https://pypi.org/project/stockstats/) needs to updated . As it still shows : 
Most welcome, should I close this issue ?
You can follow the steps mentioned in the [this](https://github.com/nlpyang/PreSumm#data-preparation-for-cnndailymail) url. If you have any specific problem, please elaborate.
#### This was my command `!python PreSumm/src/train.py -task abs \ -mode train \ -bert_data_path 'Data/PreSummFinetune/AbstractiveBert/BertFormatted/formatted' \ -dec_dropout 0.2 \ -model_path 'drive/My Drive/models' \ -sep_optim true \ -lr_bert 0.002 \ -lr_dec...
@timsuchanek , could you please guide me to integrate matchsumm with longformer? Such as any documentation, notebook, etc.