Exemple #1
0
    def load_from_arpa(self, filename):
        """
        Load the model from an ARPA-ASCII file.

        @param filename (str - IN) Filename from which to read the model.

        """
        arpaio = ArpaIO()
        self.model = arpaio.load(filename)