Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

法律のXMLファイルがあるフォルダから、指定する単語が含まれている条項を探す

License

Notifications You must be signed in to change notification settings

japanese-law-analysis/search_article_with_word

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workflow Status

search_article_with_word

法律のXMLファイルがあるフォルダから、指定する単語が含まれている条項を探すソフトウェア

Install

cargo install --git "https://github.com/japanese-law-analysis/search_article_with_word.git"

Use

search_article_with_word --output output.json --work "path/to/law_xml_directory" --index-file "path/to/law_list.json" --search-word "word1" --search-word "word2"

で起動します。それぞれのオプションの意味は以下の通りです。

  • --output:指定した単語が含まれる条項の情報のリストを出力するJSONファイル名
  • --worke-gov法令検索からダウンロードした全ファイルが入っているフォルダへのpath
  • --index-filejapanese-law-analysis/listup_lawで生成した法令のリストが書かれているJSONファイルへのpath
  • --search-word:検索する単語を指定する。複数指定可

License: MIT

About

法律のXMLファイルがあるフォルダから、指定する単語が含まれている条項を探す

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages