Welcome to Kitab.jl Documentation

codecov MIT License

Kitab.jl is an interface to the Open Islamic Texts Initiative (OpenITI) data. The OpenITI is a multi-institutional effort led by researchers at the Aga Khan University’s Institute for the Study of Muslim Civilisations in London, Roshan Institute for Persian Studies at the University of Maryland, College Park, and Universität Hamburg that aims to develop the digital infrastructure for the study of Islamicate cultures.

At a high-level, Kitab.jl aims to fill the gap of doing Islamicate Digital Humanities in Julia. Currently, studying Qur'an using Julia is now accessible through QuranTree.jl, and analysis via Arabic Natural Language Processing (ANLP) is now provided by Yunir.jl. Therefore, relating pre-modern Islamicate texts to the Qur'an is now possible with Kitab.jl.

Kitab.jl therefore provides APIs for downloading, listing, and loading the said OpenITI text data. Tools for analyzing the processed data by Kitab.jl are then provided by Yunir.jl.

We have to emphasize that, another user of the OpenITI texts is the KITAB (Knowledge, Information Technology, & the Arabic Book) project, which provides a digital tool-box and a forum for discussions about Arabic texts. KITAB project wish to empower users to explore Arabic texts in completely new ways and to expand the frontiers of knowledge about one of the world’s largest and most complex textual traditions.

Kitab.jl is therefore somewhat similar to KITAB project, as both uses OpenITI as their main source for Arabic text books, and both aims to provide tools for analyzing the said texts. You might want to check out the interesting use-cases in KITAB project blog posts. Kitab.jl is independently developed but takes inspiration from KITAB project as well.

Lastly, kitab (کتاب) /kitāb/ is the Arabic word for "book." The logo is a Kufic calligraphy of the Arabic word کتاب.

Installation

To install the package, run the following:

julia> using Pkg
julia> Pkg.add("Kitab")

Outline