| Revision 619,
361 bytes
checked in by jdalbey, 6 years ago
(diff) |
|
Add branch LCSv2
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/usr/bin/env python |
|---|
| 2 | # -*- coding: utf-8 -*- |
|---|
| 3 | { |
|---|
| 4 | # "singular form (0)": ["first plural form (1)", "second plural form (2)", ...], |
|---|
| 5 | 'account': ['accounts'], |
|---|
| 6 | 'book': ['books'], |
|---|
| 7 | 'is': ['are'], |
|---|
| 8 | 'man': ['men'], |
|---|
| 9 | 'miss': ['misses'], |
|---|
| 10 | 'person': ['people'], |
|---|
| 11 | 'quark': ['quarks'], |
|---|
| 12 | 'row': ['rows'], |
|---|
| 13 | 'shop': ['shops'], |
|---|
| 14 | 'this': ['these'], |
|---|
| 15 | 'was': ['were'], |
|---|
| 16 | 'woman': ['women'], |
|---|
| 17 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.