swabhs / open-sesame

A frame-semantic parsing system based on a softmax-margin SegRNN.
Apache License 2.0
224 stars 65 forks source link

/opt/conda/lib/python3.6/runpy.py:125: RuntimeWarning: 'nltk.downloader' found in sys.modules after import of package 'nltk', but prior to execution of 'nltk.downloader'; this may result in unpredictable behaviour #39

Closed free-soellingeraj closed 4 years ago

free-soellingeraj commented 4 years ago

I realize that this project is implemented in python2.7 but I am running it in python3.6 because the former is ~deprecated.

Getting an error indicating double import of dependency. See here: https://stackoverflow.com/questions/43393764/python-3-6-project-structure-leads-to-runtimewarning

If I get to it, I will submit a PR to address this.

Thanks --aaron

free-soellingeraj commented 4 years ago

Working version with Python3.6 and GPU compute is here: https://github.com/free-soellingeraj/open-sesame