HazyResearch / deepdive

DeepDive
deepdive.stanford.edu
1.96k stars 537 forks source link

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

Closed brillience closed 3 years ago

brillience commented 3 years ago

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.