Mahmut CAVDAR

Results 19 comments of Mahmut CAVDAR

Similar [potential] issue in Compound Commands' syntax: ` if list [ ;| ] then list [ ;| ] fi` Should we suppose list is always terminated by control-operator according to:...

I think you should use a class other than NamedEntityTagAnnotation for regex. Try TokensRegexNERAnnotator. https://stanfordnlp.github.io/CoreNLP/regexner.html and https://nlp.stanford.edu/software/tokensregex.html will help you.

Did you try -p from https://github.com/stanfordnlp/python-stanford-corenlp/blob/master/README.rst#command-line-usage ? I think that it should support props from file like java example [here](https://stanfordnlp.github.io/CoreNLP/human-languages.html) for Chinese.

It seems that there is a problem with dataset format. Can you provide further details with verbose and debug options?

Hi, It's normal that takes a lot of time compared to other steps. Did it create "dd_tmp_sentences" table or not ? And which dataset you use? I mean how big...

Hi @Balachandar-R , > 2017-08-24 04:29:40.458075 ERROR: missing data for column "sentence_index" According to this, deepdive doesn't get clearly result/output of CoreNLP. I suggest to run this piece of code...

To start CoreNLP, run: ``` export CORENLP_JAVAOPTS=-Xmx4g deepdive corenlp start ``` If you didn't install Corenlp yet, install it before start: `deepdive corenlp install`

Hi @Balachandar-R , I tried to run spouse example on Deepdive 0.8. Actually, it uses an old Shift-Reduce Constituency Parser model. (srparser-2014-10-23-models) So I'm not sure but it doesn't seem...

To build and install last version from source code: [link](http://deepdive.stanford.edu/developer#normal-builds-and-tests). If you want to install from specific commit, do `git checkout ` after `git clone https://github.com/HazyResearch/deepdive.git`

Hi I have exactly same problem in Ubuntu 16.04 with DeepDive (v0.9.0rc2-1063-g7b82f5a). Memory was free enough, OS doesn't even use swap space.