patxio
patxio
yea sure, working on it myself.
can you post the actual error output?
could this be that it is not a bug and that it needs just more memory?
maybe consider the code in elmo.py?!
Have you tried downloading the corpus `ptb` using ```python nltk.download('ptb') ``` ?
> from frame import Frame, match_frames I guess you have to manually build and install the package `pangolin` Try doing `git clone https://github.com/uoip/pangolin.git` `cd pangolin` `mkdir build` `cd build` `cmake...