iwa2ki / ACLAnthologyCopyrights

Based on a file name it returns a license of the paper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACLAnthologyCopyrights

Based on a file name it returns a license of the paper.

import aac
a=aac.ACLCopyrights()
a('P14-1001')         # 'CC-BY-NC-SA 3.0'
a('2021.acl-long.1')  # 'CC-BY 4.0'

About

Based on a file name it returns a license of the paper.


Languages

Language:Python 89.7%Language:Shell 10.3%