Skip to content

OneAdder/ab3py

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published