2017-05-03 13:58:26 +02:00
# OpenRefine
2013-06-12 20:24:35 +02:00
2019-05-15 15:34:25 +02:00
[![Join the chat at https://gitter.im/OpenRefine/OpenRefine ](https://badges.gitter.im/OpenRefine/OpenRefine.svg )](https://gitter.im/OpenRefine/OpenRefine?utm_source=badge& utm_medium=badge& utm_campaign=pr-badge& utm_content=badge) [![Build Status ](https://travis-ci.org/OpenRefine/OpenRefine.svg?branch=master )](https://travis-ci.org/OpenRefine/OpenRefine) [![Coverage Status ](https://coveralls.io/repos/github/OpenRefine/OpenRefine/badge.svg?branch=coveralls )](https://coveralls.io/github/OpenRefine/OpenRefine?branch=coveralls) [![Translation progress ](https://hosted.weblate.org/widgets/openrefine/-/svg-badge.svg )](https://hosted.weblate.org/engage/openrefine/?utm_source=widget)
2013-06-12 20:24:35 +02:00
2018-05-31 17:54:38 +02:00
OpenRefine is a Java-based power tool that allows you to load data, understand it,
2015-09-22 03:41:23 +02:00
clean it up, reconcile it, and augment it with data coming from
2018-05-31 17:54:38 +02:00
the web. All from a web browser and the comfort and privacy of your own computer.
2015-11-19 16:51:15 +01:00
2018-02-09 15:38:44 +01:00
[<img src="https://github.com/OpenRefine/OpenRefine/blob/master/graphics/icon/open-refine-320px.png" align="right"> ](http://openrefine.org )
2017-05-03 13:58:26 +02:00
2015-11-19 16:51:15 +01:00
Download
-----------------------
2017-11-19 23:43:08 +01:00
* [OpenRefine Releases ](https://github.com/OpenRefine/OpenRefine/releases )
2015-11-19 16:51:15 +01:00
2018-06-13 15:56:24 +02:00
Run from source
------------------
If you have cloned this repository to your computer, you can run OpenRefine with:
* `./refine` on Mac OS and Linux
2018-09-01 13:26:16 +02:00
* `refine.bat` on Windows
2018-09-06 09:09:36 +02:00
2018-11-05 18:54:11 +01:00
This requires JDK 8 and Apache Maven.
2018-06-13 15:56:24 +02:00
2015-11-19 16:51:15 +01:00
Documentation and Videos
-------------------------
* [Documentation Wiki ](https://github.com/OpenRefine/OpenRefine/wiki/Documentation-For-Users )
* [FAQ ](https://github.com/OpenRefine/OpenRefine/wiki/FAQ )
* [Official Website and tutorial videos ](http://openrefine.org )
Contributing to the project
---------------------------
* [Developers Guide & Architecture ](https://github.com/OpenRefine/OpenRefine/wiki/Documentation-For-Developers )
2017-11-28 20:29:28 +01:00
* [Contributing Guide ](https://github.com/OpenRefine/OpenRefine/blob/master/CONTRIBUTING.md )
2018-01-19 04:39:57 +01:00
* [Project Governance ](https://github.com/OpenRefine/OpenRefine/blob/master/GOVERNANCE.md )
2015-11-19 16:51:15 +01:00
Contact us
----------
* [Mailing List ](https://groups.google.com/forum/#!forum/openrefine )
* [Twitter ](http://www.twitter.com/openrefine )
Licensing and legal issues
--------------------------
2013-06-12 20:24:35 +02:00
OpenRefine is open source software and is licensed under the BSD license
2018-02-25 19:05:59 +01:00
located in the [LICENSE.txt ](LICENSE.txt ). See the folder `licenses` for information on open source
2013-06-12 20:24:35 +02:00
libraries that OpenRefine depends on.
2015-11-19 16:51:15 +01:00
Credits
-------
2013-06-12 20:24:35 +02:00
This software was created by Metaweb Technologies, Inc. and originally written
and conceived by David Huynh < dfhuynh @ google . com > . Metaweb Technologies, Inc.
was acquired by Google, Inc. in July 2010 and the product was renamed Google Refine.
In October 2012, it was renamed OpenRefine as it transitioned to a
community-supported product.
2020-05-19 11:48:36 +02:00
See [AUTHORS.md ](./AUTHORS.md ) for the list of OpenRefine contributors and [CONTRIBUTING.md ](./CONTRIBUTING.md ) for instructions on how to contribute yourself.