Skip to content

公開されている辞書

Tatsuya Koishi edited this page Nov 15, 2021 · 14 revisions

プリキュア淑女録

handler:
  dictionary_tag:
    dics:
      - url: https://precure.ml/api/dic/v1/precure.json
        type: relative
  • ファーストネーム(「なぎさ」等)を有効にするには、末尾に ?firstname=1
  • 短いプリキュア名(「ブラック」等)を有効にするには、末尾に ?short_cure_name=1

プリキュア作品名

  • 形式 relative
  • 作成 pooza
handler:
  dictionary_tag:
    dics:
      - url: https://precure.ml/api/dic/v1/series.json
        type: relative

プリキュア妖精

  • 形式 multi_field
  • 作成 pooza
handler:
  dictionary_tag:
    dics:
      - url: https://precure.ml/api/dic/v2/fairy.json
        fields:
          - name
          - human_name

プリキュア妖精(旧

  • 形式 relative
  • 作成 pooza
handler:
  dictionary_tag:
    dics:
      - url: https://precure.ml/api/dic/v1/fairy.json
        type: relative

プリキュア歌手

  • 形式 relative
  • 作成 pooza
handler:
  dictionary_tag:
    dics:
      - url: https://precure.ml/api/dic/v1/singer.json
        type: relative

サービス名

  • 形式 relative
  • 作成 pooza
handler:
  dictionary_tag:
    dics:
      - url: https://script.google.com/macros/s/AKfycbxkcvrTTieJCeGotxlyENQ5vpS1RQnoLFzH3ti5UOHsuTFOfpE/exec
        type: relative

プリキュア用語

  • 形式 mecab
  • 作成 pooza
  • MAKOTOの語彙。随時更新中。
handler:
  dictionary_tag:
    dics:
      - url: https://precure.ml/api/dic/v1/dic.json
        type: mecab

ダイの大冒険 汎用用語

  • 形式 relative
  • 作成 pooza
  • ドメイン名からサービス名をタグ付けする。
handler:
  dictionary_tag:
    dics:
      - url: https://mstdn.delmulin.com/api/dic/v1/common.json
        type: relative
        name: デルムリン丼汎用辞書

ダイの大冒険 キャラクター

  • 形式 relative
  • 作成 pooza
  • ドメイン名からサービス名をタグ付けする。
handler:
  dictionary_tag:
    dics:
      - url: https://mstdn.delmulin.com/api/character/v1/common.json
        type: relative
        name: デルムリン丼汎用辞書
Clone this wiki locally