Is there a way to get a list of all valid Headwords?
Categories
- 320 All Categories
- 2 Language datasets
- 9 News and updates
- 18 API endpoints
- 15 Review my code
- 6 Tutorials and presentations
- 92 Frequently asked questions
- 5 How to get useful technical help
- 2 Member guidelines
- 12 Suggest an improvement
- 58 Report a bug
- 9 Ask the Community: Other
- 54 Ask the Community: Technical and operational questions
- 60 General
Is there a way to get a list of all valid Headwords?
Hi @AmosDuveen
Is there a way we can get a list of all valid Headwords that can then be used in our apps?
On on hand it would enable the devs to provide the users with search results as they type. Currently, it would cost one network call per character typed which obviously isn't possible to implement
On the other hand, it would save one extra call to Search/Lemmatron endpoint for finding out a valid Headword.
I don't see any endpoint available for that but still wanted to put it up.
Thanks
Is there a way we can get a list of all valid Headwords that can then be used in our apps?
On on hand it would enable the devs to provide the users with search results as they type. Currently, it would cost one network call per character typed which obviously isn't possible to implement
On the other hand, it would save one extra call to Search/Lemmatron endpoint for finding out a valid Headword.
I don't see any endpoint available for that but still wanted to put it up.
Thanks
Tagged:
Best Answer
-
AmosDuveen Member, Administrator, Moderator admin
Hi @Shahood,
No, I wasn't talking about that; I was talking about a new product: a full downloadable unfiltered list of headwords and inflections extracted from our English data, which we plan to charge for.
Answers
Hi @shahood,
We are close to putting together a full wordlist so keep an eye out for details.
Also this feature would be helpful only if devs are allowed to permanently save the list and provide to users.
@AmosDuveen In the meantime, are we allowed to download all the headwords using Search endpoint and use these in our apps for the purposes mentioned above?
Definitions will still have to be fetched by the user against any headword.