Ok, I did it. Unfortunately, some of the terms won't work (the ones where there's more than one term on a single line), but those are a small percentage.
Also, the file had to be broken up into 10 pieces, because LWT, by default, seems to have an upload limit of 2MB. This is a zip with the csv file as a whole, and the same file broken up into 10 parts: https://drive.google.com/file/d/0B8iOWN … sp=sharing
This is a backup of my database after I uploaded the terms (the 10 files, one by one). In theory, you could just do a restore off of this file (and not bother uploading), but once again there's an issue with the size limit. You can apparently change that size limit though, so I'll share this as well:
https://drive.google.com/file/d/0B8iOWN … sp=sharing
All credit for the content of the files goes to the original source, mentioned by RawToast above. Thank you to them for making this dictionary available for free.
P.S. Just to recap what this does:
In LWT, you don't have words and expressions imported by default. Instead, what the software does is find words (strings separated by spaces), without knowing the meaning, and provide a popup on hover, which, when clicked, looks up the term in an online dictionary and displays the results on the same page.
However, you can also save those dictionary entries, for each word, so that you don't have to look for them again. But it's tedious to do for each new word you encounter. By default, you're only given a few dozen terms with known meaning.
What importing this (massive) list of terms using the "import terms" feature does is take 100.000+ terms, import them, categorize them as "Learning - Level 1", as if you looked them up one by one. In other words, it saves a lot of busywork, without taking anything away from the useful features of LWT.
The correct LWT settings for this to work are: don't treat each character as a word, and don't delete spaces (you have to change them, the default is YES for both). Also, your texts must have spaces (easy to insert with mecab, or online apps that use mecab, such as http://nihongo.dpwright.com/spaces/index.php)