A tool for the Svoboda Diaries Project transcribers, which will assist them to search for partial words and get most commonly used words in the previous diaries. It will substantially reduce transcribing time and misspelt words/mistakes.
Online: http://wl.anotchortwo.com/
Written in PHP and SQL.
Styled using Bootstrap v4.2.1.
words-sql.txt has been provided to quickly add all words to your SQL table.
-
svo% Finds any values that start with "svo"
-
%oda Finds any values that end with "oda"
-
%obo% Finds any values that have "obo" in any position
-
s%a Finds any values that starts with "s" and ends with "a"
-
s_o% Finds any values that has "s" at the first position and and "o" at the third position
-
% : The percent sign represents zero, one, or multiple characters
-
_ : The underscore represents a single character
@cha-ita-nya for hosting a version online.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Author: Sukhman Dillion