8000 GitHub - leoribeiro/atomicsents_amr
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

leoribeiro/atomicsents_amr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extracting Atomic Sentences from AMRs

Environment

The easiest way to proceed is to create a conda environment:

conda create -n atomicamr python=3.8

Further, install PyTorch and dependencies:

conda activate atomicamr
conda install pytorch==1.7.0 torchvision cudatoolkit=10.2 -c pytorch
pip install -r requirements.txt
python -m spacy download en_core_web_sm
git clone https://github.com//ablodge/amr-utils
pip install ./amr-utils
pip install ./amrlib

Generate sentences from subgraphs extracted from AMRs:

python atomic_amr.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0