Skip to content

Commit

Permalink
Simplify Markdown header formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pamolloy committed Nov 23, 2012
1 parent d636765 commit c4f9a81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Genutiv #
# Genutiv
Genutiv aims to test the accuracy of patterns commonly cited in educational literature to help guess the gender of German nouns. The application currently consists of four scripts that download, crawl, compare and analyze data from the German Wikitionary.

## Background ##
## Background
The most difficult task when learning German as a native English speaker is the tedious acquisition of new words. That process becomes particularly difficult with nouns, which require the memorization of a complementary trait, the grammatical gender.

German nouns are each assigned one of the three grammatical genders: masculine, feminine or neuter. The gender helps determine how a noun is declined according to the number (i.e. single or plural) and case: nominative, accusative, dative and gentive. Fortunately, a noun's gender is often related to its morphology or semantics. These patterns can expedite the acquisition of new nouns by averting the memorization of an additional trait alongside the definition of a noun. Unfortunately, few patterns are accurate in every case, so that exceptions need to be memorized nevertheless.
Expand All @@ -10,7 +10,7 @@ For further information about collections of German nouns and grammatical caveat

The decisions behind how the scripts function is explained in the *[Genutiv](http://pamolloy.dyndns.org/project/genutiv/)* article.

### Grammatical improvements ###
## Grammatical improvements
* Foreign proper nouns may be removed from the collection of nouns to be analyzed
* The gender and plural ending of compound nouns are governed by the last word in the compound. Therefore it is not necessary to learn the gender of a compound noun and compound nouns should be removed from analysis. For more information see [German Compound Words](http://german.about.com/od/nounsandcases/a/German-Compound-Words.html)
* Some German nouns have a different meaning depending on the gender (e.g. [Band](http://www.dict.cc/?s=Band)
Expand Down

0 comments on commit c4f9a81

Please sign in to comment.