Similarity search mod
Similarity search Mod | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Summary | Adds similarity search on person/place names | |||||||||||||||
Validation | ||||||||||||||||
Mod Updated | 01 Jan 2023 | |||||||||||||||
Download link | similarity-search-v14.0.0.0.zip for
similarity-search-v13.0.4.0.zip for
similarity-search-v13.0.0.0.zip for
similarity-search-v12.2.0.2.zip for
similarity-search-v12.2.0.1.zip for
similarity-search-v12.2.0.0.zip for
similarity-search-v11.0.2.0.zip for
similarity-search-v11.0.2.0.zip for
similarity_search_mod_v11.0.0.0.zip for
similarity_search_mod_v10.1.2.1.zip for
similarity_search_mod_v10.1.2.0.zip for
similarity_search_mod_v10.1.0.0.zip for
similarity_search_mod_v10.0.0.2.zip for
similarity_search_mod_v9.2.2.2.zip for
| |||||||||||||||
Download stats | ||||||||||||||||
Author(s) | Rovian Veronez and Carlos A Heuser | |||||||||||||||
Homepage | Similarity_search_Mod (This page) | |||||||||||||||
Mod Support | Carlos Heuser | |||||||||||||||
Contact Developer | Carlos Heuser | |||||||||||||||
Latest Mod | 9.2.2.2 for TNG V9.2.2 10.0.0.2 for TNG v10.0.0 10.1.2.1 for TNG v10.1.2 11.0.0.0 for TNG v11.0.0 11.0.2.0 for TNG v11.0.2 11.0.2.0 for TNG v12.0 12.2.0.2 for TNG v12.2 13.0.0.0 for TNG v13.0 13.0.4.0 for TNG v13.0.4 14.0.0.0 for TNG v14.0.1 | |||||||||||||||
Min TNG V | 9.2.2 | |||||||||||||||
Max TNG V | 14.0.1 | |||||||||||||||
Files modified | {{{TNG_file_list}}} | |||||||||||||||
Related Mods | ||||||||||||||||
Notes |
Warning - TNG database is modified
This mod changes the TNG database. Triggers are added to existing tables and new tables are created.
The installation/removal of this Mod is done as usual by using the Mod Manager but requires some additional steps:
- Read the Mod installation and database setup section carefully before installing the Mod.
- Read the Mod removal section carefully before removing the Mod.
If you don't feel comfortable with these instructions, please don't use this Mod.
Read the #Upgrade from previous versions section if you already use a previous version of the mod and are just upgrading.
Purpose of this mod
Names may change spelling over time. In my tree the same name (Heuser) is spelled as Heuser, Heiser, Heusser and Heusers.
The same may happen to place names. For example, a place that was spelled Villa Izabella in the past may be spelled Vila Isabela today.
Additionally, one cannot expect that each TNG user searching for somebody in a tree knows the exact name spelling that is stored in the database. When the exact spelling of a name is unknown, similarity search may help.
TNG offers two alternatives of similarity search: Soundex and Metaphone, but they are not useful in some situations. Both are language dependent. Soundex reduces a word to just four characters and tends to output a large number of results. Metaphone tends to be very restrictive.
The Similarity Search Mod offers an additional way of searching for persons or places. The user simply provides one or two words of the name of the person/place being searched and TNG will display a list of names that contain words that are similar to the query.
Using the Mod
The Mod creates a new menu entry at Find >> Names (was Find >> Word Search in older versions of the Mod). By selecting this entry the user is taken to the query dialog that is depicted below.
Since v14 there is an additional way of opening the query dialog. This alternative is enabled by choosing the following options in General Setup >> Site Design and Definition:
- Show Search Link: Yes
- Show Link Destination: Quick Search
With these options, clicking the Search button in the TNG menu will also open the query dialog described below.
To search for a name enter one or two words in the query field. Results will be displayed on-the-fly as you enter some letters. The results are presented in decreasing order of similarity.
There are several options to control the search:
- There is a radio button to select the type of search: person or place search.
- A specific tree to be searched may be selected.
- There is a radio button that allows to specify the similarity precision (Exact, Very precise, Precise or Inaccurate).
How it works
Each word in a person/place name is divided in a set of "grams" of size three. For example, "Smith" results in "Smi", "mit", "ith". All this strings are stored in a database table, together with a pointer to the person/place it belongs to, as well as with the position of the gram in the name.
When a query is submitted to the Mod, each word in the query is divided in grams in the same way. The grams in the query are compared to those in the database. The mod will search for words that contain a similar set of grams at similar positions. Everything happens in SQL meaning that response time is very short. This approach has been tested in other applications (not TNG) and gives good results even with very large databases (tens of millions of words).
Mod installation and database setup
As usual in cases like this, making a backup copy of your database previously to the Mod installation is highly recommended.
This section describes a fresh installation. If you are upgrading, please follow the instructions in the #Upgrade from previous versions section.
Installation
The mod is installed as usual with the Mod Manager:
- Download the zip file containing the mod files and unzip it in the TNG mods folder.
- Install the mod with the Manager.
- Clear the browser cache (required, do not forget!)
Note: After the mod is installed the database must be prepared for use with the mod.
Database preparation
Go to Setup in the TNG Administration page (Info >> Administration >> Setup).
At the Setup page, you will find a new tab called Similarity Mod.
Click on this Tab. A page like the one displayed below will be shown.
This page contains sentences like "Table prepared for people: None". This means that the database has not been prepared for the Mod.
In this page you may select up to three events that will be handled by the mod. These should be events that contain person names in the Detail field of the event. For example, I use the Alias event to store alternative names for a person and the Married name custom event to store a woman's married name.
Hit the Prepare button and the database will be modified for use by the mod.
After some time the page below will be displayed. Notice that if the database is large this process make take several minutes. I have a database with about 12,000 individuals and 1,500 places. For this database the current version of the mod takes about 30 seconds to prepare the database. (previous versions required between one and five minutes for the preparation depending on the server being used).
If you go back to the setup, the page below will be displayed. Sentences like "Table prepared for people: tng_people" will be displayed, informing the the database is prepared for use by the mod.
Upgrade from previous versions
From v12.2.0.0 or later
If you are upgrading from the Mod version v12.2.0.0 or some later version of the Mod, you don't need to prepare the database again. Just follow the usual Mod Manager procedure: uninstall the old version, delete it from the mods folder and install the new version.
From v11.0.2.0 or older
However, if you are upgrading from version v11.0.2.0 or some previous version you must prepare your database again, as the database structure in these older versions was different. If you are unsure of what version you were using just prepare the database again.
Follow this procedure:
- Using the mod version you have installed, go to Setup in the TNG Administration page (Info >> Administration >> Setup).
- At the Setup page, you will find the tab called Similarity Mod.
- Click on this tab. Click on the "Delete" button and confirm that you want to delete all tables.
- After some time, a page will be displayed confirming that the tables have been deleted.
- Uninstall the old version of the mod and remove it from the mods folder.
- Install the new version as described in the installation instructions, including the database preparation described in the previous section.
Mod removal
In order to remove the mod, you must first delete the information stored by the mod in the database.
- Go to the Setup page of the mod in the TNG Administration page (Info >> Administration >> Setup). A page like the one above will be displayed. Hit the "Delete" button.
- Only after the Mod tables are deleted form the database, you may uninstall the mod as usual by using the Mod Manager.
'Be aware that if you don't follow the above steps, triggers will be left in your database. Should you subsequently delete the tables by other means, errors such as "Table 'tng.qgrams_grams' doesn't exist" will be displayed.
Translations
The mod already contains translations to Dutch, French, German and Brazilian Portuguese.
Developer
Mod developer is Rovian Veronez with changes by Carlos Heuser. French translation provided by André Morel. Dutch translation by Roel Jongman.
Revision History
Mod Version | Date | Contents |
---|---|---|
14.0.0.0 | 01 Jan 2023 |
|
13.0.4.0 | 10 Jun 2021 |
|
13.0.0.0 | 21 Sep 2020 |
|
12.2.0.2 | 04 Mar 2020 |
|
12.2.0.1 | 24 Feb 2020 |
|
12.2.0.0 | 14 Jan 2020 |
|
11.0.2.0 | 28 Sep 2016 |
|
11.0.0.0 | 17 Mar 2016 |
|
10.1.2.1 | 13 Mar 2016 |
|
10.1.2.0 | 22 Jul 2015 |
|
10.1.0.0 | 26 Jan 2015 |
|
10.0.0.2 | 18 May 2014 |
|
10.0.0.1 | 11 Mar 2014 |
|
10.0.0.0 | 13 Jan 2014 | Changed for compatibility with TNGv10 |
9.2.2.2 | 13 Jan 2014 | Fixed a problem in Javascript that was causing conflicts with other mods. This will probably be the last update for TNGv9 |
9.2.2.1 | 15 Nov 2013 | Fixed the way event type names are displayed in the setup page. Changed the Search link to point to the Mod search form. Inserted a link in the Mod search form pointing to the regular TNG search form. |
9.2.2.0 | 29 Oct 2013 | Mod realease |
Sites using this mod
If you download and install this mod, please add your TNG site to the table below:
URL | User | Note | Mod-Version | TNG-Version | User-language |
---|---|---|---|---|---|
South Brazilian Family Trees | Carlos Heuser | Developers site | 14.0.0.0 | 14.0.1 | English, German, Brazilian Portuguese |
Racine d'Alsace | J-Louis Valory | Private - T19 | 12.2.0.2 | 13.0 | FR |