This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
A Python3 tool that uses the NASA-Acronym data to find similar expansions. | |
This code uses the Levenshtein Distance to calculate the difference between | |
sequences of characters in the expansions field of the data. | |
This file relies on thefuzz python package: https://github.com/seatgeek/thefuzz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
A Python3 tool that uses the NASA-Acronym data to find similar expansions. | |
This code uses the Levenshtein Distance to calculate the difference between | |
sequences of characters in the expansions field of the data. | |
This file relies on thefuzz python package: https://github.com/seatgeek/thefuzz |
OlderNewer