Select Git revision
-
Daniel Rudolf authored
This repo is a copy of the picocms/Pico repo (https://github.com/picocms/Pico) at commit 82a342ba445122182b898a2c1800f03c8d16f18c with rewritten history. Only commits which are relevant for the themes/default/ directory (https://github.com/picocms/Pico/tree/82a342ba445122182b898a2c1800f03c8d16f18c/themes/default/) were preserved. The command used to create this repo can be found at http://stackoverflow.com/a/37037151. Pico is licensed under the MIT License (https://github.com/picocms/Pico/blob/82a342ba445122182b898a2c1800f03c8d16f18c/LICENSE.md).
Daniel Rudolf authoredThis repo is a copy of the picocms/Pico repo (https://github.com/picocms/Pico) at commit 82a342ba445122182b898a2c1800f03c8d16f18c with rewritten history. Only commits which are relevant for the themes/default/ directory (https://github.com/picocms/Pico/tree/82a342ba445122182b898a2c1800f03c8d16f18c/themes/default/) were preserved. The command used to create this repo can be found at http://stackoverflow.com/a/37037151. Pico is licensed under the MIT License (https://github.com/picocms/Pico/blob/82a342ba445122182b898a2c1800f03c8d16f18c/LICENSE.md).
This project is licensed under the MIT License.
Learn more
CHANGELOG 2.24 KiB
# Changelog
All notable changes to this project will be documented in this file.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
## [0.5.0] - 2023-01-24 EGC 2023 Demo
### Added
- Polarity phenomena support
### Changed
- Redesigning TENET as a library
- Extraction Rule Optimizations
- Adjustments in AMR scheme
- Update tracking and logging
### Fix
- Fix some regressions
-------------------------------------------------------------------------------
## [0.2.0] - 2021-10-19 DGA Demo 1
### Added
- CTS to define URIs in net objects (net: Object)
- Generic CTS to generate atom classes and instances
- Generic CTS to create mod list nets
- Generic CTS to generate relation properties
### Changed
- Fusion of CTS for atom elements (entity, feature, verb, ...)
- Addition of seeds in system ontology
- Abandonment of parameter ontology for frame ontologies
- Shapes refactoring (preprocessing rules to dispatch shaclRule)
- Update CTS to improve composition of atom and list
### Fix
- Fix bug in state property generation
- Patch for DGA demo in generation shapes
-------------------------------------------------------------------------------
## [0.1.3] - 2021-09-17 CS Demo 2
### Added
- Relation between classes/instances and requirements
- Extraction of events as classes and object properties
- Extraction of state properties as classes and object properties
- Batch execution for CTS (Compositional Transduction Schemes)
### Changed
- Order of CTS (Compositional Transduction Schemes)
## [0.1.2] - 2021-09-08 CS Demo 1
### Added
- Transduction Schemes to extract Entity classes and instances
- Transduction Schemes to extract Feature classes
- Net object to refine the inclusion of class relations
### Changed
- Renaming and update script to prepare extraction data
## [0.1.1] - 2021-08-26
### Added
- Trandusction Schemes as RDF definition using SHACL rules
- Command **_extract.py_** to analyse one sentence
- Init corpus ABCD (dev test)
### Changed
- Ontologies in config and frame
## [0.1.0] - 2021-08-10
### Added
- Init project
- Directory: config, corpus, frame