nasa / NASA-Acronyms

MIT License
80 stars 22 forks source link

The Python code needs some updating #16

Closed mbruzek closed 2 years ago

mbruzek commented 3 years ago

The NASA-Acronyms.py file in this repository needs to be updated because it has a few bugs.

The code only returns the one match of an overloaded acronym. For example "ABC" has 5 definitions and this code only expands one of them. The code only parses strings by the spaces, not process punctuation. "MPCV," will not be found. The code only decodes one hard coded string. It would be nice if the user could input acronyms to resolve. This is technically a feature request, and makes the python file useful.

mbruzek commented 2 years ago

This issue was resolved with #17