@@ -4,7 +4,7 @@ Words feature describe different attributes of the words present in the buffer o
They are composed of an *address function* identifying a particular word and an *attribute function* selecting a specific attribute of the word, such as its form, lemma, part of speech ...
Such features are represented as strings that are the concatenation of the address function and the attribute function.
The following address function are defined:
The following address functions are defined:
***b0** the current word in the buffer
***b1** the word following b0
...
...
@@ -26,4 +26,4 @@ The following attribute functions are defined:
***p** its part of speech
***m** its morphological features
***s** its syntactic function
***A** to **Z** other attributes of the word that are present in the mcf file