日本語の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.
A simple, single-page web application for searching and browsing the terminology list.
- 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.jsfor fast local data access.
- Visit the demo site.
- Type a keyword into the search box to filter the list.
- Click the "Random" (ランダム) button to display a random term.
- Click on bolded keywords within a definition to search for that term.
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.
MIT License — see LICENSE.