FeiSun / Pointer4Summ

Pointer network for extractive summarization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pointer4Summ

Pointer network for extractive summarization

Usage

Requirements

To run the souce codes, some external packages are required

  • python 2.7
  • Tensorflow 1.4

Input

data file:

<original title>\t\t<short title>

vocab file:

<word>\t<count>

About the code

This code is based on the Pointer-Generator code.

About

Pointer network for extractive summarization

License:Apache License 2.0


Languages

Language:Python 99.1%Language:Shell 0.9%