Mahmut CAVDAR
Mahmut CAVDAR
Problem is solved for me by adding env variable "CORENLP_JAVAOPTS=-Xmx8g".
In the first log: > /data/deepdive/examples/spouse: Not compiled yet, please run first: deepdive compile I think you missed compilation step. Before load data try to compile deepdive config file: `deepdive...
@eromoe @nlpjoe You are right. Even in the first error, `deepdive compile` line is executed. It can be occured because of "udf/nlp_markup.sh" file's permissions. I always give all permissions(777) to...
@nlpjoe Did you touch app.ddlog file? What version of deepdive do you use ?(Also spouse example?) BTW I just realised a strange line in the first output. `psql: FATAL: database...
This problem occurs if you work with a modified spouse example by `make test`: use clean spouse example (without run folder)
It's for French but, [this](https://github.com/mcavdar/deepdive/commit/6882178cbd38a5bbbf4eee8b76b1e215537425b2) can be helpful for you. After change, don't forget to build deepdive with `make install`. [More information about build](http://deepdive.stanford.edu/developer)
Is it possible to add a phrase about requirement? It's obvious but there is no mention about it in README file.
similar case: $ lighteval tasks list ``` [2025-10-03 08:26:08,812] [ WARNING]: You passed no task name. This should only occur if you are using the CLI to inspect tasks. (registry.py:152)...
I just wanted to note that Python is introducing [PEP 810 – Explicit Lazy Imports](https://peps.python.org/pep-0810/), which allows certain imports to be deferred until they’re actually used. It’s worth keeping an...