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.
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.