Skip to main content
Archived

String spell check transformer?

Related products:Transformers
  • May 31, 2017
  • 3 replies
  • 130 views

setld_solutions
Contributor
Forum|alt.badge.img+8

If there is not a spell checker transformer in FME (I couldn't find one), could you please create one?

Have a large, free-form entry string field and want to flag words that don't match an English dictionary.

Think of this as an ongoing tester w/ QC .CSV output (examples in attached image), rather than a "fail over point" in an ongoing automation.

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.

3 replies

rylanatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • September 5, 2017

Great idea! I wonder if this would be best served through FME Hub, and designed to access an API for an online dictionary? Ideally serving more than one language. That said, I am not aware (nor have researched) what APIs might be available...


david_r
Celebrity
  • September 14, 2017
Here's a pretty good resource for possible spell check APIs:

 

https://www.programmableweb.com/category/spelling/api

 

The biggest issue will probably be that most of them will require payment for more than a small number of spell checks. Also, online spell checkers might be too slow if someone wants to translate text contained in a huge number of features.

 

A couple of free (offline) alternatives:

 

Could make for a fun hackathon project someday!

mathieu_ambrosy
Contributor
Forum|alt.badge.img+5

I thought about a spell check directly included in text editor (StringConcatenator and others).

In notepad++, I'm using "DSpellCheck" plugin.