You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/02/01 14:41:02 UTC

svn commit: r1066042 - /incubator/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Gender.java

Author: joern
Date: Tue Feb  1 13:41:02 2011
New Revision: 1066042

URL: http://svn.apache.org/viewvc?rev=1066042&view=rev
Log:
No Jira, fixed typo.

Modified:
    incubator/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Gender.java

Modified: incubator/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Gender.java
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Gender.java?rev=1066042&r1=1066041&r2=1066042&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Gender.java (original)
+++ incubator/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Gender.java Tue Feb  1 13:41:02 2011
@@ -18,7 +18,7 @@
 package opennlp.tools.coref.sim;
 
 /**
- * Class which models the gender of an enity and the confidence of that association.
+ * Class which models the gender of an entity and the confidence of that association.
  */
 public class Gender {