This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » Suggestions
  •  » <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

#76 2012-03-06 22:51:49

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

british english

or us english

and which dictionary of words


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#77 2012-03-07 11:29:03

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

Greenatic wrote:

roijac wrote:

sorry, this seems just too useless, and too much about only one type of project. and also, how would you implement this?  hmm
online API: too slow
offline: there are too many words, and can't be updated often. what about words like planking or scratcher, which don't show up in normal dictionaries?

also no support for other language

Other language support isn't necessary.

It is indeed. Scratch isn't only designed for USA/UK/Canada/Australia.

Greenatic wrote:

Also, to your other point:

Greenatic wrote:

I'm not suggesting brute-forcing the dictionary.  Everybody knows that that's a very bad idea.  We would have lists for "aa"s, "ab"s, ... "az", "ba"s, and so on until "zz"s.  That will create less words per list, and if there are still too many, they could make them less letter-specific ("aaa").  Not all lists will be used, but it will minimize the number of words that need to be scanned for each time the block is used.

This list is about 2mb. Of course indexed searching is possible, but that's about 3-4mb of the flash VM RAM, 2mb of downloading words, so people with slow connections really are going to suffer. And again, this is only for three not very useful only available on English blocks!

Offline

 

#78 2012-03-07 17:46:00

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

roijac wrote:

Greenatic wrote:

roijac wrote:

sorry, this seems just too useless, and too much about only one type of project. and also, how would you implement this?  hmm
online API: too slow
offline: there are too many words, and can't be updated often. what about words like planking or scratcher, which don't show up in normal dictionaries?

also no support for other language

Other language support isn't necessary.

It is indeed. Scratch isn't only designed for USA/UK/Canada/Australia.

Greenatic wrote:

Also, to your other point:

Greenatic wrote:

I'm not suggesting brute-forcing the dictionary.  Everybody knows that that's a very bad idea.  We would have lists for "aa"s, "ab"s, ... "az", "ba"s, and so on until "zz"s.  That will create less words per list, and if there are still too many, they could make them less letter-specific ("aaa").  Not all lists will be used, but it will minimize the number of words that need to be scanned for each time the block is used.

This list is about 2mb. Of course indexed searching is possible, but that's about 3-4mb of the flash VM RAM, 2mb of downloading words, so people with slow connections really are going to suffer. And again, this is only for three not very useful only available on English blocks!

Of course Scratch isn't only made for those countries.  If this block is used a lot, then sure, they can add in support for other languages.  (Most likely, make a SWF for each language so they don't have to download unnecessary languages.)

I would also suggest that the dictionary only be downloaded in the given language if a block requests it--therefore, no unnecessary downloads.

Offline

 

#79 2012-03-11 13:22:55

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

maintaining 44 languages, updating, censoring etc.
you're not seriously suggesting that, right?

Offline

 

#80 2012-03-19 22:57:05

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

I am taking the challenge and making the is a word block.

It IS a HUGE code to run, but I want to try, but it'll take FOREVER


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#81 2012-03-19 23:27:08

TorbyFork234
Scratcher
Registered: 2012-03-01
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

So you're saying that you want the scratch team to input a built in dictionary into the system? Even though it can be replicated with a

<[list v] contains []>
block?
You're answer to that was it will be too large to upload.
My reply
If you want it so badly, stop asking the scratch team to do it for you, don't be lazy, and do some work yourself.

Offline

 

#82 2012-03-20 06:43:39

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

TorbyFork234 wrote:

So you're saying that you want the scratch team to input a built in dictionary into the system? Even though it can be replicated with a

<[list v] contains []>
block?
You're answer to that was it will be too large to upload.
My reply
If you want it so badly, stop asking the scratch team to do it for you, don't be lazy, and do some work yourself.

My reply:
Be a little bit nicer instead of attacking on him.
He wants it IN the scratch program...

roll

Edit: REPLICATED! That would take forever, and the scratch team  is super productive, so they can do it I bet.

Last edited by funelephant (2012-03-28 12:35:00)


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#83 2012-03-20 09:55:40

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

I vote NO because
1) Too much work
2) Too much memory/data for web users
3) Not too many applications
4) Since Scratch 2.0 may support web storage, you can always store a list of words in the cloud beforehand
smile


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#84 2012-03-20 17:41:51

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

Hardmath123 wrote:

I vote NO because
1) Too much work
2) Too much memory/data for web users
3) Not too many applications
4) Since Scratch 2.0 may support web storage, you can always store a list of words in the cloud beforehand
smile

1.  Really?  A simple program can sort out the lists.
2.  It's only attached to the project if necessary.  And besides, only a few megabytes.
3.  So we should get rid of the trig block, right?
4.  Well, if that's made official, then this won't be necessary.  But otherwise...

Offline

 

#85 2012-03-20 17:55:53

turkey3
Scratcher
Registered: 2011-12-04
Posts: 500+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

Support.

Offline

 

#86 2012-03-20 18:36:06

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

turkey3 wrote:

Support.

Thank you!   smile

Offline

 

#87 2012-03-20 18:38:13

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

