Solved

Is there any way or WB to check string spelling?


@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

icon

Best answer by david_r 7 May 2020, 18:47

View original

4 replies

Userlevel 4

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/

https://rapidapi.com/collection/grammar-spellcheck-api

Thanks david_r

Badge +6

Hi, I am new to Python and APIs. Could someone please attach a worspace that have this solution implemented?

Userlevel 4

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.

Reply