Rahul Padmanabhan created NLPCRAFT-388:
------------------------------------------

             Summary: Fix the python dependencies for ctxserver
                 Key: NLPCRAFT-388
                 URL: https://issues.apache.org/jira/browse/NLPCRAFT-388
             Project: NLPCraft
          Issue Type: Bug
            Reporter: Rahul Padmanabhan
             Fix For: 0.9.1


Currently the ctxserver will not start given the current dependencies in the 
`py_requirements` file. The most notable difference is the absence of the 
`fasttext` library which will cause the following line in bertft.py to fail:

_import fasttext.util_

The Spacy _en_core_web_sm_ model will also not be downloaded as it needs to be 
downloaded explicitly. This is in the following line:

_nlp = spacy.load("en_core_web_sm")_



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to