Project DescriptionannotateMe is a simple open-source web service for text snippets annotation and highlighting. The project is developed in C#.
Annotations created with AnnotateMe can be used to illustrate a natural language concept:
%5E(noun,%20subject)+(contains)%5E(main%20verb)+only+a+few+(parts)%5E(noun,%20direct%20object).)
Or a formal language syntax:
%5E(capture%20variables%20from%20context%20by%20ref),%20(x)%5E(explictily%20captures%20x%20by%20value)%5D(int%20(y)%5E(lambda's%20argument))%20(-%3E%20int)%5E(omitting%20this%20part%20will%20cause%20return%20type%20to%20be%20inferred)%20%7B%20return%20x%20%2B%20y%20%2B%20(z)%5E(will%20be%20captured%20from%20context%20by%20reference);%20%7D;)
AnnotateMe can even show an annotated example of its own simple ")^(" syntax:
%5C%5E(annotation)%20=%3E%20(label)%5E(annotation))
To examine the real query behind the last example or try your own idea, you can
use this link