Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Processed Wikipedia SQLite Databases for Wikilite
|
2 |
|
3 |
This dataset provides pre-processed SQLite databases of Wikipedia articles for use with the [Wikilite](https://github.com/eja/wikilite) tool. These databases allow you to quickly and efficiently search and access Wikipedia content offline using Wikilite's lexical and semantic search capabilities.
|
@@ -44,7 +57,7 @@ Each language is stored as a separate compressed file (`.db.gz`) within the data
|
|
44 |
**Command-line Usage:** Alternatively, you can search the database directly from the command line:
|
45 |
|
46 |
```bash
|
47 |
-
./wikilite --db it.db --
|
48 |
```
|
49 |
|
50 |
5. **Access the Web Interface:** If you started the web server, open a web browser and navigate to `http://localhost:35248` to access the web interface.
|
|
|
1 |
+
---
|
2 |
+
license: gfdl
|
3 |
+
language:
|
4 |
+
- it
|
5 |
+
- es
|
6 |
+
- sc
|
7 |
+
tags:
|
8 |
+
- sqlite
|
9 |
+
- wikipedia
|
10 |
+
- wikilite
|
11 |
+
- eja
|
12 |
+
pretty_name: wikilite
|
13 |
+
---
|
14 |
# Processed Wikipedia SQLite Databases for Wikilite
|
15 |
|
16 |
This dataset provides pre-processed SQLite databases of Wikipedia articles for use with the [Wikilite](https://github.com/eja/wikilite) tool. These databases allow you to quickly and efficiently search and access Wikipedia content offline using Wikilite's lexical and semantic search capabilities.
|
|
|
57 |
**Command-line Usage:** Alternatively, you can search the database directly from the command line:
|
58 |
|
59 |
```bash
|
60 |
+
./wikilite --db it.db --cli
|
61 |
```
|
62 |
|
63 |
5. **Access the Web Interface:** If you started the web server, open a web browser and navigate to `http://localhost:35248` to access the web interface.
|