Grammalecte  Diff

Differences From Artifact [09888a5f30]:

To Artifact [80c27873b9]:


79
80
81
82
83
84
85



86
87
88
89
            return "\n# Error. Data: " + oErr.toString();
        }
    }
};


if (typeof(exports) !== 'undefined') {



    exports.getParagraph = text.getParagraph;
    exports.wrap = text.wrap;
    exports.getReadableError = text.getReadableError;
}







>
>
>




79
80
81
82
83
84
85
86
87
88
89
90
91
92
            return "\n# Error. Data: " + oErr.toString();
        }
    }
};


if (typeof(exports) !== 'undefined') {
    exports._zEndOfSentence = text._zEndOfSentence;
    exports.getSentenceBoundaries = text.getSentenceBoundaries;
    exports.getSentence = text.getSentence;
    exports.getParagraph = text.getParagraph;
    exports.wrap = text.wrap;
    exports.getReadableError = text.getReadableError;
}