5354555657585960
public BasicPhrase readPhrase() throws IOException { String line = super.readLine(); return (line == null ? null : new BasicPhrase(this.language, line, this.vocabulary) ); }