Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

2021年度 テキスト処理「KEN_ALL.CSVから市の抽出 && LaTeXレポート作成」

Notifications You must be signed in to change notification settings

eggplants/kenall-city-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kenall-city-extract

2021年度 テキスト処理KEN_ALL.CSVから市の抽出 && LaTeXレポート作成」

実行

$ ./extract.sh
[Preparing....]
[Parsing......]
[Checking.....]
[Wrong answers]: 0/47 lines => OK!

内容

  • extract.sh
    • KEN_ALL.CSVから市と県を抽出し、県別に市の数を集計するスクリプト
    • RES.CSVに結果を出力しANS.CSVと比較
  • KEN_ALL.CSV
  • RES.CSV
    • extract.shの結果
    • <都道府県名>,<市の数>,/<市1>/<市2>/.../<市n>/
  • ANS.CSV
    • e-statを参考に作成した正しい都道府県と市の数の組データ
    • <都道府県名>,<市の数>
  • mismatch
    • RES.CSVANS.CSVを比較して一致しなかったもののデータ
    • デバック用
  • tex/
    • レポートのTeXファイル

About

2021年度 テキスト処理「KEN_ALL.CSVから市の抽出 && LaTeXレポート作成」

Topics

Resources

Stars

Watchers

Forks