User Tag List

Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 25

Thread: How does the Spellcheck object work?

  1. #11
    Clicker Multimedia Fusion 2 Developer
    Jax's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    702
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: How does the Spellcheck object work?

    I've made a Part 2 to that tutorial. This answers ezra and RGB's questions about spell-checking whole sentences, I hope.

  2. #12
    Clicker Multimedia Fusion 2 DeveloperAndroid Export Module

    Join Date
    Jun 2006
    Location
    israel
    Posts
    207
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How does the Spellcheck object work?

    thank you for the help it's working fine with english words, i try to load file with hebrew words and it wasn't working.why ?

  3. #13
    Clicker Multimedia Fusion 2 Developer
    Jax's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    702
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: How does the Spellcheck object work?

    Alas, it only really supports English.

    (Other Latin languages can be used, but I didn't expose the ability to change what letters sound like, although my underlying code does allow).

    Sorry.

  4. #14
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator

    Join Date
    Jul 2006
    Posts
    1,018
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How does the Spellcheck object work?

    I remember very long time ago you wanted to make ä Ä ü Ü ö Ö ß available.
    But you never did? I don't know...

  5. #15
    Clicker Multimedia Fusion 2 DeveloperAndroid Export Module

    Join Date
    Jun 2006
    Location
    israel
    Posts
    207
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How does the Spellcheck object work?

    so what can i do ? :-(

    i try to do it with the "list" but it take time to load a file 2.8mb , and with the spellcheck it's fast how do you do this ?

  6. #16
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: How does the Spellcheck object work?

    List object takes a long time because windows stupidly redraws it every time it changes. You should use the Get Line object instead.
    Working as fast as I can on Fusion 3

  7. #17
    Clicker Multimedia Fusion 2 DeveloperAndroid Export Module

    Join Date
    Jun 2006
    Location
    israel
    Posts
    207
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How does the Spellcheck object work?

    i try the getline object it crash running in win 7 mmfdev2

  8. #18
    Clicker Multimedia Fusion 2 Developer
    Jax's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    702
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: How does the Spellcheck object work?

    Gustav,

    Yes I remember wanting to do that. In fact, it was you who wanted that wasn't it? I don't think I ever managed to do it though. Is it still a wanted feature?

    The problem is that modifiers mean different things in different languages. For instance, ö makes a sort of u-ish sound in German, some sound I don't know Icelandic, and in English it means that it should be said as a different syllable if preceded by another vowel. And I've no idea about languages like Hungarian.

  9. #19
    Clicker Multimedia Fusion 2 DeveloperAndroid Export Module

    Join Date
    Jun 2006
    Location
    israel
    Posts
    207
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How does the Spellcheck object work?

    i don't understand i mean why the spellcheck can't do it in hebrew (not the sound) why he can't search the word like he do in english words ?

  10. #20
    Clicker Multimedia Fusion 2 Developer
    Jax's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    702
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: How does the Spellcheck object work?

    Spellcheck stores words by how they sound, not by how they are spelt, so that suggestions can be generated.

    Have you tried the Dictionary Object? That is just a simple hash table, which is probably more what you want.

Page 2 of 3 FirstFirst 1 2 3 LastLast

Similar Threads

  1. Spellcheck in flash (PLEASE!)
    By Tuna in forum SWF/Flash Export Module Version 2.0
    Replies: 1
    Last Post: 21st September 2011, 05:18 PM
  2. Spellcheck program for full sentence
    By ezra in forum File Archive
    Replies: 0
    Last Post: 3rd July 2010, 07:56 AM
  3. SpellCheck + upgrade
    By felinex in forum Multimedia Fusion 2 - Technical Support
    Replies: 22
    Last Post: 10th April 2008, 12:32 PM
  4. [Bug] Spellcheck Object
    By Gustav in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 21st February 2008, 06:55 PM
  5. Spellcheck object example
    By crugh in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 19th June 2007, 12:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •