Sowmya

Results 5 issues of Sowmya

I tried running duckling after installing a more recent version of JPype and started getting the following error when I tried using the parse_time function: /usr/local/lib/python3.6/dist-packages/jpype/_jstring.py in getitem(self, i) 46...

Like pre-trained word embeddings, are there any pre-trained topic models available (now or in future) in gensim?

I am trying to follow the instructions. I am getting the following error at "Step 2: Data Download" My data path in the config file was: /Users/username/Downloads/EventKG/data/ (Obviously, I masked...

I created a page for summarizing research on keyphrase extraction and generation. After adding some initial notes describing the task, commonly used datasets and evaluation measures, I compiled results from...

When I use the fit function in CRF() class with development set, is it actually doing any parameter tuning on the development set? I tried looking at the source code...