Difference between revisions of "ProceedingsTitleParser"
Jump to navigation
Jump to search
(Created page with "{{OsProject |id=ProceedingsTitleParser |owner=WolfgangFahl |title=Shallow Semantic Parser to extract metadata from scientific proceedings titles |url=https://github.com/Wolfga...") |
|||
Line 8: | Line 8: | ||
|storemode=property | |storemode=property | ||
}} | }} | ||
+ | = PreRequisites = | ||
+ | # git | ||
+ | # python 3 (>=3.6) | ||
+ | # some unix command line tools like curl, grep, wc | ||
+ | Tested on Linux (Ubuntu bionic/Travis) and MacOS High Sierra 10.13.6 (using macports) | ||
+ | |||
+ | = Installation = | ||
+ | <source lang='bash'> | ||
+ | git clone https://github.com/WolfgangFahl/ProceedingsTitleParser | ||
+ | ./install | ||
+ | </source> |
Revision as of 09:20, 2 July 2020
OsProject | |
---|---|
edit | |
id | ProceedingsTitleParser |
state | |
owner | WolfgangFahl |
title | Shallow Semantic Parser to extract metadata from scientific proceedings titles |
url | https://github.com/WolfgangFahl/ProceedingsTitleParser |
version | 0.0.1 |
description | |
date | 2020-07-02 |
since | |
until |
PreRequisites
- git
- python 3 (>=3.6)
- some unix command line tools like curl, grep, wc
Tested on Linux (Ubuntu bionic/Travis) and MacOS High Sierra 10.13.6 (using macports)
Installation
git clone https://github.com/WolfgangFahl/ProceedingsTitleParser
./install