You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-15Lines changed: 17 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
jplookup is a Python tool designed to scrape pitch accent, phonetic pronunciation, definitions and example sentences from Wiktionary and turn them into straight-forward flashcards for Anki.
3
3

4
4
5
+
<br>
6
+
7
+
# Installation
8
+
9
+
```pip install jplookup```
10
+
11
+
<br>
12
+
13
+
You can also clone the repository and install the required dependencies (`bs4` and `jaconv`) as such:
Anki cards made with jplookup can mark the pitch accent.
@@ -50,18 +67,3 @@ When Wiktionary links to a different page for an alternative spelling, then the
50
67
- "撮る" redirects to the Wiktionary page for "とる" and grabs any definitions that are either specified as fitting with "撮る" or definitions with no context/kanji specification at all.
51
68
- "取る" redirects to the Wiktionary page for "とる" and grabs any definitions that are either specified as fitting with "取る" or definitions with no context/kanji specification at all.
52
69
- "とる" (the hiragana directly) goes to the Wiktionary page for "とる" and grabs all definitions regardless of context specification.
53
-
54
-
<br>
55
-
56
-
## Installation
57
-
58
-
```pip install jplookup```
59
-
60
-
<br>
61
-
62
-
You can also clone the repository and install the required dependencies (`bs4` and `jaconv`) as such:
0 commit comments