AdamSpannbauer / lexRankr

Extractive Text Summariztion with lexRankr (an R package implementing the LexRank algorithm)
Other
21 stars 4 forks source link

proxyDB error: IDFcosine already in registry #1

Closed AdamSpannbauer closed 8 years ago

AdamSpannbauer commented 8 years ago

if sentence similarity processing starts and is halted before completion "idfcosine" function not removed from proxy registry. Currently no logic to check if function is already in registry before attempting to push idfcosine in; this produces error.

Add logic to check if idfcosine is in proxydb before adding.. create workaround.. perhaps include onexit logic

AdamSpannbauer commented 8 years ago

added logic to check if function name in pr_DB and append random numbers until name is valid