ProceedingsTitleParser: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
Line 18: Line 18:
git clone https://github.com/WolfgangFahl/ProceedingsTitleParser
git clone https://github.com/WolfgangFahl/ProceedingsTitleParser
./install
./install
</source>
= Getting the sample data =
<source lang='bash'>
./getsamples
</source>
= Testing =
<source lang='bash'>
./test
</source>
</source>

Revision as of 08:21, 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

  1. git
  2. python 3 (>=3.6)
  3. 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

Getting the sample data

./getsamples

Testing

./test