@takashi I have a list of Hotels. I need to check spelling is correct or not. As I am new for FME & Python, could you please help me.
Thanks
@takashi I have a list of Hotels. I need to check spelling is correct or not. As I am new for FME & Python, could you please help me.
Thanks
I'm not Takashi, but there are some starting points here: https://knowledge.safe.com/idea/45176/string-spell-check-transformer.html
However, without a rudimentary knowledge of Python it might be a rough start.
You may be better off using external APIs through the HTTPCaller transformer, there are quite a few out there. E.g.
https://azure.microsoft.com/en-us/services/cognitive-services/spell-check/
https://rapidapi.com/collection/grammar-spellcheck-api
I'm not Takashi, but there are some starting points here: https://knowledge.safe.com/idea/45176/string-spell-check-transformer.html
However, without a rudimentary knowledge of Python it might be a rough start.
You may be better off using external APIs through the HTTPCaller transformer, there are quite a few out there. E.g.
https://azure.microsoft.com/en-us/services/cognitive-services/spell-check/
Thanks david_r
Hi, I am new to Python and APIs. Could someone please attach a worspace that have this solution implemented?
Hi, I am new to Python and APIs. Could someone please attach a worspace that have this solution implemented?
In that case the easiest solution may be to use ChatGPT to do the spell checking for you: https://hub.safe.com/publishers/safe-lab/transformers/openaichatgptconnector
Note you'll probably have to have a paid subscription if you have many records to check.