Skip to content

code4fukui/ipsj-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipsj-words

日本語のREADMEはこちらです: README.ja.md

A collection of Japanese IT and computer science terms from the Information Processing Society of Japan (IPSJ), packaged as a CSV file with a searchable web application.

Demo

IT Dictionary

A simple, single-page web application for searching and browsing the terminology list.

Features

  • Live Search: Instantly search terms and definitions as you type.
  • Interactive Definitions: Keywords within definitions are hyperlinked, allowing you to jump to related terms.
  • Random Term: Discover new words with the "Random" (ランダム) button.
  • Standalone: A single HTML file with no server-side dependencies, using IndexedCache.js for fast local data access.

Usage

  1. Visit the demo site.
  2. Type a keyword into the search box to filter the list.
  3. Click the "Random" (ランダム) button to display a random term.
  4. Click on bolded keywords within a definition to search for that term.

Data

The terminology data is provided as a single CSV file:

The file contains the following primary fields:

  • 用語 (Term): The Japanese term. May include variations separated by |.
  • 説明 (Definition): The definition of the term.

Additional columns provide metadata such as category, codes, and usage statistics in various textbooks.

The data is licensed under CC 4.0 BY-SA from the IPSJ Information Entrance Examination Committee - Information Science Textbook Terminology List.

License

MIT License — see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages