Releases: hananinas/Text-parser
Map parser
I have developed an address parser that utilizes regular expressions to extract information from addresses. Although the regex is not perfect, it works in most cases. The regex explanation is included in the Readme file for reference.
Additionally, I have created a class called "AutoComplete" which loads data from text files and uses regex to suggest possible postcodes for a given street name input. This feature could be expanded in the future to include suggestions for street names based on a given postcode input. This currently only works for houses. It requires you to input a street name and house number, and then it will suggest possible postcodes and cities based on the data loaded from text files.
video of this can be seen below:
https://github.itu.dk/storage/user/5367/files/aaf87335-518d-402f-9394-5a884130fead
The program uses the library controlsfx and all necessary dependencies(Javafx) are included in a jar file for easy setup and use. I have tested the program on my PC and it works seamlessly.
Full Changelog: https://github.com/hananinas/text-parser/commits/v1.0