Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 451 Bytes

File metadata and controls

24 lines (15 loc) · 451 Bytes

ab3py

It is a Python wrapper for Ab3P library.

Install

You need to have cython installed

pip install git+https://github.com/OneAdder/ab3py

Usage

import ab3p

abbrs = ab3p.get_abbrs('Comparison of two timed artificial insemination (TAI)')

for abbr in abbrs:
    print(abbr)

Output: Abbr(sf='TAI', lf='timed artificial insemination', strat='FirstLet', prec=0.999808)