You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: