Skip to content

nashu2k/AddressParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple application for Address parsing

The goal of the application is to read one line addresses from a file and write the output in simple {"street name", "house number"} format.

From project root run mvn package to build the jar.

Run java -cp target\address-parser-<version>.jar my.company.Main test.txt output.txt to execute.

If second parameter is not provided it will create an output.txt file within user's home directory

About

Small app to parse some types of addresses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages