rodricios / autocomplete

Autocomplete - an adult and kid friendly exercise in creating a predictive program
450 stars 74 forks source link

can this library suggest the 3rd word ? #10

Open hiral2cool opened 6 years ago

hiral2cool commented 6 years ago

suppose i want to find "Hello How A" as input output will be

( Are , 10, Aunt , 5, Ant , 2 )

but for third word not second second i already pickup from list

can we do that ?

demongolem commented 5 years ago

To go beyond "toy" project, this project would have to complete farther out in a sentence. The next word given the previous word is too basic.