Bazsites.com Colossal Word Search
Directory Topics
On the Web
Wikipedia Articles
- Word search - A word search, word find, word seek or word sleuth puzzle is a generic word game that consists of seemingly random letters arranged in a grid, that usually has a rectangular shape. The object of the game is to find and mark all of the words hidden in the grid.
- Word wheeling - Word wheeling (also known as Search As You Type or Instant Search) is a user interface capability in computer software search applications where search results are filtered and presented as users types their search queries. For every character typed, a list of matches is generated and presented.
- WebInfo - WebInfo is a Finnish search engine and web directory such as Spreto specialized in the Finnish content. The search engine understands Finnish: the user has to give only one form of the word to be searched and the search engine lists the web pages with any matching form of the search terms.
- Proximity search (text) - In text processing, a proximity search looks for documents where two or more separately matching term occurrences are within a specified distance, where distance is the number of intermediate words or characters. In addition to proximity, some implementations may also impose a constraint on the word order, in that the order in the searched text must be identical to the order of the search query.
- Directed acyclic word graph - A directed acyclic word graph (DAWG) is a data structure in computer science similar to a trie but much more space efficient. It is used to represent a set of strings and supports a constant time search operation.