CivicSpleen / ambry

A comprehensive data package manager
BSD 2-Clause "Simplified" License
4 stars 5 forks source link

Find a new Stemmer #145

Closed ericbusboom closed 8 years ago

ericbusboom commented 8 years ago

The search system, in ambry/library/search_backends/base.py uses nltk for stemming. Importing nltk interferes with web requests in sub processes:

http://stackoverflow.com/questions/30766419/python-child-process-silently-crashes-when-issuing-an-http-request

Determine if there is a way to replace the stemmer with another one.

nmb10 commented 8 years ago

Can you give an example of code to reproduce an error? I tryed code from stackoverflow question and did not get any error.

nmb10 commented 8 years ago

Can't reproduce.