Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

(I'm not sure if this off-topic. I found a lot of voted-up questions about software licenses and this is related. Plus, I'm sure many of us have had the situation that we need to use a dictionary in our code)

I'm making a (maybe commercial) word game and need to use a good word dictionary for checking words. The most common dictionaries to use are the SOWPODS or TWL lists that are used Scrabble tournaments; see here: http://www.scrabblist.com/ (I have nothing to do with this site by the way).

I've seen loads of websites offering these two dictionaries for download and loads of word games advertise that they use them. However, I cannot find any licensing terms attached to these dictionaries wherever I download them.

For the players of my game, I'd want to say what dictionary I'm using (e.g. "this game uses SOWPODS"). However, I'm nervous about what I can do legally.

Does anyone know about if you can copyright lists of words? Does anyone know the licenses of TWL and SOWPODS? TWL and SOWPODS don't seem to have trademarks on them but I'd like to know for sure. I cannot find any good sources for this information.

EDIT: Great, now the top result for "SOWPODS license" is my stackoverflow question. :)

share|improve this question
Do you know where the best place to download the TWL, SOWPODS, and ENABLE lists are? – Scott Jan 5 '11 at 15:57

closed as off topic by Robert Harvey May 7 at 16:38

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

7 Answers

The English Open Word List (EOWL) seems like a reasonable alternative. The author (Ken Loge) writes of the dictionary, based on the UK Advanced Cryptics Dictionary":

"UK Advanced Cryptics Dictionary Licensing Information:

Copyright © J Ross Beresford 1993-1999. All Rights Reserved. The following restriction is placed on the use of this publication: if the UK Advanced Cryptics Dictionary is used in a software package or redistributed in any form, the copyright notice must be prominently displayed and the text of this document must be included verbatim.

There are no other restrictions: I would like to see the list distributed as widely as possible."

share|improve this answer

The Scrabble OWL and OSPD are absolutely copyright protected and their unauthorized use will ensure a letter from Hasbro sooner or later.

The "SOWPODS" and the "TWL" are not official Scrabble word lists. From Hasbro's official civil complaint against Scrabulous:

39.There is no "SOWPODS Scrabulous Dictionary"; the website instead uses the official international tournament word list.

40.There is no Scrabulous "Tournament Word List;" the website instead uses the OWL that is edited and published by Hasbro's authorized licensee as described in paragraphs 21 to 23.

Full complaint in PDF format here: http://graphics8.nytimes.com/packages/pdf/technology/20080724_Hasbro_complaint.pdf

share|improve this answer

Probably WordNet is a bit much for what you need but it's license looks pretty open.

share|improve this answer

I can assure you with absolute certainty that the OSPD4, though available all over the internet, is copyrighted by Hasbro. In general, the people at Hasbro must have indigestion or insomnia and just stay up all night searching for copyright infringements.

Anyhow, our little game used OSPD4. We just received our official Hasbro cease-and-desist letter. Sigh.

No news on SOWPODS or TWL. I was hoping you could tell me.

Laurie

share|improve this answer
Hasbro might assert that they own copyright over it. They may even issue cease and desist saying that they do. This doesn't actually mean that they are correct. The problem is that they are a big company with lawyers, we are not, so we can't afford to take them to court to find out. In Europe, such lists are covered by the separate "database right" that has different rules to copyright. The US doesn't have a separate database right. – rjmunro Oct 29 '12 at 21:57

Good question. Actually word lists, dictionaries, etc. of the type you mention are in fact protectable by copyright. (It doesn't mean that every one them is copyrighted, but as a group, they are indeed eligible for protection under the Copyright Law, which means you might want to assume it is copyrighted to be safe.

The legal rubric (under the US Copyright Law) is "compilation"--and it protects certain literary works even though the underlying information is not new (or more precisely, the creator of the work didn't actually create the underlying content). The justification for this is that the while the content is not new, the dictionary, etc., is eligible for protection under the Copyright law if it constitutes a "unique selection, coordination or arrangement [of pre-existing material]". (It's the same legal theory that allows copyright for anthologies of fiction, poetry, that sort of thing.)

share|improve this answer
OK, thanks, so I do have something to be worried about then. :) – BobbyJim Feb 17 '10 at 1:43
Not necessarily--you question seemed to be specific to whether these things are eligible for protection under the IP law. Even if they are, someone's use might be covered under their public license (specifically allowing certain types of uses, proscribing others); beyond that, there's a large set of exclusions/exceptions (fair use, de minimis use, etc.). – doug Feb 17 '10 at 19:34
I'm a bit confused by what you're saying here. My dilemma is that, for words games, all the expert players expect you to use a dictionary like SOWPODS and TWL to be taken seriously. 99% of popular word games I've seen use this but specify nothing about the licensing. Likewise with word fan sites; they contain these word lists or subsets. Essentially, if I cannot get a sure answer on if I can use it in my word game, I'll need to go with a free dictionary and players might not like that. I'd rather than legal trouble. What would your assessment of this situation be legally? – BobbyJim Feb 17 '10 at 23:35

I doubt that anyone has ever actually challenged Hasbro on their dictionary. It is possible that their claim to copyright on any official Hasbro dictionary is nothing but smoke and mirrors.

A leading case on the matter is Feist Publications, Inc. v. Rural Telephone Service Company, Inc. In that case, the plaintiff claimed the defendant infringed on a copyright when the defendant copied names and telephone numbers directly out of plaintiff's directory and published them in defendant's own telephone directory. The Supreme Court found for the defendant. It reasoned that there must be a de minimus of creativity in order to be copyrightable. The plaintiff did not meet this low standard by listing the name and number of everyone within a geographic location, nor was it met by alphabetizing the list.

Having read Hasbro's complaint posted above, it looks like they are relying on the fact that their limited selection of words may suffice to meet the standard of originality. They make a big point that they did not include proper nouns or obscene words. This still gives them a monopoly over a fairly large chunk of the English language. Their systematic way of starting with the set of every word in the English language and then eliminating specific sets of words may not be creative enough to make their word list copyrightable. A good lawyer could possible win such a case.

My point is, if you are serious about using the dictionary for any sort of commercial purpose, don't give up until you have obtained expert legal advice. I'm sure you would eventually get a letter from Hasbro, but often times a letter like that is really just saying, "come negotiate a reasonable license with us." Maybe not. A lawyer will know for sure.

share|improve this answer

Actually here is a simple solution for you:

Just use the 'copywrited' compiled word list, use software to reorder it into oblivion, then feed the entire finished list into a hashtable (which doesn't maintain any specific order anyway, but why not). Then serialize your hashtable into binary. Then compress the binary, then output it to disk.

Read your finished list in as a binary hashtable. If they CAN copywrite/compile the list of words (which is a retarded concept), surely its only the complete list and in the order specified. Otherwise every single one of us (and this very post I am writing now) would be guilty of infringeing on their word list.

I am fairly certain that order does matter. Hashtables have no defined order at all. Good luck!

share|improve this answer
1  
Don't count on it. An easy to read and entertaining explanation on how legal people see copyright can be found here: ansuz.sooke.bc.ca/entry/23 – Carsten Mar 29 '11 at 22:29
One problem is that fake words could have been added to wordlists so that they can be tracked. One way around this is to use a bloom filter rather than a hash table since bloom filters have a potential for false positives (though it can be made a ridiculously tiny one). – Peter Cooper Dec 7 '12 at 23:11

protected by Bo Persson Oct 8 '11 at 19:28

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.