- Timestamp:
- 10/16/09 15:00:06 (3 years ago)
- File:
-
- 1 edited
-
trunk/modules/output.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/output.tcl
r1037 r1042 945 945 set extra "" 946 946 regexp -nocase {^(\w+)( (.+))?} $word matches verb extra 947 set newverb ""948 949 947 950 948 if [regexp -nocase {(.+[^i])e$} $verb matches a] { … … 957 955 958 956 return "${verb}ing$extra" 957 } 958 959 # 960 # makes a work into the simple present 961 proc bMotion_make_simple_present { word } { 962 963 # check if we got passed a multi-part verb (sit on) 964 set extra "" 965 regexp -nocase {^(\w+)( (.+))?} $word matches verb extra 966 967 return "${verb}s$extra" 959 968 } 960 969
Note: See TracChangeset
for help on using the changeset viewer.
