sign in · help · news · about · deen

BibSonomy ::  user :: gresch ::

The blue social bookmark and publication sharing system.
 

bookmarks

 (25)
<< < 1 | 2 > >> 
  • Excellent site, very well maintained, on open cultural information and media.
    to audio culture directory information kultur language podcast video by gresch and 4 other users on Oct 14, 2011, 12:13 AM
    (0)
  • Netspeak hilft Ihnen bei der Wortwahl. Mit Netspeak finden Sie heraus, wie Engländer etwas schreiben würden. Aus den gebräuchlichsten Formulierungen kön...
    Netspeak hilft Ihnen bei der Wortwahl. Mit Netspeak finden Sie heraus, wie Engländer etwas schreiben würden. Aus den gebräuchlichsten Formulierungen können Sie so die passende wählen. Beispiel Um herauszufinden, was am häufigsten nach "I am waiting" geschrieben wird, stellen Sie einfach folgende Anfrage: i am waiting ?
    to dictionary englisch english language phrase sprache translation by gresch and 2 other users on Jun 17, 2011, 10:13 AM
    (0)
  • Wörterbuch der deutschen Gegenwartssprache (WDG): - erarbeitet an der Akademie der Wissenschaften. - Zeitraum: 1961-1977. - Umfang: 130.000 Einträge.
    to deutsch dictionary german language wörterbuch by gresch and 28 other users on Feb 12, 2009, 10:10 AM
    (0)
  • This is a map of the wheel-ruts of modern English. Etymologies are not definitions; they're explanations of what our words meant and how they sounded 600 o...
    This is a map of the wheel-ruts of modern English. Etymologies are not definitions; they're explanations of what our words meant and how they sounded 600 or 2,000 years ago. The dates beside a word indicate the earliest year for which there is a surviving written record of that word (in English, unless otherwise indicated). This should be taken as approximate, especially before about 1700, since a word may have been used in conversation for hundreds of years before it turns up in a manuscript that has had the good fortune to survive the centuries. The basic sources of this work are Weekley's "An Etymological Dictionary of Modern English," Klein's "A Comprehensive Etymological Dictionary of the English Language," "Oxford English Dictionary" (second edition), "Barnhart Dictionary of Etymology," Holthauzen's "Etymologisches Wörterbuch der Englischen Sprache," Ayto's "20th Century Words," and Chapman's "Dictionary of American Slang." A full list of sources used in this compilation can be found here. Since this dictionary went up, it has benefited from the suggestions of dozens of people I have never met, from around the world. Tremendous thanks and appreciation to all of you.
    to dictionary ethymology information language by gresch and 5 other users on Dec 11, 2008, 3:20 PM
    (0)
  • The Mixxer is a free educational community for language learners and teachers to find a language partner for a language exchange. The language partner is s...
    The Mixxer is a free educational community for language learners and teachers to find a language partner for a language exchange. The language partner is someone who speaks the language you study as their native language and is studying your native language. As a member of the Mixxer community, you can communicate with your language partner via Skype to practice speaking. You can also submit documents and ask native speakers to correct your writing.
    to cornelia information language learning lernen sprachen web2.0 by gresch and 6 other users on Oct 13, 2008, 1:16 PM
    (0)
  • OmegaT is a free translation memory application written in Java. It is a tool intended for professional translators. It does not translate for you! (Softwa...
    OmegaT is a free translation memory application written in Java. It is a tool intended for professional translators. It does not translate for you! (Software that does this is called "machine translation", and you will have to look elsewhere for it.) OmegaT has the following features: * Fuzzy matching * Match propagation * Simultaneous processing of multiple-file projects * Simultaneous use of multiple translation memories * External glossaries * Document file formats include: XHTML and HTML Microsoft Office 2007 XML OpenOffice.org/StarOffice XLIFF (Okapi) MediaWiki (Wikipedia) Plain text * Unicode (UTF-8) support: can be used with non-Latin alphabets * Support for right-to-left languages * Compatible with other translation memory applications (TMX)
    to develop framework java language software tools translation by gresch on Sep 24, 2008, 8:48 AM
    (0)
  • Introduction The goals of this project are simple: Create a highly configurable, easily modifiable source code beautifier. Features * Ident co...
    Introduction The goals of this project are simple: Create a highly configurable, easily modifiable source code beautifier. Features * Ident code, aligning on parens, assignments, etc * Align on '=' and variable definitions * Align structure initializers * Align #define stuff * Align backslash-newline stuff * Reformat comments (a little bit) * Fix inter-character spacing * Add or remove parens on return statements * Add or remove braces on single-statement if/do/while/for statements * Supports embedded SQL 'EXEC SQL' stuff * Highly configurable - 168 configurable options as of version 0.30
    to beautifier c develop format java language software by gresch on Sep 10, 2008, 10:05 PM
    (0)
  • Features * (Jointly) visualize o syntactic dependency graphs o semantic dependency graphs (a la CoNLL 2008) o Chunk...
    Features * (Jointly) visualize o syntactic dependency graphs o semantic dependency graphs (a la CoNLL 2008) o Chunks (such as syntactic chunks, NER chunks, SRL chunks etc.) * Compare gold standard trees to your generated trees (e.g. highlight false positive and negative dependency edges) * Filter trees and visualize only what's necessary, for example o only dependency edges with certain labels o only the edges between certain tokens * Search corpora for sentences with certain attributes using powerful search expressions, for example o search for all sentences that contain the word "vantage" and the pos tag sequence DT NN o search for all sentences that contain false positive edges and the word "vantage" * Reads o CoNLL 2000, 2002, 2003, 2004, 2006 and 2008 format o Lisp S-Expressions o Malt-Tab format o markov thebeast format * Export to EPS Check this screenshot to get a better idea.
    to develop frameworks java language nlp parser software trees by gresch on Aug 28, 2008, 10:18 AM
    (0)
  • Clojure is a dynamic programming language that targets the Java Virtual Machine. It is designed to be a general-purpose language, combining the approachabi...
    Clojure is a dynamic programming language that targets the Java Virtual Machine. It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language - it compiles directly to JVM bytecode, yet remains completely dynamic. Every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection. Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs. I hope you find Clojure's combination of facilities elegant, powerful, practical and fun to use. The primary forum for discussing Clojure is the Google Group - please join us! Rich Hickey
    to develop frameworks java jvm language lisp software by gresch and 1 other user on Mar 16, 2008, 2:51 PM
    (0)
  • Closures - Comparing the core of BGGA, CICE and FCM In this blog I'm going to compare the core of the three principle 'closure' proposals. This is parti...
    Closures - Comparing the core of BGGA, CICE and FCM In this blog I'm going to compare the core of the three principle 'closure' proposals. This is particularly apt following the recent surge in interest after Josh Bloch's Javapolis talk.
    to blog closures develop java language operator software by gresch on Dec 31, 2007, 3:34 PM
    (0)
  • Strč prst skrz krk [ˈstr̩tʃ ˈpr̩st ˈskr̩s ˈkr̩k] (dt. Steck den Finger durch den Hals
    to kuriosa language sprache wikipedia by gresch on Jun 12, 2007, 2:00 PM
    (0)
  • Isabelle is a popular generic theorem proving environment developed at Cambridge University (Larry Paulson) and TU Munich (Tobias Nipkow). See the Isabelle...
    Isabelle is a popular generic theorem proving environment developed at Cambridge University (Larry Paulson) and TU Munich (Tobias Nipkow). See the Isabelle overview. This site provides general information on Isabelle, more specific information is available from the local sites
    to develop language programming software by gresch on May 29, 2007, 10:29 PM
    (0)
  • C Scripting Language (CSL) is a well structured and easy to learn script programming language available for 32 bit Windows, OS/2 and Unix style systems. CS...
    C Scripting Language (CSL) is a well structured and easy to learn script programming language available for 32 bit Windows, OS/2 and Unix style systems. CSL follows the C syntax very closely and programmers used to C, C++ and JAVA will immediately be familiar with it. CSL is used like an interpreter: You write the program with your favorite editor and run it directly like any shell script.
    to batch c computing csl develop language script tool tools by gresch on Jan 23, 2007, 9:58 AM
    (0)
  • IBM is pleased to contribute translations for the Eclipse Project, the Eclipse Web Tools Platform (WTP) Project, the Eclipse Test and Performance Tools Pla...
    IBM is pleased to contribute translations for the Eclipse Project, the Eclipse Web Tools Platform (WTP) Project, the Eclipse Test and Performance Tools Platform (TPTP) Project, the Business Intelligence and Reporting Tools (BIRT) Project, the Eclipse Modeling Project, the Eclipse Data Tools Platform (DTP) Project and for several subprojects of the Eclipse Tools Project for the Callisto releases.
    to java translation develop eclipse language by gresch on Dec 8, 2006, 2:37 PM
    (0)
  • quick references that feature the most commonly forgotten things on a specific topic. You can print them out and hang them on your wall, or just keep them ...
    quick references that feature the most commonly forgotten things on a specific topic. You can print them out and hang them on your wall, or just keep them handy in your bookmarks for quick reference.
    to develop information documentation programming language reference by gresch and 12 other users on Dec 4, 2006, 9:12 PM
    (0)
  • The name cpdetector is a short form for code page - detector and has nothing to do with java classpaths. cpdetector is a framework for configurable code pa...
    The name cpdetector is a short form for code page - detector and has nothing to do with java classpaths. cpdetector is a framework for configurable code page-detection of documents. It may be used to detect the code page of documents retrieved from remote
    to java utilities develop language by gresch on Apr 11, 2006, 5:30 PM
    (0)
  • Free GPL'ed Software for offline use of the comprehensive dict.cc dictionary (German/English - English/German). You need to download the dictionary textfil...
    Free GPL'ed Software for offline use of the comprehensive dict.cc dictionary (German/English - English/German). You need to download the dictionary textfiles from dict.cc directly. Better than this expensive Lion tool for LEO.
    to deutsch dictionary german language software tools wörterbuch by gresch on Apr 7, 2006, 1:48 PM
    (0)
  • Coordinated university research on the implementation and use of digital libraries. Uncountable facets of this topics are treated within.
    to science develop research algorithms language by gresch on Feb 9, 2006, 10:42 AM
    (0)
  • Geeky! Freaky! Super interesting. (From Sebastian).
    to java develop language algorithms by gresch and 3 other users on Feb 9, 2006, 10:35 AM
    (0)
  • Toki Pona is a minimal artificial language that focuses on the good things in life. It has been designed to express the most, using the least. The entire ...
    Toki Pona is a minimal artificial language that focuses on the good things in life. It has been designed to express the most, using the least. The entire language has only 14 basic sounds and 118 words. The grammar, although different from English, is v
    to linguistics language by gresch on Jan 17, 2006, 12:25 AM
    (0)
<< < 1 | 2 > >>bookmarks per page: 5 10 20 50 100  

publications

publications per page: 5 10 20 50 100  
a gripper