Closed skasai5296 closed 5 years ago
I made a workaround by editing sng_parser/backends/spacy_parser.py
before:
import sng_parser.database as database
from sng_parser.parser import Parser
after:
from .. import database
from ..parser import Parser
Hi @vacancy,
I tried to use this parser to duplicate results from your CVPR 2019 paper, but couldn't import from out of this repo's directory. Is there a way I can?
error details are as follows:
it works perfectly good inside the repo.