cognosaurus:用Django和Redis编写的Rest API以不同的语言获取认知和类似单词

时间:2024-03-03 01:41:14
【文件属性】:

文件名称:cognosaurus:用Django和Redis编写的Rest API以不同的语言获取认知和类似单词

文件大小:39KB

文件格式:ZIP

更新时间:2024-03-03 01:41:14

Python

侏儒龙 Rest API使用Django和Redis来获得不同语言的认知和相似单词。 我创建这个项目是因为我对单词的词源及其认知非常感兴趣。 因此,我编写了一个API来轻松获取此信息。 用法 使用http协议的示例请求: Request: GET / words ? spa = no & comparison = equal Response : { "results" : { "spa:no" : [ { "word" : "no" , "language" : "Papiamento" , } ] , } , } Request : GET / words ?*= banana Response: { "results" : { "*:no" : [ { "wor


【文件预览】:
cognosaurus-develop
----.gitignore(2KB)
----Dockerfile(225B)
----README.org(2KB)
----requirements.txt(1KB)
----pyproject.toml(428B)
----firebase.json(355B)
----LICENSE(18KB)
----public()
--------index.html(4KB)
--------404.html(2KB)
----Pipfile.lock(32KB)
----docker-compose.yml(333B)
----.github()
--------workflows()
----remoteconfig.template.json(0B)
----scripts()
--------import_tsv_file_into_redis_server.py(2KB)
--------run-unit-tests.sh(249B)
--------run-integration-tests.sh(296B)
--------run-e2e-tests.sh(173B)
----.firebaserc(59B)
----Pipfile(373B)
----manage.py(667B)
----.flake8(51B)
----schema.yml(896B)
----requirements-dev.txt(2KB)
----cognosaurus()
--------api()
--------urls.py(291B)
--------__init__.py(0B)
--------asgi.py(399B)
--------wsgi.py(399B)
--------settings.py(1KB)

网友评论