public string GetPron(FrenchWord w) { Lexer.FindAllCombs(w); Parser.Parse(w); Announcer.Announce(w); return(w.Pron); }