Dictionary creator
The purpose of this scripting set is to create a word dictionary, create a pointer or spell-checker, or create a word base for software that creates a list of keywords based on a web page, such as the Spider SEO tag generator.
The main script creates a list of all the different words from the text. The rest remove duplicates, combine lists, add words, etc.
- WORDIT Creates a list of words in a text file.
- ADDIT Adds a list, word, or word file. Duplicates are deleted and the list is sorted.
- WORDNUM Create a dictionary of words from a text file, each line with a double keyword: value, keywords are words of text, values are the number of instances. The list is classified by numbers.
- WORDADD Adds a word or word file to the dictionary.
- DICT2ARR Converts the dictionary to a simple list of words .
- DSORT classifies the dictionary by the number of instances.
- NODOUBLE Remove duplicates from the list .
- COUNTER Counts the words in the list.
- REMOVER Put the note away.
- Look for a note on the list.
- Words in text.
The ZIP archive contains Script and Php sources, as well as executable binaries for Windows .
Download archive
Download list of English words
(external communication )