Renamed to 'dicts' folder

This commit is contained in:
Markus Fleschutz 2024-02-26 16:03:19 +01:00
parent 267a4e566c
commit 1bfee19061
27 changed files with 4 additions and 3 deletions

View File

Can't render this file because it is too large.

View File

Can't render this file because it is too large.

View File

@ -281,7 +281,6 @@ NACO,NAOS-CONICA (VLT)
NAOJ,National Astronomical Observatory of Japan
NAOMI,Adaptive optics system for the ATs (VLTI)
NAOS,Nasmyth Adaptive Optics System (VLT)
NASA,National Aeronautics and Space Administration
NAV,Navision
NDF,Non-Deliverable Forward Agreement
NEAR,New Earths in the Alpha Cen Region experiment
1 TERM MEANING
281 NAOJ National Astronomical Observatory of Japan
282 NAOMI Adaptive optics system for the ATs (VLTI)
283 NAOS Nasmyth Adaptive Optics System (VLT)
NASA National Aeronautics and Space Administration
284 NAV Navision
285 NDF Non-Deliverable Forward Agreement
286 NEAR New Earths in the Alpha Cen Region experiment

View File

Can't render this file because it is too large.

View File

@ -790,7 +790,7 @@ CHRS,Canadian Heart Rhythm Society
CHT,Certified Hand Therapist
CI,"Côte d'Ivoire (ISO 3166 digram),Counter-Intelligence,101 (in Roman numerals)"
Ci,Curie
CIA,"U.S. Central Intelligence Agency, Cairo International Airport, Culinary Institute of America"
CIA,"Cairo International Airport, Culinary Institute of America"
CIAO,"Critical Infrastructure Assurance Office,Component-Integrated ACE ORB"
CIB,Complete In Box (Internet auction/trading listings)
CIBC,Canadian Imperial Bank of Commerce
Can't render this file because it has a wrong number of fields in line 8.

View File

@ -13,6 +13,8 @@ BMW, Bavarian Motor Works
BND,Bundesnachrichtendienst (Germany)
BVD, Bradley, Voorhees, and Day
CERN,European Organization for Nuclear Research
CIA,U.S. Central Intelligence Agency
CPUC,California Public Utilities Commission
DOC,U.S. Department of Commerce
DOD,U.S. Department of Defense
DOE,U.S. Department of Energy
Can't render this file because it has a wrong number of fields in line 14.

View File

@ -18,7 +18,7 @@ param([string]$term = "")
try {
if ($term -eq "" ) { $term = Read-Host "Enter the term/abbreviation/etc. to query" }
$files = (Get-ChildItem "$PSScriptRoot/../data/dictionaries/*.csv")
$files = (Get-ChildItem "$PSScriptRoot/../data/dicts/*.csv")
$basename = ""
foreach($file in $files) {
$table = Import-CSV "$file"