Parsing and processing of useful data from Wikipedia, DBPedia and Freebase utilizing Ruby.
- Rucola - very simple information retrieval library for explanatory purposes.
- Stopwatch - simple stopwatch utility.
- Ruby 2.1
Clone and install.
git clone [email protected]:irfiit/wikipedia.git
cd wikipedia/ruby
bundle install
|-- example
|-- lib
|-- script
`-- spec
`-- fixtures
example
Examples of custom library or script usage.lib
Application specific libraries. Basically, any kind of custom code.script
Helper scripts for automation, generation, etc.spec
Unit and other tests along with fixtures.
Run specs with bundle exec rspec
.
- Fork it
- Create your feature branch (
git checkout -b new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin new-feature
) - Create new Pull Request
This software is released under the Apache 2.0 License.