pyraphrase is the result of an academic project to extract paraphrases from a subtitle corpus by using some statistical metrics. This library only contains one method get_paraphrases() but it is intended to be completed with more linguistics-related functionallity.
pyraphrase is available in the Python Package Index so you can install it by issuing the following command on your computer:
# pip install pyraphrase
Otherwise, you can install from sources by typing:
# python setup.py install
Documents for pyraphrase are not exhaustive but they can be found under docs/html directory.
You can find more info in the pyraphrase project's homepage.
- Initial public release
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
«Copyright 2012 Salvador de la Puente & Daniel Martín»
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.