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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ltn2-2.28.2.tar.gz
(19.8 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
ltn2-2.28.2-py3-none-any.whl
(23.7 kB
view details)
File details
Details for the file ltn2-2.28.2.tar.gz.
File metadata
- Download URL: ltn2-2.28.2.tar.gz
- Upload date:
- Size: 19.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.6 Darwin/24.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a676dc6d5ba2ecb886be10c00af72b92dfae943190a45b91f40e92ddf02bcc9
|
|
| MD5 |
a2ed56f52cda390484f3679ce0ef053c
|
|
| BLAKE2b-256 |
16401ff32c938488fdb8d526dc85a9e503b7fc251075cfc9c99a8962583812c2
|
File details
Details for the file ltn2-2.28.2-py3-none-any.whl.
File metadata
- Download URL: ltn2-2.28.2-py3-none-any.whl
- Upload date:
- Size: 23.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.6 Darwin/24.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a00da744a071702a828372f1fd1944b400f75c42237969f4b3c389b61cbfe4a
|
|
| MD5 |
32d9b2df1d32827b9bc8d2f3e8baf87f
|
|
| BLAKE2b-256 |
0799356d65503104dbdfb471ad4d4ef6410bd6d05f761c88142d5e083176ca01
|