amr-eager icon indicating copy to clipboard operation
amr-eager copied to clipboard

Parser for Abstract Meaning Representation

Results 7 amr-eager issues
Sort by recently updated
recently updated
newest added

In the execution of **./download.sh** it cant fetch the the 'resources_single.tar.gz'... error details : --2020-04-29 14:35:58-- http://kinloch.inf.ed.ac.uk/public/direct/amreager/resources_single.tar.gz Resolving kinloch.inf.ed.ac.uk (kinloch.inf.ed.ac.uk)... 2001:630:3c1:33:d6ae:52ff:feea:3003, 129.215.33.82 Connecting to kinloch.inf.ed.ac.uk (kinloch.inf.ed.ac.uk)|2001:630:3c1:33:d6ae:52ff:feea:3003|:80... failed: Connection timed out....

**$ ./preprocessing.sh -s contrib/sample-sentences.txt** Running CoreNLP.. [main] INFO edu.stanford.nlp.pipeline.StanfordCoreNLP - Adding annotator tokenize [main] INFO edu.stanford.nlp.pipeline.StanfordCoreNLP - Adding annotator ssplit [main] INFO edu.stanford.nlp.pipeline.StanfordCoreNLP - Adding annotator pos Reading POS tagger...

Writing file contrib/sample-sentences.txt.parsed ... Sentence 1: Chapter 1 . Warning: Failed to load function from bytecode: binary string: bad header in precompiled chunkTraceback (most recent call last): File "parser.py", line...

@mdtux89 I am using pretrained LDC2015E86 model and my sentence file name is: sentence.txt I ran the following commands: ``` ./preprocessing.sh -s sentence.txt python preprocessing.py -f sentence.txt python parser.py -f...

`import torch import torch.autograd import torch.nn import torch.multiprocessing import torch.utils import torch.legacy.nn import torch.legacy.optim xp = torch.load(r"D:\SDS\1_MachineLearning\amr-eager-master\LDC2015E86\reentrancies.dat")` Traceback (most recent call last): File "", line 9, in xp = torch.load(r"D:\SDS\1_MachineLearning\amr-eager-master\LDC2015E86\reentrancies.dat")...