ajenhl / tacl

Tool for performing basic text analysis on the CBETA corpus
GNU General Public License v3.0
30 stars 9 forks source link

Multiple calls to _add_temporary_ngrams fail #19

Closed ajenhl closed 10 years ago

ajenhl commented 10 years ago

Within the same process, a second call to DataStore._add_temporary_ngrams causes an exception, since it tries to create a temporary table that already exists. The table needs to be dropped (if it exists) before being created.