Auto 1T Sentence Miner & Anki Card Generator

Поделиться
HTML-код
  • Опубликовано: 28 окт 2024

Комментарии • 7

  • @amiothenes
    @amiothenes  3 года назад

    Please go to the following video at 16:42 for more info on this tool: ruclips.net/video/8r7iDExzJ0k/видео.html It will have an update for everyone’s access soon.
    I've updated the tool and I posted detailed set-up instructions here: ruclips.net/video/SdCP8D0jFR4/видео.html

  • @yana_2_6_0
    @yana_2_6_0 3 года назад

    Truly a 200 IQ tool

    • @amiothenes
      @amiothenes  3 года назад

      what about a 1000 IQ tool?

  • @abdosayed4850
    @abdosayed4850 3 года назад

    Hi, I have a big problem using migaku dictionary because it doesn't have a lot of monolingual English dictionaries it just has one and it's not that good but on the other hand I have a lot of dictionaries but for golden dic and for variety of different languages is there anyway to convert them to JSON so they can work with Migaku? Note I don't know programming and also I found some of the JSON dictionaries but they gave me error please anybody answer me and also I can't copy and past an external definition to the carf exporter definition field it must be done with migaku dictionary. So if I want to add a definition to the field I gotta create the card and then edit it from the card broswer which is not a cool way to do it everytime please anyone help me.

    • @amiothenes
      @amiothenes  3 года назад

      I'm not sure if I can help you in that regard, perhaps seek help in the Migaku Discord Server. The dictionaries presented are not JSON but rather my application scrapes dictionary websites to find definitions.

    • @abdosayed4850
      @abdosayed4850 3 года назад

      @@amiothenes Thanks but as I told you is sucks because I gotta create the card first then edit it

    • @amiothenes
      @amiothenes  3 года назад

      @YOU HAVE TO LIVE IT I use Java for the app, you can look at the description for the GitHub repo. I use Jsoup and I feel it is very simple to set up. I basically use Jsoup to scrape an online dictionary to automatically a word's definition to my Anki cards. I know that might be slow, but it works very well.
      For, Korean I think you might be able to change the WebScraping.java from the repo to suit an online Korean dictionary. Check out Jsoup!