Home › lkneebone489 › Like
lkneebone489
Categories
- 192 All Categories
- 4 LexiStats Corner
- 7 Review my code
- 6 Tutorials and presentations
- 68 Frequently asked questions
- 3 How to get useful technical help
- 1 Member guidelines
- 9 Suggest an improvement
- 19 Report a bug
- 6 Ask the Community: Other
- 41 Ask the Community: Technical and operational questions
- 28 General
-
Re: Grammatical Features as a word-list inclusion (not exclusion)
Amos, For me, I would prefer to not have to use a Lemmatron endpoint, but instead use a "Wordlist" endpoint that automatically includes all "grammatical feature" (plurals, etc) words and all forms… (View Post)1 -
Word lists - Separating into different files according to word-length (and removing symbol words)
Hello. I am posting because I thought others may find this useful. I have written some VB code which takes a word list (a single text file with 1 word per line: OriginalList.txt), then goes throug… (View Post)2 -
Re: Word-list API calls in VB.Net
Sorry, forgot to mention that to use the Json objects, you might need to get the .dll and add it as a reference in your project. You can get it here: https://json.codeplex.com/ (View Post)1 -
Word-list API calls in VB.Net
Hello. My language of choice is VB.Net. I wrote some code to use the API's Wordlist feature and thought maybe others could benefit from this. What I did was create a new Web Application in Visual … (View Post)1