GitXplorerGitXplorer
o

automark

public
8 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2a66af8767bddf2bb22ac5ac5acbf106aca5d003

Remove ga

oomphalos committed 7 years ago
Unverified
b91f48ca31d941ff79ff4fe0736af1449d0b151a

Re-add db scripts.

oomphalos committed 12 years ago
Unverified
603a5068e284b34dd42b826cd1cd1f410158700d

Fix erased min file.

oomphalos committed 12 years ago
Unverified
9b4442698fb252910454c3a590fc5a202ea292e2

Fix title.

oomphalos committed 12 years ago
Unverified
a8a42150871e9c7a1590b9b6a99ce5daa68e37ef

Fix concatenation.

oomphalos committed 12 years ago
Unverified
c30bd01e05cc96852ac680b73392b1c456895766

Workaround minification issue.

oomphalos committed 12 years ago

README

The README file for this repository.

Automark

Automark is an experimental Markov-model-style autocompleter, with a demo of JavaScript autocompletion.

Demo

The demo is based on a sampling of JavaScript n-grams in the following open-source JavaScript projects:

JavaScript n-grams are constructed by using acorn to tokenize the JavaScript samples and construct two n-gram trees, one grammar-based, and one textual.

During autocompletion, the trees are traversed and their results combined to provide a short list of suggestions for the programmer.

The code for the UI portion for the demo is based heavily on CodeMirror's Autocomplete demo.

License

MIT