# file for checking the anchor.txt file. See anchor.sh for an explanation. echo << Reading in the non-starred sme words from anchor.txt >> read text < interm_words ; define interm–words ; echo << Reading in the starred sme words from anchor.txt >> read text < interm_star ; define interm_star ; regex [ interm_star ?* ] ; define interm_starwords ; regex [ interm_words | interm_starwords ] ; invert net ; echo << fin >> save notinanchor.fst ;