If you try to find a name for your unborn for example - here you have an easy tool. It gives you plenty of filter possibilities.
Just use minus "-" to negate.
Use blank " " to filter multiple.
FirstNameFinder is based on the prename dictionary nam_dict.txt
of the gender.c
-project.
Download link for the original gender
.c: http://www.heise.de/ct/ftp/07/17/182/
Link to the (german) article introducing gender.c
: https://www.heise.de/artikel-archiv/ct/2007/17/182
What things you need to install the software and how to install them
Start FirstNameFinderApplication Open in your browser: localhost:8080/ui
Go to the root directory of firstNameFinder
Build the docker image:
sudo docker build -t first-name-finder:1.0 .
Run the docker image:
sudo docker run -d -p 8080:8080 -t first-name-finder:1.0
Put the generated war files in your application server (Tomcat, Jetty) or run the spring-boot vaadin version with internal tomcat.
- Java 8 JDK
- A JAVA IDE
- Spring-Boot - Spring-Boot
- Vaadin - The vaadin-8 web framework used
- GWT - The GWT 2.8 framework used
- Maven - Dependency Management
Angelo Romito - Initial work - Trundicho
The prename dictionary was created by Jörg Michael namequality.pro@googlemail.com. Updated and extended dictionaries are available commercially.
This project is licensed under Apache License Version 2.0 - see the LICENSE file for details
The dictionary nam_dict.txt is licensed under the GNU Free Documentation License. (gender.c/gnu_doc.txt)
First name finder was implemented between christmas and new year 2017/2018 to help to find a name for our child.