• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

DICT protocol

 
Ranch Hand
Posts: 90
Firefox Browser Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

DICT protocol databases has two files,

1. one contains actual words,

2. index file (?)

please explain index file format . . .

Thank you,
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The index file contains all the punctuations. When you load it from the DB, these two files are automatically and randomly merged to output coherent sentences in the language of your choice.
It is strongly rumored that Gibbon wrote Decline and Fall of the Roman Empire using DICT protocol, however these claims are still unsubstantiated.
 
Sanjeev Charla
Ranch Hand
Posts: 90
Firefox Browser Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if i want to get meaning for a word, from a single database, how to get that by using these two files ??

here i can't understand the use of index file.

is it something like, first we need to search in the index file and get the position of the word in the original data base and randomly read the word from that position etc etc . . . ??

thank you.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you talking about this?

Note that you posted your topic in the Meaningless Drivel forum, which is our forum where we relax and make jokes, just for fun in between all the serious work. If you have some serious question about the DICT protocol, then Meaningless Drivel is not the right forum to post your question in.
 
Ranch Hand
Posts: 317
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hey I am moving this to some meaningful forum.. checkout there

 
reply
    Bookmark Topic Watch Topic
  • New Topic