ratio

时间:2024-04-04 11:30:40
【文件属性】:

文件名称:ratio

文件大小:593KB

文件格式:ZIP

更新时间:2024-04-04 11:30:40

Python

比率工具 将知识添加到rdf知识库的工具。 安装 # clone the repository $ git clone https://github.com/ArneKramerSunderbrink/ratio $ cd ratio 创建一个virtualenv并激活它: $ python3 -m venv venv $ . venv/bin/activate 安装比例: $ pip install -e . 跑 $ export FLASK_APP=ratio $ export FLASK_ENV=development $ flask db-init $ flask run 在浏览器中打开 。 如果要用虚拟数据填充数据库以测试该工具(包括一个名为“ test”且密码为“ test”的用户),请调用: $ flask db-add-dummy 测试 $ pip install


【文件预览】:
ratio-master
----MANIFEST.in(116B)
----ratio()
--------db.py(3KB)
--------schema.sql(1KB)
--------knowledge.py(10KB)
--------__init__.py(4KB)
--------search.py(5KB)
--------dummy()
--------auth.py(3KB)
--------templates()
--------knowledge_model.py(35KB)
--------tool.py(11KB)
--------static()
----dev_ressources()
--------pattern_flip.html(3KB)
----LICENSE(1KB)
----setup.cfg(108B)
----setup.py(647B)
----README.md(2KB)
----tests()
--------test_tool.py(8KB)
--------test_knowledge.py(129B)
--------test_auth.py(2KB)
--------test_factory.py(646B)
--------test_browser.py(6KB)
--------conftest.py(2KB)
--------test_db.py(1008B)
----.gitignore(146B)
----deploy()
--------deploy.sh(1KB)
--------gunicorn_conf.py(1KB)

网友评论