Metadata-Version: 1.0
Name: VTEReportsAnalysis
Version: 1.0
Summary: A Python implementation of simpleNLP algorithm
Home-page: https://github.com/ykevingrox/VTEReports
Author: Jingxian You
Author-email: jingxian.you@nhs.net
License: UNKNOWN
Description: # VTEReports
        
        Rewrite Perl code from http://iturrate.com/simpleNLP/ in Python 3.
        
        Int J Med Inform. 2017 May;101:93-99. doi: 10.1016/j.ijmedinf.2017.02.011. Epub 2017 Feb 21.
        
        simpleNLP.pl --> simpleNLP.py
        
        Lingua: DxExtractor --> extractor.py
        
        Lingua: Negex --> negex.py
        
        
        findMatch is an implenmentation of horsepool algorithm taken from https://blog.csdn.net/he11ohell0/article/details/42393761
        The implementation of Negex is taken from https://github.com/chapmanbe/negex/tree/master/negex.python
        
        
        #Usage
        
        from simpleNLP import extraction
        
        extracion('not found')
Platform: UNKNOWN
