relational-parsing-rust
Rust implementation of Herman's Relational Parsing: https://doi.org/10.1145/3385412.3386032
Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.9%) to scientific vocabulary
Repository
Rust implementation of Herman's Relational Parsing: https://doi.org/10.1145/3385412.3386032
Basic Info
Statistics
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
Relational-Parsing-Rust
Rust implementation based on Herman's Relational Parsing: https://doi.org/10.1145/3385412.3386032
As of now, the package cannot be run as a stand-alone program. The code can be cun using the tests supplied in integration_tests.rs under the tests folder.
This implementation as of now only supports char types as terminal and nonterminal symbols. This type can be changed in a single location in the code, but changing this type to another data type may require (many) further code alterations.
Owner
- Name: Max Hendriks
- Login: MaxHendriks97
- Kind: user
- Repositories: 1
- Profile: https://github.com/MaxHendriks97
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Hendriks" given-names: "Max" title: "Relational parsing rust" version: 0.1 date-released: 2022-12-23 url: "https://github.com/BurritoZz/Relational-Parsing-Rust"
GitHub Events
Total
- Issues event: 1
- Watch event: 6
- Issue comment event: 15
- Fork event: 1
Last Year
- Issues event: 1
- Watch event: 6
- Issue comment event: 15
- Fork event: 1
Dependencies
- 136 dependencies
- criterion 0.4 development
- plotters 0.3.4
- rand 0.8.5