Daniel

Results 5 comments of Daniel

Hi angelo! instead of using a pip install, trying building and installing from the git repo (solved multiple issues for me). run first: `!python setup.py build` then run: `!python setup.py...

Greetings! I have been digging into this as well and thought I'd toss my findings into the ring as well This is my first time, so please bear with me...

For the time being: ` if answer_text in sent: ans_start_idx = sent.index(answer_text) else: continue ` will allow you to bypass the ValueError by skipping mismatched answer/sent pairs. in a test,...

> > Hi @vidyap-xgboost , this is a known issue and I'm working on the fix, see issue #11 . Sorry for inconvenience. Will let you know when it's fixed...

No problem. In the meantime, I wrote a little code to break larger texts along carriage returns with splitlines(). Each “paragraph” resets whatever is happening like it is starting at...