Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix on retrieval when key_term length is zero
The following error is solved: if core_text[x].lower() == key_term[0].lower(): IndexError: string index out of range
- Loading branch information