HazyResearch/deepdive

The map mention operation does not save the result in the database,when the sentence length exceeds 100 words.

brillience opened this issue · 0 comments

use deepdive v0.8.0-79-g28a58de
use bazaar for nlp processing

When the used sentence length exceeds 100 words, it is found that the result returned by udf/map_xxx_mention.py is not stored in the postgreSQL database.
In order to verify that there was an error in the logic of my python program, I debugged the program separately and found that the program can indeed produce the results I need. However, if the sentence length exceeds 100 words, the returned result is not saved in the postgreSQL database.