Greenatic wrote:

Mokat wrote:

Support!
I have a question though: what category would this block be under?

Thanks!   smile

It would probably be in Operators.

That would make the most sense I guess...


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#88 2012-03-28 12:32:02

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

I support


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#89 2012-03-28 18:40:26

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

mythbusteranimator wrote:

I support

Thank you!   smile

Offline

 

#90 2012-03-28 18:51:39

TorbyFork234
Scratcher
Registered: 2012-03-01
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

I guess I support... but I don't think the scratch team will be able to get every single word in every language, I think that they won't even be able to get half of every language...

Offline

 

#91 2012-04-02 18:03:02

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

TorbyFork234 wrote:

I guess I support... but I don't think the scratch team will be able to get every single word in every language, I think that they won't even be able to get half of every language...

Sorry for my delayed response.   tongue

Thanks for your support!   smile   There are online lists of words that can be used.

Offline

 

#92 2012-04-03 16:43:40

littlebird2472
Scratcher
Registered: 2010-03-05
Posts: 42

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

I support!


http://dragcave.net/image/MoLDl.gif Please click and help my dragon survive!

Offline

 

#93 2012-04-03 21:05:22

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

littlebird2472 wrote:

I support!

Thanks!  You're the 25th!   big_smile

Last edited by Greenatic (2012-04-03 21:06:09)

Offline

 

#94 2012-04-11 14:14:44

James07
Scratcher
Registered: 2012-04-04
Posts: 500+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

I support!


http://trinary.site40.net/images/scratchrank.php?username=James07

Offline

 

#95 2012-04-11 20:27:03

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

James07 wrote:

I support!

Thanks!   smile

Offline

 

#96 2012-04-12 05:27:32

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

few quetions

is 'makes' also a word? flew? went?
do you think inappropriate words should also be available?
do you know that you can do that by yourself? why don't you just do it?
why do you think we should download 5 MB more to be able to use scratch 2.0 (no, i don't mean in the flash player, i mean in the program itself, where you have to index it to be able to use it)

one positive point: i tested a dictionary with 1000000 items and it performed pretty well actually  smile

Offline

 

#97 2012-04-12 10:45:35

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

roijac wrote:

few quetions

is 'makes' also a word? flew? went?
Yes.
do you think inappropriate words should also be available?
No.  Why would that be useful?
do you know that you can do that by yourself? why don't you just do it?
Using lists takes forever outside of turbo, and there is no way for a project to put itself into turbo mode.  Therefore, using lists relies on the user to know when to turn on/off turbo mode.
why do you think we should download 5 MB more to be able to use scratch 2.0 (no, i don't mean in the flash player, i mean in the program itself, where you have to index it to be able to use it)
I'm not quite sure I understand this question.  Could you clarify your question?

one positive point: i tested a dictionary with 1000000 items and it performed pretty well actually  smile

Last edited by Greenatic (2012-04-12 10:45:47)

Offline

 

#98 2012-04-14 23:11:36

LiquidMetal
Scratcher
Registered: 2011-06-15
Posts: 500+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

While this would be extremely useful, I think it would be too much work.  Even if there were a dictionary API, does that exist in flash?

Support anyway.

EDIT: @above post; Importing any lists that long take ages, anyway.

Last edited by LiquidMetal (2012-04-14 23:13:44)

Offline

 

#99 2012-04-15 11:57:28

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

LiquidMetal wrote:

While this would be extremely useful, I think it would be too much work.  Even if there were a dictionary API, does that exist in flash?

Support anyway.

EDIT: @above post; Importing any lists that long take ages, anyway.

I'm not sure if it comes built-in, but I think it's worth it.  Thanks for your support!   smile

Offline

 

#100 2012-04-17 09:25:34

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

Greenatic wrote:

roijac wrote:

few quetions

is 'makes' also a word? flew? went?
Yes.
but you can't use them in scramble: you won't be able to use those words in scramble-like games. of course you could add a drop-down like 'include conjucations' but this will just increase the size of the dict (byte for each word -> about 1MB).
do you think inappropriate words should also be available?
No.  Why would that be useful?
ok. now take a dictionary and try to censor it. good luck
do you know that you can do that by yourself? why don't you just do it?
Using lists takes forever outside of turbo, and there is no way for a project to put itself into turbo mode.  Therefore, using lists relies on the user to know when to turn on/off turbo mode.what you say is that you need it only because there's no turn on/off turbo?
why do you think we should download 5 MB more to be able to use scratch 2.0 (no, i don't mean in the flash player, i mean in the program itself, where you have to index it to be able to use it)
I'm not quite sure I understand this question.  Could you clarify your question?
when you're making a project in scratch, it can't just download the dictionary if it needs to. that means each time you clear your cache you have to wait until scratch downloads 5 MB only because of one block.

one positive point: i tested a dictionary with 1000000 items in python and it performed pretty well actually  smile

Last edited by roijac (2012-04-17 09:36:16)

Offline

 
  • Index
  •  » Suggestions
  •  » <[ ] is a word?>, (random word), and <[ ] is a [verb v]?>

Board footer