Re: [gnome-love] Project Idea



On Mon, Feb 7, 2011 at 2:41 AM, Andre Klapper <ak-47 gmx net> wrote:

>Please elaborate on your idea.

Hi all..
        In gnome-terminal, while typing the commands there will be a drop down box appear, in that possible commands will appear according to the previous pattern typed.

Algorithm
# A database of ngrams:

# ngrams are of two types are stored: word ngrams – for word completion, letter ngrams – for letter completion.

# When user type a letter, find out the most probable next letter using the ngram frequency saved in the database.The first candidate being selected by default in cursor position
 
# The new commands should also learn from what user types and should update the database.
            
To create like this option, what are the things to so sir?



With regards,

Kannan. R. P,
Blog @: http://kannan4k.wordpress.com/





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]