Skip to main content
Solved

Is there any way or WB to check string spelling?

  • May 7, 2020
  • 4 replies
  • 70 views

@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

Best answer by david_r

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

david_r
Celebrity
  • Best Answer
  • May 7, 2020

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


marta.podsiad
Supporter
Forum|alt.badge.img+9

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


david_r
Celebrity
  • May 1, 2023

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.