文件名称:spojrec:一个问题推荐系统,帮助 spoj 用户选择好的问题来解决
文件大小:309KB
文件格式:ZIP
更新时间:2024-07-26 07:31:25
Python
斯波伊雷克 一个问题推荐系统,帮助 spoj 用户选择好的问题来解决。 概述 这是一个向 spoj 用户提供建议(好的问题)的简单项目。 目前,该项目仅用于教育目的。 要求 Python 2.7 Python 模块 刮的 皮蒙戈 WebOb 粘贴 网络应用程序2 MongoDB 安装 快速的方法:: clone the project from github (git clone https://github.com/ederfmartins/spojrec.git). use pip to install the python modules needed. edit constants.py and set variable values acording your environment. run start.sh to crawl necessary data. run p
【文件预览】:
spojrec-master
----scrapy.cfg(256B)
----preliminaryTests()
--------problemas.txt(63KB)
--------crawler()
----requirements.txt(57B)
----spojrecdb.txt(113B)
----__init__.py(0B)
----LICENSE(11KB)
----test()
--------testurldownloader.py(3KB)
--------testData.txt(24KB)
--------__init__.py(0B)
--------testsite.py(2KB)
--------testData1.txt(3KB)
--------rectest.py(4KB)
----start.py(571B)
----datamodel()
--------__init__.py(0B)
--------items.py(578B)
--------database.py(4KB)
----README.txt(620B)
----setup.py(317B)
----README.md(717B)
----wsgi.py(989B)
----.openshift()
--------action_hooks()
--------cron()
--------markers()
--------README.md(292B)
----wsgi()
--------static()
----crawler()
--------settings.py(873B)
--------util.py(1KB)
--------dataExtractor()
--------pipelines.py(702B)
--------__init__.py(0B)
--------spiders()
----webpages()
--------__init__.pyc(145B)
--------statistics.py(8KB)
--------mainpage.py(9KB)
--------__init__.py(0B)
--------html.py(842B)
----recommender()
--------util.py(1KB)
--------engine.py(3KB)
--------rec.py(4KB)
--------analise()
--------__init__.py(0B)
--------metrics.py(5KB)
----constants.py(1KB)