-
Notifications
You must be signed in to change notification settings - Fork 1
/
sjd.diff
874 lines (874 loc) · 40.5 KB
/
sjd.diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
339d338
< Updated ignore patterns. 2019-10-23T18:40:46+00:00
347,351d345
< ignore *.fomabin. 2019-10-08T06:35:05+00:00
< ign 2019-10-07T21:32:11+00:00
< ign 2019-10-07T21:15:15+00:00
< ign 2019-10-07T21:13:09+00:00
< Force unix line endings, to make sure it works ok also on the Windows subsystem for Linux. 2019-10-07T17:16:53+00:00
364d357
< Updating svn ignores for tools/analysers/. 2019-06-14T06:38:51+00:00
369,370d361
< Updating svn ignores. 2019-05-24T09:55:04+00:00
< Updating svn ignores. 2019-05-24T09:44:55+00:00
382d372
< Updated svn ignores. 2019-02-27T10:18:02+00:00
401,402d390
< Ignore compiled cg3 files in tools/tokenisers/. 2019-01-08T07:08:34+00:00
< Ignore more files, including files that are automatically added to svn when populating a new language. This is done to avoid them showing up as noise for external languages, in which case these files might not be in our svn (but in the external svn repo instead). 2019-01-08T06:55:51+00:00
469,470d456
< ignore for bin 2018-10-14T13:31:01+00:00
< added korp.cg3 to svn ignore. 2018-10-14T12:56:20+00:00
490,491d475
< svn ignore update 2018-09-20T08:44:05+00:00
< updated svn ignore. 2018-09-20T08:28:11+00:00
495d478
< More general ignore pattern for tools/mt/apertium/tagsets/. 2018-09-10T11:16:40+00:00
498d480
< Updated svn ignore patterns. 2018-09-08T05:26:27+00:00
508d489
< Updated svn ignores. 2018-08-30T16:00:09+00:00
511d491
< Updated svn ignores. 2018-08-29T05:25:34+00:00
513d492
< Updating svn ignores. 2018-08-28T10:47:06+00:00
528d506
< More things to ignore. 2018-05-14T10:33:30+00:00
542,545d519
< Added ignore pattern for in.txt 2018-03-01T07:09:50+00:00
< More ignores 2018-03-01T06:52:33+00:00
< More svn ignores. 2018-03-01T06:25:59+00:00
< Added svnignore pattern for sigma.txt. 2018-02-21T09:49:57+00:00
548d521
< Two more files to ignore. 2018-02-06T09:44:18+00:00
559d531
< Updated svn ignores. 2018-01-31T12:13:59+00:00
592d563
< Updated svn ignores. 2017-12-11T12:55:46+00:00
615,616d585
< Updated svn ignores for tokenisers and grammar checkers + subdirs. 2017-10-11T11:47:18+00:00
< Updated svn ignores for tokenisers and grammar checkers + subdirs. 2017-10-11T11:22:45+00:00
629d597
< Updating svn ignores. 2017-08-25T10:22:58+00:00
645,646d612
< Updated svn ignores. 2017-06-28T23:37:25+00:00
< Updated svn ignores. 2017-06-28T23:08:42+00:00
653d618
< ign 2017-03-21T19:49:19+00:00
665d629
< Updated svn ignores. 2017-03-01T12:02:48+00:00
681d644
< Updated svn ignores. 2017-01-30T10:04:48+00:00
750d712
< Updated svn ignores. 2016-06-09T20:11:13+00:00
770d731
< Setting svn ignore patterns on tools/spellcheckers/filters/. 2016-05-10T01:00:11+00:00
800d760
< Ignore more preprocessor files = fst’s. 2016-04-14T16:01:04+00:00
824d783
< Updated svn ignores. 2016-03-15T19:54:49+00:00
827d785
< Use a more general svn ignore pattern in src/morphology/. 2016-03-07T17:10:12+00:00
848d805
< Updated the svn ignore property for recent changes in the infrastructure. 2016-02-16T22:36:51+00:00
853d809
< Updating svn:ignore’s. 2016-02-02T15:34:45+00:00
858,859d813
< Updated svn:ignore’s. 2016-02-02T10:33:44+00:00
< Updated svn:ignore’s. 2016-02-02T10:16:28+00:00
863d816
< Updated svn ignores. 2016-01-25T08:11:45+00:00
875d827
< Updated svn:ignore’s. 2015-11-18T23:05:40+00:00
891d842
< Updated svn ignores. 2015-10-20T07:50:38+00:00
921d871
< Ignore temporary files generated by the speller suggestion test script. 2015-09-03T04:23:51+00:00
967d916
< Ignore txt files in speller dirs. 2015-04-09T11:55:38+00:00
977d925
< Updated svn ignores. 2015-03-14T10:46:39+00:00
982d929
< Updated svn ignores. 2015-03-12T08:28:02+00:00
988d934
< Updated svn ignores. 2015-03-09T10:41:02+00:00
990d935
< Updated svn ignores. 2015-03-06T15:56:54+00:00
993d937
< Updated svn ignores. 2015-03-06T09:24:00+00:00
1000d943
< Update svn ignores. 2015-02-27T12:55:53+00:00
1049d991
< Special svn:ignore on src/orthography/. 2015-01-26T10:30:36+00:00
1056d997
< Setting svn:ignore for Bashkir, updating the other ignores. 2015-01-19T06:20:12+00:00
1064d1004
< Updated svn:ignore's. 2015-01-12T21:50:15+00:00
1066d1005
< svn:ignore also for *.service. 2015-01-12T15:58:08+00:00
1095d1033
< Update ignores for src/morphology/. 2014-10-23T08:25:38+00:00
1136d1073
< Updated svn:ignore's. 2014-09-08T21:51:28+00:00
1152d1088
< ignore 2014-08-16T15:52:40+00:00
1166d1101
< Updated svn:ignore for all languages. 2014-06-11T09:37:23+00:00
1171d1105
< Ignore cg3 files in the tools/mt/apertium/ dir. 2014-06-02T14:02:42+00:00
1177d1110
< Ignore the generated pkg-config files. 2014-05-12T20:27:01+00:00
1198d1130
< Extra ignores on tools/mt/apertium/filters/. 2014-04-16T05:45:32+00:00
1200d1131
< Updated svn ignores. 2014-04-15T13:30:11+00:00
1203d1133
< Updated svn ignore. 2014-04-10T15:16:59+00:00
1213d1142
< Updated svn ignores. 2014-04-03T10:10:45+00:00
1216d1144
< Updated svn ignore. 2014-04-02T10:58:00+00:00
1228d1155
< Update svn ignores on test/src/phonology/. 2014-03-20T07:32:24+00:00
1235d1161
< Updated ignore patterns for test/tools/spellcheckers/. 2014-03-14T10:26:24+00:00
1244d1169
< Updated svn ignores. 2014-02-28T06:46:07+00:00
1284d1208
< Ignore mk-files in the preprocess/ dir. 2014-01-14T14:20:40+00:00
1292d1215
< Ignore generated easteregg files. 2014-01-12T11:44:07+00:00
1295d1217
< Ignore functions.cg3 and dependency.cg3 if they are copied from a shared location (these files will not be ignored if already in svn). 2014-01-10T10:24:56+00:00
1308d1229
< Updated the ignore pattern for morphology/stems/. 2014-01-09T13:45:44+00:00
1329d1249
< Ignore generated regex files in the src/filters/ dir. 2013-12-03T11:56:43+00:00
1336,1337d1255
< Extra ignores in the filters/ dir. 2013-11-24T15:25:17+00:00
< igno 2013-11-24T15:13:39+00:00
1341d1258
< Ignore the generated, concatenated lexc file. 2013-11-22T13:37:46+00:00
1355d1271
< Ignore generated documents in tools/shellscripts/. 2013-10-18T11:47:12+00:00
1364,1365d1279
< One more ignore on the grammar checker dir. 2013-10-10T09:06:26+00:00
< Update svn ignores. 2013-10-09T11:01:58+00:00
1367d1280
< Updated svn ignores. 2013-10-09T07:04:36+00:00
1398d1310
< Ignore zipped files (built for apertium). 2013-08-19T07:13:39+00:00
1401d1312
< Ignore *.att files in src/ (produced by the apertium targets). 2013-08-17T12:30:28+00:00
1414d1324
< Ignore extra generated files in the tagsets dir. 2013-06-13T14:40:56+00:00
1423d1332
< Updated the svn ignores. 2013-06-06T08:10:31+00:00
1439d1347
< [ignore] Also ignore generated foma transducers. 2013-04-11T16:57:19+00:00
1449d1356
< Ignore the generated voikko-3 dir. 2013-03-18T09:43:22+00:00
1456d1362
< More extensive ignores on src/morphology/. 2013-03-12T08:07:27+00:00
1463d1368
< Ignore top-level build dir. 2013-02-27T07:18:08+00:00
1465d1369
< Update svn ignores. 2013-02-27T00:08:32+00:00
1469d1372
< Ignore the build/ dir within doc/. 2013-02-26T17:02:56+00:00
1494,1495d1396
< The ignore pattern was wrong - now correct. 2013-01-23T22:34:12+00:00
< Ignore generated yaml tests. 2013-01-23T22:28:44+00:00
1501a1403
> Added sjd synlink 2013-01-23T15:49:27+00:00
1508d1409
< Updated svn:ignore with the latest modifications to the ignore patterns. 2013-01-14T19:34:16+00:00
1562a1464
> Saami 2012-11-22T12:56:38+00:00
1621d1522
< stems-cat 2012-11-14T15:09:29+00:00
1624a1526,1527
> article moved to a more appropriate place 2012-11-05T10:34:44+00:00
> testing svn 2012-10-29T20:56:41+00:00
1626a1530,1531
> header with statement about the (open) status of the document 2012-10-07T11:40:11+00:00
> chapter outline and some other stuff 2012-10-06T20:00:07+00:00
1628a1534,1535
> intro on saamic is basically finished 2012-10-06T18:16:20+00:00
> using biblatex, cleaning up unused packages 2012-10-06T16:56:34+00:00
1630a1538
> short intro to the three lgs 2012-10-06T16:35:54+00:00
1631a1540,1541
> added translations of CTPs 2012-10-06T14:48:25+00:00
> Remove NBSP; Inspired by svn r63631, went through all files in gt and langs 2012-10-05T09:30:48+00:00
1633a1544
> added classes of complment taking predicates, CTPs 2012-10-02T12:07:08+00:00
1634a1546,1547
> testing svn 2012-10-01T14:56:19+00:00
> new directory for materials on sjd 2012-09-28T13:38:10+00:00
1637a1551
> Standardising tags, now Imprt 2012-05-27T07:22:27+00:00
1638a1553,1554
> Standardising tags, now Imprt 2012-05-27T07:22:06+00:00
> Now also sloppy 2, 02.00 in addition to 02:00 2012-04-29T06:14:27+00:00
1640a1557
> oahpa-adjustment 2012-04-28T13:51:34+00:00
1641a1559,1560
> oahpa-adjustment 2012-04-28T13:49:09+00:00
> declared +Use/NG, had forgot. 2012-04-28T11:45:00+00:00
1643a1563
> Added the missing ordinals, the whole hundreds, and added an alternate form for _first_ 2012-04-23T19:03:12+00:00
1644a1565,1566
> Now missing only the whole hundreds (of the ordinals under 1000). 2012-04-21T21:09:19+00:00
> new and a bit better ordinal fst. 2012-04-21T13:23:04+00:00
1646a1569
> unterwegs 2012-04-21T13:06:12+00:00
1647a1571,1572
> Added the words from sjdoahpa. 2012-04-19T05:07:40+00:00
> Added vowel as left context for some rules. 2012-04-19T05:05:08+00:00
1649a1575
> Adding English 2012-04-18T05:22:52+00:00
1650a1577,1578
> Adding English 2012-04-18T05:21:13+00:00
> Adding English 2012-04-18T04:58:09+00:00
1652a1581
> Adding English 2012-04-18T04:51:01+00:00
1653a1583,1584
> Adding English 2012-04-18T04:43:30+00:00
> Correcting essive 2012-04-16T07:00:56+00:00
1655a1587
> Awaiting input from A. Antonova 2012-04-11T14:46:43+00:00
1656a1589,1590
> script 2012-04-11T06:31:58+00:00
> Went through the rest 2012-04-09T09:16:09+00:00
1658a1593
> 1200 2012-04-09T08:41:49+00:00
1659a1595,1596
> La til engelsk, sett gjennom og retta det verste t.o.m. 780 2012-04-08T22:37:09+00:00
> La til engelsk, sett gjennom og retta det verste t.o.m. 700 2012-04-08T22:15:50+00:00
1661a1599
> Removed doublets. 2012-04-08T21:18:34+00:00
1662a1601,1602
> rättade ryska texten i hela leksa2 2012-04-08T20:58:02+00:00
> new unicode issues (only random test); I will check all possible coding errors later, before compiling the final xml-base 2012-04-08T13:39:33+00:00
1664a1605
> Fjerna dublettar 2012-04-07T11:18:55+00:00
1665a1607,1608
> Desse orda finst både i pedversions/sjdoahpa/src/xml og i leksa2.csv. 2012-04-07T11:18:44+00:00
> Retta skrivefeil. 2012-04-07T10:21:01+00:00
1667a1611
> kompletteringar HANDYCRAFT 2012-04-06T21:32:21+00:00
1668a1613,1614
> komletteringar 2012-04-06T20:34:14+00:00
> ny semantisk grupp, church-lexik 2012-04-06T20:23:56+00:00
1670a1617
> små rättelser 2012-04-06T13:26:50+00:00
1671a1619,1620
> ny semantisk grupp, grammatisk terminologi av A. Antonova 2012-04-06T13:17:43+00:00
> kompletteringar 2012-04-05T14:17:10+00:00
1673a1623
> delade in resten i semantiska grupper 2012-04-05T13:58:05+00:00
1674a1625,1626
> dela in nya ord i semantiska grupper inte färdig rör inte 2012-04-04T15:54:23+00:00
> Retta ein _ 2012-04-04T09:49:36+00:00
1676a1629,1630
> This is a dummy file, or rather, it is a Russian clock. At some point it will become a Kildin clock. 2012-04-04T09:38:42+00:00
> nya ord från AAs bok 2012-04-04T08:45:46+00:00
1678a1633,1634
> alla namn färdiga, men inte resten, rör inte 2012-04-03T22:55:13+00:00
> lagd till ny semantisk grupp: namn 2012-04-03T22:44:07+00:00
1680a1637
> nya ord från AAs lärobok inte färdig 2012-04-03T22:27:48+00:00
1681a1639,1640
> sorterade verben i semantiska grupper 2012-04-03T22:08:12+00:00
> lagt till nya ord om språk 2012-04-03T21:32:35+00:00
1683a1643
> rättelser i lösningsförslagen 2012-04-03T20:35:28+00:00
1684a1645,1646
> rättelser i lösningsförslagen 2012-04-03T19:58:11+00:00
> sorterad efter semantik ovh ordklass 2012-04-03T13:07:25+00:00
1686a1649
> Sorterad efter tredje, fält, SEMANTISK KLASS. 2012-04-03T12:46:01+00:00
1687a1651,1652
> raderade en konflikt-påminnin, oj då. 2012-04-03T12:35:31+00:00
> rättad stavfel 2012-04-03T12:28:33+00:00
1689a1655
> Fiksa konflikt. 2012-04-02T21:31:05+00:00
1690a1657,1658
> korrektur av ryska översättningar, svarsvarianter, lösningsförslag 2012-04-02T20:11:38+00:00
> Fjerna dublettar. 2012-04-02T18:14:06+00:00
1692a1661
> Split the first field (before first _) in two whenever it contained comma. 2012-04-02T18:09:00+00:00
1693a1663,1664
> typo 2012-04-02T16:52:26+00:00
> cleaning a few doublets 2012-04-02T16:48:24+00:00
1695a1667
> Unicode (claening combined letters where precomposed exist) 2012-04-02T16:28:37+00:00
1696a1669,1670
> Unicode (claening Latin letters from the Cyrillic items) 2012-04-02T16:22:33+00:00
> typo 2012-04-02T16:16:18+00:00
1698a1673
> dubletter splittade. 2012-04-02T15:20:34+00:00
1699a1675,1676
> rättad 2012-04-02T14:55:16+00:00
> test 2012-04-02T14:52:25+00:00
1701a1679
> Ord från Elisabeth. 2012-04-02T09:13:13+00:00
1703a1682,1683
> Misplaced comment broke compilation. 2012-03-31T08:24:49+00:00
> M4 work on SJD. No M4 code found, but the same escaped symbols and morphological boundary markers have been added, to ensure consistency across languages. Also the punctuation file has been updated to follow SME. 2012-03-07T11:20:07+00:00
1705a1686
> Copied Lene's lemma-checking scripts from sme. These are just like the sme ones, except sme has been exchanged for sjd. Look at the details. 2012-02-12T17:45:00+00:00
1706a1688,1689
> Marking the nouns not meeting the lemma test script, look into these later. 2012-02-12T17:43:25+00:00
> Marking the verbs not meeting the lemma test script, look into these later. 2012-02-12T17:43:07+00:00
1708a1692
> The content now taken from sme. 2012-02-10T19:38:45+00:00
1709a1694,1695
> +Ine, +Ela to +Loc, debugged and added a (long) list of nondeclared Multichar_Symbols to the declaration list. 2012-02-10T19:38:14+00:00
> cosmetics 2012-02-10T19:37:04+00:00
1711a1698
> Added rule for ^MON, aded undefined ^MON as multichar, otherwise cosmetics. 2012-02-10T19:36:40+00:00
1712a1700,1701
> Split +ConnegPst in +ConNeg and +Prt, changed +Pst to +Prt, downcased +IMPERS, tag fixes. 2012-02-10T19:35:47+00:00
> Removed double tag strings +Sg+Nom+Sg+Nom, noloa. Also Loc pro Ine. 2012-02-10T16:16:10+00:00
1714a1704
> debugging. 2012-02-10T16:15:27+00:00
1715a1706,1707
> Correcting the genitive plural to -et'. 2012-02-10T14:31:12+00:00
> paradigms 2012-02-07T14:49:13+00:00
1717a1710
> Removed word-final suffix boundary symbols. 2012-02-01T07:01:09+00:00
1718a1712,1713
> Looking at illative. 2012-02-01T07:00:50+00:00
> Non-composite long u. 2012-01-31T15:49:14+00:00
1720a1716
> Non-composite long u. 2012-01-31T15:49:01+00:00
1721a1718,1719
> Brute force copying from smn, the fst did not compile without this. 2012-01-31T15:16:12+00:00
> Commented in the fish, formatted the file. 2012-01-31T15:15:44+00:00
1723a1722
> Letter substitutions. 2012-01-31T15:15:25+00:00
1724a1724,1725
> Another illative rule. 2012-01-31T15:15:07+00:00
> paradigms for 4 words from the ksdp grammar. 2012-01-31T15:14:37+00:00
1726a1728,1729
> combined --> composed u+macron 2011-11-03T16:45:58+00:00
> We now do composed long vowels only, not precomposed. If that becomes a problem, we need spellrelax. Also made кӯххт default. 2011-11-02T15:16:20+00:00
1728a1732,1733
> corrections 2011-11-02T14:50:31+00:00
> Contlex too close to %. 2011-11-02T13:45:55+00:00
1730a1736
> Blank must be prefixed. 2011-11-02T13:44:30+00:00
1731a1738,1739
> Kildin values from Elli. 2011-11-02T13:34:08+00:00
> Copy from smn, Kildin data forthcoming. 2011-11-02T11:51:18+00:00
1733a1742
> Cosmetic changes. 2011-10-23T16:24:48+00:00
1735a1745,1746
> No latin chars in the kildin sámi error model - that will crash the speller! 2011-09-29T07:50:15+00:00
> Adding final missing pieces for OOo support for sjd and sje. 2011-09-28T18:53:55+00:00
1737a1749
> Correct name and language code. 2011-09-28T14:32:36+00:00
1738a1751,1752
> HFST speller files for sje and sjd. 2011-09-28T14:26:30+00:00
> frame 2011-09-15T12:13:18+00:00
1740a1755
> working with new rules 2011-09-09T09:06:15+00:00
1741a1757,1758
> minor 2011-09-09T09:05:48+00:00
> minor 2011-09-09T09:05:34+00:00
1743a1761
> minor 2011-09-09T09:05:06+00:00
1744a1763,1764
> new line 2011-09-02T18:48:23+00:00
> working with the adjectives, but this is still very much preliminary 2011-09-02T18:47:55+00:00
1746a1767
> working with the adjectives, but this is still very much preliminary 2011-09-02T18:37:53+00:00
1747a1769,1770
> working with the adjectives, but this is still very much preliminary 2011-09-02T18:37:36+00:00
> working with the adjectives, but this is still very much preliminary 2011-09-02T18:36:24+00:00
1749a1773
> work on the morphological rules for sjd continues 2011-08-30T08:33:20+00:00
1750a1775,1776
> work on the morphological rules for sjd continues 2011-08-30T08:32:19+00:00
> work on the morphological rules for sjd continues 2011-08-30T08:32:06+00:00
1752a1779
> work on the morphological rules for sjd continues 2011-08-30T08:31:54+00:00
1753a1781,1782
> work on the morphological rules for sjd continues 2011-08-30T08:30:34+00:00
> Added missing (preliminary) contlex #. 2011-08-10T07:16:35+00:00
1754a1784,1785
> Northern -> North, Southern -> South. 2011-08-04T23:09:26+00:00
> Moving big files from $GTHOME to $GTBIG. 2011-04-18T15:07:50+00:00
1756a1788,1789
> Added name tags to all Sami languages, in order not to forget it in the future. 2011-03-25T17:34:38+00:00
> testing svn 2011-02-14T13:21:30+00:00
1758a1792
> minor 2011-02-10T07:23:46+00:00
1759a1794,1795
> More edits and additions by Nina, Svetlana and Elena. Does compile. 2011-02-01T00:51:31+00:00
> adding variants in two pronouns, thanks to Nina, Lena, Sveta 2011-01-31T11:57:16+00:00
1761a1798
> new noun: кӯсс 2011-01-31T11:55:37+00:00
1762a1800,1803
> new (double) rule for qualitative gradation (thanks to Trond) 2011-01-31T11:54:19+00:00
> Today's work on sjd texts using the modern orthographies. 2011-01-30T22:43:49+00:00
> translation 2011-01-27T14:53:02+00:00
> one more noun 2011-01-26T17:54:45+00:00
1764a1806
> working on the noun inflection, мӯрр and кӣдт work well 2011-01-26T17:33:41+00:00
1765a1808,1809
> working on the noun inflection, мӯрр and кӣдт work well 2011-01-26T17:33:24+00:00
> playing with the rules for learning how they work 2011-01-26T17:32:10+00:00
1767a1812
> some try editing and successful testing with 1D class noun кӣдт 2011-01-25T14:41:02+00:00
1768a1814,1815
> making the case tags consistent 2011-01-25T10:36:52+00:00
> making the codes consistent 2011-01-25T10:34:39+00:00
1770a1818,1828
> making the codes consistent 2011-01-25T10:32:50+00:00
> a few more translations, editions 2011-01-25T08:25:21+00:00
> russian 2011-01-22T09:48:56+00:00
> Komi-specific file, was added by oversight/accident. Now deleted. 2011-01-17T10:37:22+00:00
> Corrected jspwiki syntax errors. Removed superfluous change line. 2011-01-17T10:25:10+00:00
> Svn-copied missing file from the English version. Needs to be translated. 2011-01-17T10:13:46+00:00
> more editions 2011-01-12T10:15:09+00:00
> more translations 2011-01-12T10:14:45+00:00
> adding first russian translations for tags 2011-01-11T21:06:47+00:00
> minor editions 2011-01-11T21:05:58+00:00
> russian corrected by Elli, thanks 2011-01-11T14:48:59+00:00
1771a1830,1831
> rather cosmetics 2011-01-09T15:55:35+00:00
> completing the neg-verb paradigm 2011-01-09T15:44:18+00:00
1773a1834
> more punctuation marks 2011-01-09T15:16:54+00:00
1774a1836,1837
> unifying tags 2011-01-08T17:59:45+00:00
> unifying tags 2011-01-08T17:58:09+00:00
1776a1840,1841
> correcting and completing tags 2011-01-08T17:56:32+00:00
> correcting a tag 2011-01-08T17:54:15+00:00
1778a1844,1845
> prettyfying 2011-01-08T17:34:12+00:00
> including both interrogative pron 2011-01-08T17:15:04+00:00
1780a1848
> I'm learning fast :-) 2011-01-08T16:44:39+00:00
1781a1850,1851
> starting interrogative pron, not ready 2011-01-08T13:37:22+00:00
> adding interrogative pron 2011-01-08T13:36:30+00:00
1783a1854
> adding relative pron, it seems to be ok and analyzing 2011-01-08T13:05:07+00:00
1784a1856,1857
> adding relative pron 2011-01-08T12:53:03+00:00
> small correction 2011-01-08T09:01:32+00:00
1786a1860
> cosmetics 2011-01-07T21:53:11+00:00
1787a1862,1863
> continuing with dem, lookup works fine, paradigm generator doesn't, why? 2011-01-07T21:30:07+00:00
> continuing with dem 2011-01-07T21:28:40+00:00
1789a1866
> 1sg.ill corrected 2011-01-07T20:26:12+00:00
1790a1868,1869
> working on the three personal pronouns, which are ok now 2011-01-07T19:06:42+00:00
> Added final newline. 2011-01-07T19:00:58+00:00
1792a1872,1873
> correcting 2011-01-07T18:56:23+00:00
> For Michael, and the rest of us: make pron-paradigm WORD=мунн ... etc. So far, only personal pronouns, but other pronouns may be added by adding +Dem etc. to the pron-codes.txt file. 2011-01-07T17:54:01+00:00
1795a1877,1878
> Replaced the variable $(TARGET) with $(GTLANG) everywhere. TARGET as a variable name is very unfortunate (extremely ambiguous, especially in a software build context), GTLANG is to the point (and does not conflict with the env. variable LANG). 2011-01-03T08:00:42+00:00
> Now compiling 2010-12-31T22:33:50+00:00
1797a1881
> one enter too much broke the compilation. 2010-12-31T22:24:28+00:00
1799a1884,1886
> more CG rules 2010-12-31T17:29:10+00:00
> additions 2010-12-31T17:17:10+00:00
> alphabet section: checking, cleaning up, correcting, adding... 2010-12-31T16:59:47+00:00
1800a1888,1908
> additions, corrections 2010-12-31T16:31:25+00:00
> note on orthography 2010-12-31T16:17:52+00:00
> minor 2010-12-31T16:17:26+00:00
> ref 2010-12-30T21:33:10+00:00
> text 2010-12-30T21:32:57+00:00
> additions 2010-12-30T18:20:50+00:00
> additions; tags are explained in order to make the docu more explicit; for the Russian version we will need explanations anyway 2010-12-30T17:45:31+00:00
> links 2010-12-29T21:32:25+00:00
> flow 2010-12-29T21:32:02+00:00
> starting with tags 2010-12-29T17:11:29+00:00
> starting to read thru our sjd docu 2010-12-29T15:50:43+00:00
> Real content - links to the actual documentation. 2010-12-29T14:20:35+00:00
> Added index files. 2010-12-29T13:45:36+00:00
> Copied content from non-'docu-' file to corresponding 'docu-' English file (nothing essential). 2010-12-29T13:44:47+00:00
> doublet 2010-12-29T13:43:25+00:00
> doublet 2010-12-29T13:43:20+00:00
> New headings. 2010-12-29T13:38:36+00:00
> files 2010-12-29T13:35:47+00:00
> Svn-copied from Kom. 2010-12-29T13:34:00+00:00
> Similar file in Russian. 2010-12-29T13:29:46+00:00
> Renamed to reflect content language. 2010-12-29T13:28:53+00:00
1801a1910,1911
> more thinking about adverbs… 2010-12-15T10:05:10+00:00
> thought about one more productive adverb derivation 2010-12-14T13:51:25+00:00
1803a1914
> recapitulating and adding some info 2010-12-14T09:56:48+00:00
1804a1916,1917
> adding on my last notes 2010-12-14T09:22:23+00:00
> adding a note on standardized hyph for Kildin 2010-12-14T08:59:15+00:00
1806a1920
> just reading and recapitulating Kurutch's vs. my own declension classes 2010-12-14T08:47:30+00:00
1807a1922,1923
> adding info on one verb class (trying to re-activate my finite-state skills) 2010-12-10T09:33:05+00:00
> deleted dobes data; tex file to be moved into the private svn 2010-09-16T14:31:57+00:00
1809a1926
> final version (tata vues') 2010-09-15T14:46:37+00:00
1810a1928,1929
> final minor revisions to everything. final. finally. 2010-09-15T13:48:55+00:00
> cleaning up, formatting pdf 2010-09-15T13:39:05+00:00
1812a1932
> final minor changes to abstract 2010-09-15T13:01:11+00:00
1813a1934,1935
> Joint work by all of us, deadline today. 2010-09-15T12:09:48+00:00
> minor revision to User access 2010-09-15T09:26:30+00:00
1815a1938
> cleaning up Josh's notes 2010-09-15T09:12:34+00:00
1816a1940,1941
> map to be included into application 2010-09-15T09:05:44+00:00
> minor revision in the abstract 2010-09-15T08:49:34+00:00
1818a1944
> The Schlachter - Korhonen issue. 2010-09-15T06:51:04+00:00
1819a1946,1947
> random revisions, few notes, all over the place 2010-09-15T00:32:47+00:00
> revisions to Preliminary considerations 2010-09-14T23:44:06+00:00
1821a1950
> formatting 2010-09-14T23:35:45+00:00
1822a1952,1953
> more cleaning up 2010-09-14T23:31:25+00:00
> more cleaning up 2010-09-14T23:10:00+00:00
1824a1956
> revisions/translation for Community consent 2010-09-14T22:58:49+00:00
1825a1958,1959
> more cleaning up 2010-09-14T22:52:32+00:00
> cleaning up 2010-09-14T22:41:35+00:00
1827a1962,1963
> revisions/translation for \subsection{Cooperation partners} 2010-09-14T22:20:58+00:00
> finished formatting references 2010-09-14T22:06:29+00:00
1829a1966,1967
> finished formatting references 2010-09-14T21:50:23+00:00
> revisions/translation for finished parts of \subsubsection{Project results: Language technology} 2010-09-14T21:33:38+00:00
1831a1970
> finished cleaning up Project participants' previous work on the subject 2010-09-14T21:29:03+00:00
1832a1972,1973
> Project participants' responsibilities and cleaning up 2010-09-14T21:21:21+00:00
> revisions/translation for \subsubsection{Project results: Corpus linguistics} 2010-09-14T20:52:59+00:00
1834a1976
> revisions/translation for introduction to \subsection{Expected outcome of the proposed project} 2010-09-14T20:32:59+00:00
1835a1978,1979
> revisions/translation for \paragraph{Orthography issues} 2010-09-14T19:53:28+00:00
> revisions/translation for \paragraph{Corpora of standard written languages vs. corpora of spoken endangered languages} 2010-09-14T19:34:47+00:00
1837a1982
> major revisions to \subsubsection{Methodological challenges} 2010-09-14T19:07:45+00:00
1838a1984,1985
> added missing articles to bib 2010-09-14T17:54:15+00:00
> minor changes in references 2010-09-14T15:44:27+00:00
1840a1988
> updated, three entries still missing 2010-09-14T15:43:03+00:00
1841a1990,1991
> revised info about Peter Steggo 2010-09-14T15:25:14+00:00
> changed the Ume thing, the other question has to be answered by Trond 2010-09-14T15:24:02+00:00
1843a1994
> changed one reference 2010-09-14T15:19:33+00:00
1844a1996,1997
> addition 2010-09-14T15:18:41+00:00
> small revision to {What is corpus linguistics?} 2010-09-14T15:18:01+00:00
1846a2000
> altered a few comments, nothing major 2010-09-14T15:13:19+00:00
1847a2002,2003
> revision of last paragraph in \subsubsection{General}, which only confused me, so please Micha and/or Trond check this for accuracy. 2010-09-14T15:01:41+00:00
> revision of {Corpus search tools at ELAR} plus a possible footnote for \subsubsection{The Saami language technology project} 2010-09-14T14:34:42+00:00
1849a2006
> Put it here, in lieu of a better place. 2010-09-14T13:51:22+00:00
1850a2008,2009
> revision of \subsubsection{Language documentation} 2010-09-14T13:12:02+00:00
> added Kert1971 to bib file 2010-09-14T13:04:29+00:00
1852a2012
> added some entries to bib file 2010-09-14T13:00:30+00:00
1853a2014,2015
> Project meetings - additions 2010-09-14T12:27:03+00:00
> short task description 2010-09-14T11:53:36+00:00
1855a2018
> short cv description 2010-09-14T11:40:35+00:00
1856a2020,2021
> Added 3 strategic lines on self and self's role 2010-09-14T11:40:04+00:00
> af ew minor editions 2010-09-14T11:11:27+00:00
1858a2024
> Cooperation partners - edition und proofreading is still needed 2010-09-14T11:03:22+00:00
1859a2026,2027
> revisions to \paragraph{Why specifically these four Saami languages?} 2010-09-14T10:39:43+00:00
> added and revised \paragraph{What is corpus linguistics?} and re-ordered the ISO codes at the top 2010-09-14T10:27:26+00:00
1861a2030
> Language technology - cleaned up, minor changes 2010-09-14T10:10:25+00:00
1862a2032,2033
> link to map (which is uncommented in the TeX, because the file does not live in svn) 2010-09-14T09:58:26+00:00
> written out version of time schedule, but this needs lots of work 2010-09-14T09:49:29+00:00
1864a2036
> Research aims and methodologies - cleaned up, minor changes, additions 2010-09-14T09:41:18+00:00
1865a2038,2039
> Corpus search tools at DoBeS, Corpus search tools at ELAR, The Saami language tech... - cleaned up, minor changes, additions 2010-09-14T09:21:07+00:00
> Language documentation - cleaned up, changes, additions 2010-09-14T09:13:03+00:00
1867a2042
> urgency - cleaned up, minor additions 2010-09-14T08:53:05+00:00
1868a2044,2045
> abstract, introduction - cleaned up, minor additions 2010-09-14T08:29:15+00:00
> boasting, in fact 2010-09-14T06:08:45+00:00
1870a2048
> Long evening, with input from Micha, Josh, Cip, Trond. 2010-09-13T22:00:59+00:00
1872a2051,2052
> Added text, resolved conflict. 2010-09-13T18:04:30+00:00
> state of research 2010-09-13T16:59:49+00:00
1874a2055
> additions 2010-09-13T16:38:36+00:00
1875a2057,2058
> added comment 2010-09-13T16:20:11+00:00
> deleted doubled xetex comments for myself 2010-09-13T16:19:07+00:00
1877a2061,2062
> revision/translation of \subsection{Research aims and methodologies} 2010-09-13T16:17:59+00:00
> included tags for a map (which will be added by Josh) 2010-09-13T16:01:40+00:00
1879a2065,2066
> unified spelling of ksdp, psdp (never abbreviated) 2010-09-13T15:58:54+00:00
> finished urgency of, Josh-please check 2010-09-13T15:52:35+00:00
1881a2069
> urgency of, added language tree 2010-09-13T15:40:53+00:00
1882a2071,2072
> urgency of, unifying apostrophes 2010-09-13T15:23:19+00:00
> reinserted Why specifically these 4 langs 2010-09-13T15:09:52+00:00
1884a2075
> introduction 2010-09-13T15:00:14+00:00
1885a2077,2078
> revised \paragraph{Why specifically these four Saami languages?} 2010-09-13T14:53:14+00:00
> abstract 2010-09-13T14:36:49+00:00
1887a2081
> forgot to return to LATEX format last time, now it's latex again 2010-09-13T14:23:10+00:00
1888a2083,2084
> added some notes in the header for myself 2010-09-13T14:22:00+00:00
> revised section describing SaamiDocNet 2010-09-13T14:15:14+00:00
1890a2087
> Research aims and methodologies 2010-09-13T13:52:48+00:00
1891a2089,2090
> start recovering ciprian's last changes... shit 2010-09-13T13:35:54+00:00
> making Sami linguistics more computational 2010-09-13T13:18:30+00:00
1893a2093
> making Sami linguistics more computational 2010-09-13T13:16:02+00:00
1894a2095,2096
> docu update: small comments 2010-09-13T13:08:37+00:00
> unified Saami language names (North Saami, Saami) 2010-09-13T13:07:56+00:00
1896a2099
> added paragraph on A.Dubovcev 2010-09-13T13:02:32+00:00
1897a2101,2102
> personal data 2010-09-13T12:51:04+00:00
> completed section _Preliminary Considerations_; added a bit and restructured some of _Language Documentation_ 2010-09-12T21:54:22+00:00
1899a2105
> added/changed a couple biographical things about me 2010-09-12T19:07:40+00:00
1900a2107,2108
> additions, cleaning up, waiting for Trond's and Ciprian's additions 2010-09-12T16:46:04+00:00
> additions, cleaning up 2010-09-12T15:08:52+00:00
1902a2111
> some additions in order to provide Josh with the newes version :-) 2010-09-12T11:28:46+00:00
1903a2113,2114
> abstract (by josh), new Budget calculation 2010-09-12T10:54:05+00:00
> some additions, mostly in Cooperation partners and Budget summary 2010-09-11T17:04:14+00:00
1905a2117
> formulated time schedule, still missing some events though, added project-intercommunication section 2010-09-11T10:08:23+00:00
1906a2119,2120
> added couple things to General work program 2010-09-10T17:09:15+00:00
> cleaned and pre-formulated the part 3.2. Preliminary considerations; Trond-please check; Josh-please finish formulations 2010-09-10T16:33:31+00:00
1908a2123
> reformulated Corpus search tools at dobes - but not quite finshed yet 2010-09-10T13:03:17+00:00
1909a2125,2126
> added a couple sentences to Urgency of Documentation before lunch... 2010-09-10T10:26:29+00:00
> restructured and rewrote introduction 2010-09-10T10:17:24+00:00
1911a2129
> url changed 2010-09-09T21:46:40+00:00
1912a2131,2132
> a few more concrete notes in working schedule and time plan; needs to be completed 2010-09-09T09:07:28+00:00
> minor additions to my fabulous CV :) 2010-09-08T13:40:37+00:00
1914a2135
> modifications, and extended the section Introduction 2010-09-08T11:22:45+00:00
1915a2137,2138
> new version ob bib file 2010-09-07T19:35:40+00:00
> more minor additions 2010-09-07T19:34:55+00:00
1917a2141
> minor additions 2010-09-07T16:05:06+00:00
1918a2143,2144
> start of a bib file for the application 2010-09-07T16:04:27+00:00
> collecting all sjd resources in one place 2010-09-06T18:16:20+00:00
1920a2147
> docu update 2010-09-06T12:26:18+00:00
1921a2149,2150
> added some more comments 2010-09-05T06:35:14+00:00
> Some additions. 2010-09-04T11:24:16+00:00
1923a2153
> added responses to Lena's comments 2010-09-01T09:07:15+00:00
1924a2155,2156
> I have deleted the folders which I have added by mistake 2010-08-31T19:13:21+00:00
> I have added some comments to the text. Sorry for the mistakes, I am trying to work with a new programm :( 2010-08-31T19:05:59+00:00
1926a2159,2160
> I have added a few %comments to the text. 2010-08-31T17:14:58+00:00
> added to several sections, including urgency of dcoumentation and JWs biography, plus several random corrections 2010-08-31T12:56:46+00:00
1928a2163,2164
> added to subsection urgency of documentation 2010-08-31T10:02:54+00:00
> some translation of first section - zwischengespreichert 2010-08-31T09:33:21+00:00
1930a2167
> few notes on url package; few first revisions in first section 2010-08-31T07:24:35+00:00
1931a2169,2170
> a few additions to the text, mostly notes in German 2010-08-30T15:44:49+00:00
> added planned project steps 2010-08-30T15:15:19+00:00
1933a2173
> added basic biographic info 2010-08-30T14:38:19+00:00
1934a2175,2176
> First pre-formatted XeTeX document for the Dobes application. All personal notes and a preliminary outline are added, but this is all still very very drafty. Feel free to fill in or add bits and pieces. I'll come back with concrete questions and tasks for you all soon. 2010-08-27T19:56:24+00:00
> added new tasks 2010-08-25T09:41:18+00:00
1936a2179
> updated notes, specifically ELAR, on search possibilities 2010-08-06T16:06:36+00:00
1937a2181,2182
> updates notes on search possibilities 2010-08-06T15:59:40+00:00
> added new text file, notes on search possibilities, also testing my svn skills 2010-08-06T13:19:10+00:00
1939a2185
> copied my first draft file for testing 2010-08-06T08:17:50+00:00
1941a2188,2189
> Pointing new users two levels up. 2010-06-11T13:01:29+00:00
> 2010-06-06T15:21:48+00:00
1943a2192,2193
> 1 conjunction added 2010-05-23T09:49:52+00:00
> New header banner (not that it changes anything of the content) 2010-03-05T13:42:00+00:00
1945a2196,2197
> Added a new CG rule for two-consonant groups. Two dummy letter pairs. They should be split, one of them is a geminate. 2010-03-05T13:41:06+00:00
> Corrected unfortunate tag doubling (+N+Sg+Gen+Sg+Gen), added a missing caseform (Pl Ill). 2010-03-05T13:38:09+00:00
1947a2200
> Added GPL license note. 2010-01-18T22:30:20+00:00
1948a2202,2203
> • The $(wildcard ) function is meaningless if there is no file there, and when used together with the automatic generation of the transducer, it effectively causes everything to be made, because it returns null -> the all target in the main makefile is called • added printout before going to the top to make the transducer • synchronised sma, smj and sme 2009-11-27T17:14:05+00:00
> Changed the SAVEFILE make command to always generate the correct transducer, irrespective of which transducer is specified. 2009-11-27T14:17:45+00:00
1950a2206
> only one reademe file per dir 2009-11-24T13:06:39+00:00
1951a2208,2209
> Replaced all instances of ¯Э with Э̄. 2009-11-24T11:13:57+00:00
> new (old) source files and some explanations added in sjd/inc 2009-11-24T11:11:43+00:00
1953a2212
> new (old) source files and some explanations added in sjd/inc 2009-11-24T10:59:41+00:00
1954a2214,2215
> Reordered the macron-letter sequence. This is in accordance with the other letters. 2009-11-24T09:09:00+00:00
> restructuring Kildin data 2009-11-24T07:47:12+00:00
1956a2218,2219
> tiny correction of a letter with macron 2009-11-23T08:05:39+00:00
> new raw dictionary files in sms/inc and sjd/inc 2009-11-21T13:16:14+00:00
1959a2223,2224
> debugging 2009-11-20T14:59:10+00:00
> Moved one rule, added explicit :0 to some diacritic symbols, to more easily catch errors. Some whitespace. 2009-11-20T14:43:29+00:00
1962a2228,2229
> debugging 2009-11-20T14:21:56+00:00
> debugging 2009-11-20T14:14:36+00:00
1963a2231,2232
> file 2009-11-20T13:58:09+00:00
> debugging 2009-11-20T13:35:14+00:00
1965a2235,2236
> V 2009-11-20T13:29:27+00:00
> C 2009-11-20T13:28:52+00:00
1967a2239
> altinchars 2009-11-20T13:27:53+00:00
1968a2241,2242
> declarations 2009-11-20T13:25:15+00:00
> lexiconname 2009-11-20T13:17:15+00:00
1970a2245
> michael 2009-11-20T13:09:22+00:00
1971a2247,2248
> Added the reflexive pronoun, thanks to Lena and Michael. 2009-11-20T08:31:21+00:00
> Added the suffix boundary and the +Abe symbol to the set of Multichar_Symbols. 2009-11-20T08:29:27+00:00
1973a2251
> Added the suffix boundary to the set of dummies. 2009-11-20T08:28:48+00:00
1974a2253,2254
> looked through the the sjd lexica, added some items 2009-11-18T13:10:21+00:00
> just an svn test 2009-11-17T16:28:52+00:00
1976a2257
> added wds. 2009-11-12T19:06:06+00:00
1977a2259,2260
> Added some missing POS tags Reordered cases to Kuruch order, to ease comparison. Started moving the case suffixes to separate lexica. Started working on declension class 4, it seems to exist, contrary to what I suspect for 2 and 3. Directed the 6 verb classes to 1. There are probably fewer. 2009-11-12T19:05:39+00:00
> Added definitions of Kildin Sámi vowels. 2009-11-12T18:27:02+00:00
1979a2263
> This is just a dummy file from sme, with cyrillic set definitions added. 2009-11-12T18:23:06+00:00
1980a2265,2266
> Added words. 2009-11-12T18:22:32+00:00
> Harmonised the tags with Kuruch. 2009-11-12T18:22:08+00:00
1982a2269
> Grave mistake in the u macron fix for 2 and 100. The former had ... er ... , one of the two, twice, anyway. Now both numerals should have both letters everywhere. 2009-11-05T09:30:58+00:00
1983a2271,2272
> Doubled all u + combining macron with precomposed ones. For the numbers 2 and 100, all lines are doubled, and the first of them is the dynamically composed one. 2009-11-04T13:01:44+00:00
> Removed superfluous tags. 2009-10-31T20:43:01+00:00
1985a2275,2276
> pruned 2009-10-25T14:50:27+00:00
> Added from sme, must be edited. 2009-10-25T14:45:13+00:00
1988a2280,2281
> Split the verb affixes in two lexica. 2009-10-22T08:48:10+00:00
> corrected sjd diacritics, added rus and eng translations, add a proper noun ;-) 2009-10-21T15:55:37+00:00
1990a2284,2285
> Forgot to uncomment comment. 2009-10-16T14:00:33+00:00
> Long u in kull'. 2009-10-16T13:59:40+00:00
1993a2289
> Remove files that don't belong in svn 2009-04-09T14:14:25+00:00
1994a2291,2292
> cosmetics 2009-02-24T22:41:23+00:00
> Changed лаогкь to лоагкь. 2009-02-07T00:18:19+00:00
1996a2295
> Had forgot to declare %^EPHV as multichar symbol in twolc. 2008-12-31T00:39:53+00:00
1997a2297,2298
> verbs 2008-12-17T17:46:51+00:00
> Exchanged >% (typo) with %>. 2008-12-17T17:41:41+00:00
1999a2301
> some corrections 2008-12-12T12:31:15+00:00
2000a2303,2304
> corrected mistakes 2008-12-10T15:23:00+00:00
> Added rule _Epenthetic vowel deletion_. 2008-12-10T15:22:49+00:00
2002a2307
> corrected mistakes 2008-12-10T15:22:40+00:00
2003a2309,2310
> preliminary verb paradigm 2008-12-10T15:17:59+00:00
> added lexicon for one verbb 2008-12-10T14:01:36+00:00
2005a2313
> added one verb 2008-12-10T13:59:43+00:00
2006a2315,2316
> Micha's first ci; added the tag and one adverb 2008-12-10T09:46:30+00:00
> Keine Px. 2008-12-08T18:34:28+00:00
2008a2319
> -utf8 still hunting us. 2008-12-08T18:15:48+00:00
2009a2321,2322
> Added oa, the find function did not find it. 2008-11-25T22:24:29+00:00
> Added spaces. 2008-11-25T22:16:27+00:00
2011a2325
> Corrections from Elisabeth, hard sign, not soft, loagk', not laogk'. 2008-11-24T18:50:48+00:00
2012a2327,2328
> Included sjd numerals, the file is now ready for testing against a grammar. 2008-11-19T23:32:17+00:00
> Added a noun 2008-09-17T22:07:43+00:00
2014a2331
> Added a noun 2008-09-17T22:07:33+00:00
2015a2333,2334
> Added dummy lexica for D2-D5 2008-03-09T21:55:46+00:00
> Added personal pronouns. 2008-03-09T21:54:53+00:00
2017a2337
> Added the nouns from Kuruch 1985 grammar. 2008-03-09T21:54:35+00:00
2018a2339,2340
> Changed X3 etc. to %^WG etc. Reversed vowel alternation rules. 2008-03-08T22:28:08+00:00
> Added new noun, with special CG, not in place. 2008-03-08T22:27:17+00:00
2020a2343
> Corrected codes. 2008-03-08T22:26:42+00:00
2021a2345,2346
> updates 2008-03-08T13:47:15+00:00
> PArallel file structure. 2008-03-08T13:46:53+00:00
2023a2349
> .cvsignore 2008-03-08T13:46:11+00:00
2024a2351,2352
> cvsignore. 2008-03-08T13:45:08+00:00
> Added testing Makefile and noun-codes file. These have not been tested for alpha functionality. 2008-03-08T08:45:27+00:00
2026a2355,2356
> I add a local Makefile here. Of course we are going to add sjd to the central Makefile, but it is easier to shuffle things around here locally in the beginning. This Makefile should be deleted as soon as sjd is part of the central Makefile. 2008-03-08T08:43:28+00:00
> This is the start of the Kildin Sámi project, on a sunny day in Reykjavik. Most of the files are just dummy files, there is one noun, with one working twol rule, лл:л. 2008-03-08T08:41:32+00:00
2027a2358
> cvsignore. 2006-11-25T23:58:32+00:00