Skip to content

Script for parsing PubMed citation file with Perl. BHN_16

License

Notifications You must be signed in to change notification settings

BHNtools/pubMed_pars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PubMed-Pars 1.0.0 :

Script for parsing PubMed citation file with Perl.

Authors & Maintainer

====================

BEN HASSINE Najla

Building

==============

https://github.com/BHNtools/pubMed_pars.git

Running

============

 #In terminal
$ unzip pubMed_pars.zip
$ cd pubMed_pars
$ ./pubMed_par.pl

OutPuts

  • Three output files will be generated under the following path:
data/outPutData/
  • Tag_Word_Count.txt

Extract :

-- PUBMED_REF:Pubmed reference.

--TI_WORD_COUNT:Word count in title.

--AB_WORD_COUNT:Word count in abstract.
  • Details_Tag_Word_Count.txt

Extract : -- PUBMED_REF:Pubmed reference.

-- TITLE:Title value.

-- TI_WORD_COUNT:Word count in title.

-- ABSTRACT:Abstract value.

-- AB_WORD_COUNT:Word count in abstract.
  • Abstract_word_frequency.txt

Extract :

-- Count word frequency in the abstract.

License

=============

MIT License.

About

Script for parsing PubMed citation file with Perl. BHN_16

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages