machinalis / iepy

Information Extraction in Python
BSD 3-Clause "New" or "Revised" License
905 stars 186 forks source link

Couldn't load document: field larger than field limit (131072) #120

Open alonsopg opened 7 years ago

alonsopg commented 7 years ago

Hi guys, I tried to:


user@MacBook-Pro-de-User-3:~/test1/bin$ python3 csv_to_iepy.py /Users/user/Desktop/data_blob.csv
/usr/local/lib/python3.5/site-packages/sklearn/utils/fixes.py:55: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
  if 'order' in inspect.getargspec(np.copy)[0]:

Importing Documents to IEPY from /Users/user/Desktop/data_blob.csv
Couldn't load document: field larger than field limit (131072)
Couldn't load document: field larger than field limit (131072)
Added 1 documents
Added 2 documents
Added 3 documents

Any idea of how to proceed?.

jmansilla commented 7 years ago

Hi Alonso.

Sorry the delay.

That issue seems to be a problem with the database, but I'm not clear where is that limit set.

Are you using SQLite? Postgres? MySQL? Any other?

alonsopg commented 7 years ago

@jmansilla sorry for the late reply... I did not noticed about it. I am using the default database.