A parser for FOL that utilizes NLTK Logic Module to parse and fuzzify FOL rules.
Project description
LTN_Imp
Project structure
Overview:
<root directory>
├── ltn_imp/ # main package (should be named after your project)
│ ├── __init__.py # python package marker
│ └── __main__.py # application entry point
│ └── fuzzy_operators # folder for all of the fuzzy operators
│ └── parsing # folder for the parser utilizing NLTK Logic and all the needed files
│
├── test/ # test package contains unit tests
│ ├── parsing_tests # folder for unit tests for parser
│ └── learning_tests # folder for unit tests for fuzzy operators in optimization
│
├── .github/ # configuration of GitHub CI
│ └── workflows/ # configuration of GitHub Workflows
│ └── check.yml # runs tests on multiple OS and versions of Python
│
├── LICENSE # license file (Apache 2.0 by default)
├── pyproject.toml # declares build dependencies
└── poetry.toml # Poetry settings
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ekuru_ltn-2.28.1.tar.gz
(19.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ekuru_ltn-2.28.1.tar.gz.
File metadata
- Download URL: ekuru_ltn-2.28.1.tar.gz
- Upload date:
- Size: 19.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.7 Darwin/24.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2759e2c1ea2b7471c8174133a7454e361cd846403015fb2952d53684c8045904
|
|
| MD5 |
7813fc3c5da29a24a5708c2d626ef2fb
|
|
| BLAKE2b-256 |
6412633d950bbc51b59992c3b3a5af7f83eba362bc4d408f100ce692dd91b194
|
File details
Details for the file ekuru_ltn-2.28.1-py3-none-any.whl.
File metadata
- Download URL: ekuru_ltn-2.28.1-py3-none-any.whl
- Upload date:
- Size: 23.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.7 Darwin/24.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df3f86f39604446fe01f42ebb7844c48a4415d5955e27a90b8656b471f9f05c5
|
|
| MD5 |
7bd57189e85e65d472da9b949f11c9aa
|
|
| BLAKE2b-256 |
671934795eedc34b09bf0f8a78687ebf2b8d9150869635f489d99e1ca6ec0f26
|