Skip to content

gavrieltal/mid-sentence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mid-sentence

Naive Mid-Sentence Processing

link parsing in real-time demo

I've implemented a small ruby script for the command line that repeatedly runs the link grammar parser every time a character is entered or deleted. To read more, check out this post

To run this program on your own Mac or Linux terminal, you'll need to install ruby, the command line tool gem, and the linkparser gem. On Debian/Ubuntu/derivatives, that should look like:

sudo apt-get install ruby gem

sudo gem install linkparser

To use sudo, you will need to enter your root-level password.

Then, you can use git clone and run it like so, assuming the file's name is mid-sentence.rb:

ruby mid-sentence.rb

Hit Escape to exit the program.

About

Naive Mid-Sentence Processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages