Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Microsoft [to patent] Verb Conjugation 382

streepje writes "Here [to be] the latest egregious patent application. Microsoft [to be] [to apply] for a patent for [to conjugate] verbs. Future postings [to look] like this."
This discussion has been archived. No new comments can be posted.

Microsoft [to patent] Verb Conjugation

Comments Filter:
  • Re:Oh please (Score:5, Informative)

    by zeruch ( 547271 ) <zeruch.deviantart@com> on Wednesday September 06, 2006 @01:50AM (#16050225) Homepage
    And I for one, have seen things that are certainly similar. At best what you are creating is a series of like values (I live (Engliah) = Eu vivo (Portuguese) = Iskun (Arabic), etc), and that is if you are doing translation (where such things have already been around). If it is for one language, then it is basically taking a "501 X Verbs" Book and making it searchable electronically, and adding it to the grammar/cpell check of a writing application. Unless there is some that extends beyond the simple idea of large tables of word/phrase data and maybe some kind of expert system with grammar rules that accounts for some of the varied iregular verbs of somelanguages, what you have is a rather bogus patent application.
  • More prior art (Score:4, Informative)

    by Virtual_Raider ( 52165 ) on Wednesday September 06, 2006 @02:01AM (#16050253)
    In the spanish speaking world, unlike in english, there is an official academy of the language which monitors its development throughout all the spanish-speaking countries and updates the official Dictionary of the Academy accordingly. In their website they have a tool that does exactly the same as this patent describes. Would that count as prior-art or the fact that its in a different language might count as sufficient difference even though the process is about the same (if not more complex given that there are a lot more perks to spanish conjugation)?
  • Verbix (Score:2, Informative)

    by Anonymous Coward on Wednesday September 06, 2006 @02:31AM (#16050347)
    According to Archive.org [archive.org], Verbix [verbix.com] has been around since at least March of 2000.
  • by jorghis ( 1000092 ) on Wednesday September 06, 2006 @02:35AM (#16050360)
    The abstract is general yes. But that is the abstract, the specifics are in the pages that follow. I think that this is where all the confusion on slashdot comes from. People read the abstract and assume that anything which is remotely similar to the abstract is what they are trying to patent. When in reality it really is just an abstract. You need to look at the entire application and realize that they are patenting a specific method of doing xyz, not just "a method for doing xyz" as is usually claimed in the abstract.
  • Re:Oh please (Score:1, Informative)

    by Anonymous Coward on Wednesday September 06, 2006 @02:38AM (#16050366)
    Most dictionaries don't conjugate all of the verbs. They simply give the infinitive form and redirects for some oddballs. For example, I just checked my dictionary and it doesn't list the conjugations of the standard verb 'to utter.' It does list the nonstandard conjugations of 'to eat' (such as 'ate'). How about a Spanish dictionary? Hell no! None of mine even have tables in the back for conjugations. But they do have non-standard conjugations just like my English dictionary. If you want to learn the conjugations you buy a language book or you buy one of the 555 red books, not a dictionary. They are different books used for different purposes.

    But this isn't really that surprising, a book on STL functions doesn't tell you all of the possible 'conjugations' of a function call either. You will find something like:

    template<class InputIterator, class EqualityComparable> InputIterator find(InputIterator first, InputIterator last, const EqualityComparable& value);

    The conjugation to "p = find(a.begin(), a.end(), N);" is up to you.
  • Re:Oh please (Score:5, Informative)

    by martin-boundary ( 547041 ) on Wednesday September 06, 2006 @03:34AM (#16050497)
    Looks like you're willfully misunderstanding the point as well. There is nothing difficult about listing all the possible conjugations of a verb: It's trivial to do it by applying the algorithms expressed in a good grammatical reference.

    It's trivial to do it for a fixed language, and it's trivial to iterate over any set of candidate languages with a well defined grammar, doing it for each.

    The fact that a book doesn't list all possible forms for each possible verb in an explicit table is irrelevant. The book is enough to generate those forms on demand, which is all an algorithm is required to do.

    Now, there are certainly optimal (smallest number of operations, or maybe smallest RAM requirements, etc) algorithms out there which perform equivalently to any given published grammar book, but finding those is at best a cause for buying the programmers a case of beer, it's not worthy of a patent. After all, it doesn't significantly advance the state of the art.

  • by a_n_d_e_r_s ( 136412 ) on Wednesday September 06, 2006 @03:34AM (#16050500) Homepage Journal
    Of course Microsoft has bullied programmers from releasing their code because it contains patents that Microsoft claims it owns. Yes, against small time people who cant afford the tens or houndred of thousands of money to get the patent revoked.

    One highly publized example is VirtualDub which no longer support the .asf file format since Microsoft sent them a threat to stop VirtualDyb from using .asf files.

    http://en.wikipedia.org/wiki/VirtualDub [wikipedia.org]

    So yes Microsoft has no qualms about using their patents to stop open software being developed.
  • Re:Oh please (Score:3, Informative)

    by caveymon ( 939902 ) on Wednesday September 06, 2006 @04:09AM (#16050586)
    Have you taken a look at http://www.verbix.com/ [verbix.com] ? Pretty nice program, with loads of languages. Input verb, output any possible conjugation form. Heck, I use the online conjugator all the time when I'm trying my best at the Finnish language.
  • by Anonymous Coward on Wednesday September 06, 2006 @04:27AM (#16050635)
  • Re:Oh please (Score:2, Informative)

    by Rock-n-Rolf ( 79046 ) <rolf&haberrecker,de> on Wednesday September 06, 2006 @05:06AM (#16050737) Journal
    While I was studying computational linguistics at http://www.linguistik.uni-erlangen.de/en_contents/ index.php [uni-erlangen.de] me and three other students implemented such a system in C on HP-UX within 6 weeks for German-English and English-German wordform translation during an internship. That was about 13 years ago, if I remember correctly. So really nothing new and extraordinary.

    If somebody needs a reference for prior art, feel free to contact me.
  • Re:Yay, whatever (Score:3, Informative)

    by DaphneDiane ( 72889 ) * <tg6xin001@sneakemail.com> on Wednesday September 06, 2006 @05:24AM (#16050775)
    Jim Breen's WWWJDIC Japanese-English Dictionary Server [monash.edu.au] offers Japanese verb conjugation support. This sites been around for a while: main page from 1999 [archive.org]. I found mentions of conjugation support back as far as 2003-02-11 [archive.org].
  • by Yumi Saotome ( 470249 ) on Wednesday September 06, 2006 @09:09AM (#16051420) Journal
    The USPTO is obligated to publish patent applications 18 months after filing. Given their backlog of software patents, they usually don't address the merits of one until after 33 months or so after filing. That is why you might see some strange looking applications.
  • by Phisbut ( 761268 ) on Wednesday September 06, 2006 @09:11AM (#16051445)
    IANAL, thank God, but it seems to me that that would only be prior art if you had publicized it somehow. Prior art has to be public, for obvious reasons.

    If you didn't publicize it, your prior invention only gives you the personal right to use your version of the technology without paying Microsoft. Until they sue you of course, then you'll either pay them or lawyers.

    This piece of software [druide.com] has been for sale since 1996 (for French), and it does much more than what the patent covers (conjugate verbs), it's also a dictionnary with definitions (partly in the patent application for verbs), a thesaurus, a grammar, a spell and grammar checker (way better than what's embedded in MS-Word... it's a totally different league), and much much more. It's a must-have if you're even only remotely interrested in the French language.

  • by back_pages ( 600753 ) <back_pagesNO@SPAMcox.net> on Wednesday September 06, 2006 @10:25PM (#16056916) Journal
    It has everything to do with this. This is an obvious patent to strike down unmercifully. The patent itself says that verb conjugation has been around online and that the only major difference is that this method *might* detect spelling errors (gee, like *that* hasn't been done) and would allow a person to imput their native verb to get conjugations in another language (not novel in the least). If the USPTO can't even pass basic common sense tests, why should they be allowed to issue anything that could lead to million dollar court battles?

    This is not insightful.

    The article is NOT in reference to a PATENT. There is no "patent to strike down unmercifully". The article describes a patent application. A PATENT APPLICATION PUBLICATION HAS NOT BEEN EXAMINED. All of your comments about the USPTO are literally, and according to the dictionary definition, BASELESS in this instance.

    SLASHDOT IS THE FOX NEWS OF PATENTS.

    Carry on.

UNIX is hot. It's more than hot. It's steaming. It's quicksilver lightning with a laserbeam kicker. -- Michael Jay Tucker

Working...