added explanation to expect format errors
This commit is contained in:
parent
4387e5484c
commit
657d00879b
@ -20,7 +20,11 @@ This leaves me with 50 words that couldn't be found on ozdic.
|
|||||||
(See the TODO.md for the list of words yet to be added correctly.)
|
(See the TODO.md for the list of words yet to be added correctly.)
|
||||||
These will be added manually from time to time over the coming winter semester 2020.
|
These will be added manually from time to time over the coming winter semester 2020.
|
||||||
|
|
||||||
There might be some manual modifications from time to time but my implementation of this port is rather ugly, making adjustments cumbersome.
|
### Script
|
||||||
|
|
||||||
|
The script I've implemented to rip from ozdic seems to work fine in general, but has a few issues from time to time.
|
||||||
|
Expect some weird formatting from time to time.
|
||||||
|
These will be fixed over the coming weeks.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
|
# This script is just the initial step in porting the avl data to anki
|
||||||
|
# It does not work 100% reliable, but it's good enough for me
|
||||||
|
# Manual adjustments on the exported data should be expected
|
||||||
|
# This script is rather ugly in its Implementation
|
||||||
[ -f cards.csv ] && rm cards.csv
|
[ -f cards.csv ] && rm cards.csv
|
||||||
touch cards.csv
|
touch cards.csv
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user