Difference between revisions of "Semantify3"
Jump to navigation
Jump to search
(Created page with "=OsProject= {{OsProject |id=semantify3 |state=active |owner=BITPlan |title=semantify³ |description=Extract knowledge graph-ready triples from human-readable annotations wher...") |
|||
| (3 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
|title=semantify³ | |title=semantify³ | ||
|description=Extract knowledge graph-ready triples from human-readable annotations wherever possible - Syntax matters! | |description=Extract knowledge graph-ready triples from human-readable annotations wherever possible - Syntax matters! | ||
| − | |url=https://github.com/ | + | |url=https://github.com/BITPlan/semantify3 |
| − | |version=0.0. | + | |version=0.0.5 |
| − | |date=2025-11- | + | |date=2025-11-30 |
|since=2025-11-29 | |since=2025-11-29 | ||
}} | }} | ||
{{pip|pyOpenSourceProjects}} | {{pip|pyOpenSourceProjects}} | ||
| + | = Idea = | ||
| + | see [https://cr.bitplan.com/index.php/Semantify3 Semantify3 on cr.bitplan.com] | ||
Latest revision as of 18:24, 30 November 2025
OsProject
| OsProject | |
|---|---|
| id | semantify3 |
| state | active |
| owner | BITPlan |
| title | semantify³ |
| url | https://github.com/BITPlan/semantify3 |
| version | 0.0.5 |
| description | Extract knowledge graph-ready triples from human-readable annotations wherever possible - Syntax matters! |
| date | 2025-11-30 |
| since | 2025-11-29 |
| until | |
Installation
pip install pyOpenSourceProjects
# alternatively if your pip is not a python3 pip
pip3 install pyOpenSourceProjects
# local install from source directory of pyOpenSourceProjects
pip install .
upgrade
pip install pyOpenSourceProjects -U
# alternatively if your pip is not a python3 pip
pip3 install pyOpenSourceProjects -U