Skip to content
#

flask-application

Here are 2,002 public repositories matching this topic...

Listen-now, 提供了多音乐平台的音乐搜索、播放、歌单播放、同步平台歌单到本地数据库,并计划开发智能音乐推荐系统。listen-now主要由学生层级的同学一起开发。

  • Updated Jan 29, 2019
  • Python
drewwebster
drewwebster commented Aug 21, 2019

following install directions, pip install -r requirements, got error

Could not find a version that satisfies the requirement pkg-resources==0.0.0 (from -r requirements.txt (line 7)) (from versions: )
No matching distribution found for pkg-resources==0.0.0 (from -r requirements.txt (line 7))

Fixed by removing line pkg-resources==0.0.0 from requirements.txt

osma
osma commented Dec 20, 2019

We could add an analyzer based on spaCy. It would enable support for some new languages and possibly also give better results for eg English and German than the current snowball analyzer.

Getting the full benefit of spaCy may require some internal API changes because it is more object oriented than NLTK and processes whole sentences instead of just individual words, taking some of the context i

Improve this page

Add a description, image, and links to the flask-application topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the flask-application topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.