suffix_tree 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. checksums.yaml +7 -0
  2. data/lib/data/base_data_source.rb +44 -0
  3. data/lib/data/data_source_factory.rb +16 -0
  4. data/lib/data/file_data_source.rb +29 -0
  5. data/lib/data/line_state_machine.rb +86 -0
  6. data/lib/data/string_data_source.rb +31 -0
  7. data/lib/data/word_data_source.rb +229 -0
  8. data/lib/location.rb +165 -0
  9. data/lib/node.rb +63 -0
  10. data/lib/node_factory.rb +169 -0
  11. data/lib/persist/suffix_tree_db.rb +148 -0
  12. data/lib/search/searcher.rb +68 -0
  13. data/lib/suffix_linker.rb +16 -0
  14. data/lib/suffix_tree.rb +122 -0
  15. data/lib/visitor/base_visitor.rb +17 -0
  16. data/lib/visitor/bfs.rb +22 -0
  17. data/lib/visitor/data_source_visitor.rb +15 -0
  18. data/lib/visitor/dfs.rb +34 -0
  19. data/lib/visitor/k_common_visitor.rb +71 -0
  20. data/lib/visitor/leaf_count_visitor.rb +15 -0
  21. data/lib/visitor/node_count_visitor.rb +16 -0
  22. data/lib/visitor/numbering_visitor.rb +230 -0
  23. data/lib/visitor/suffix_offset_visitor.rb +23 -0
  24. data/lib/visitor/tree_print_visitor.rb +44 -0
  25. data/lib/visitor/value_depth_visitor.rb +34 -0
  26. data/spec/constant_lca_spec.rb +27 -0
  27. data/spec/data_source_spec.rb +51 -0
  28. data/spec/fixtures/arizona.txt +1 -0
  29. data/spec/fixtures/chapter1.txt +371 -0
  30. data/spec/fixtures/chapter1.txt.summary +3 -0
  31. data/spec/fixtures/chapter1.txt.values +0 -0
  32. data/spec/fixtures/chapter1.txt.words +1329 -0
  33. data/spec/fixtures/mississippi.txt +1 -0
  34. data/spec/fixtures/singlePara.txt +41 -0
  35. data/spec/fixtures/smallFile.txt +3 -0
  36. data/spec/fixtures/smallFile.txt.summary +2 -0
  37. data/spec/fixtures/smallFile.txt.values +0 -0
  38. data/spec/fixtures/smallFile.txt.words +14 -0
  39. data/spec/fixtures/testbook.txt +5414 -0
  40. data/spec/location_spec.rb +149 -0
  41. data/spec/node_factory_spec.rb +199 -0
  42. data/spec/search_spec.rb +182 -0
  43. data/spec/suffix_tree_spec.rb +270 -0
  44. data/spec/util_spec.rb +47 -0
  45. data/spec/visitor_spec.rb +310 -0
  46. metadata +87 -0
@@ -0,0 +1,1329 @@
1
+ chapter
2
+ i
3
+ my
4
+ home
5
+ in
6
+ asia
7
+ minor
8
+ asiatic
9
+ origin--my
10
+ great-grandfather's
11
+ religious
12
+ order--his
13
+ miracles--my
14
+ grandfather
15
+ and
16
+ sultan
17
+ mahmud
18
+ ii.--an
19
+ ordeal
20
+ by
21
+ wine--my
22
+ father's
23
+ charitable
24
+ extravagance--his
25
+ death--primitive
26
+ surgery
27
+ minor--the
28
+ original
29
+ of
30
+ vaccination--my
31
+ mother's
32
+ european
33
+ ancestors--writing
34
+ a
35
+ forbidden
36
+ accomplishment
37
+ for
38
+ women
39
+ was
40
+ born
41
+ the
42
+ ancient
43
+ town
44
+ angora
45
+ famous
46
+ not
47
+ alone
48
+ its
49
+ silky-haired
50
+ cats
51
+ goats
52
+ but
53
+ also
54
+ historical
55
+ archæological
56
+ importance
57
+ with
58
+ it
59
+ memories
60
+ early
61
+ days
62
+ therefore
63
+ pages
64
+ desultory
65
+ journal
66
+ naturally
67
+ begin
68
+ men
69
+ learning
70
+ who
71
+ have
72
+ engaged
73
+ researches
74
+ into
75
+ archæology
76
+ biblical
77
+ history
78
+ come
79
+ to
80
+ conclusion
81
+ that
82
+ this
83
+ once
84
+ remote
85
+ past
86
+ principal
87
+ centre
88
+ wandering
89
+ branch
90
+ celtic
91
+ peoples
92
+ ultimately
93
+ settled
94
+ although
95
+ course
96
+ conquered
97
+ held
98
+ during
99
+ later
100
+ generations
101
+ eastern
102
+ invaders
103
+ is
104
+ even
105
+ nowadays
106
+ noticeable
107
+ there
108
+ difference
109
+ both
110
+ character
111
+ physique
112
+ between
113
+ most
114
+ inhabitants
115
+ our
116
+ province
117
+ those
118
+ other
119
+ provinces
120
+ more
121
+ especially
122
+ southern
123
+ remarking
124
+ on
125
+ do
126
+ wish
127
+ seem
128
+ be
129
+ trying
130
+ trace
131
+ origin
132
+ race
133
+ though
134
+ am
135
+ aware
136
+ many
137
+ people
138
+ country
139
+ are
140
+ unsympathetic
141
+ perhaps
142
+ prejudiced
143
+ where
144
+ orientals
145
+ concerned
146
+ paternal
147
+ ancestors
148
+ came
149
+ across
150
+ from
151
+ central
152
+ first
153
+ khorassan
154
+ persia
155
+ as
156
+ they
157
+ were
158
+ devout
159
+ followers
160
+ orthodox
161
+ creed
162
+ arabian
163
+ prophet
164
+ subjected
165
+ intolerant
166
+ oppression
167
+ persian
168
+ moslems
169
+ whom
170
+ believers
171
+ western
172
+ records
173
+ sanguinary
174
+ feud
175
+ result
176
+ their
177
+ doctrinal
178
+ antagonism
179
+ compelled
180
+ eventually
181
+ emigrate
182
+ over
183
+ hundred
184
+ fifty
185
+ years
186
+ ago
187
+ found
188
+ hospitable
189
+ reception
190
+ great-grandfather
191
+ sheikh
192
+ or
193
+ head
194
+ order
195
+ called
196
+ _halvati_
197
+ give
198
+ name
199
+ an
200
+ english
201
+ equivalent
202
+ "those
203
+ worship
204
+ seclusion."
205
+ arises
206
+ one
207
+ strict
208
+ rules
209
+ rites
210
+ must
211
+ displayed
212
+ outside
213
+ public
214
+ doubtless
215
+ measure
216
+ prevention
217
+ hypocrisy
218
+ research
219
+ has
220
+ traced
221
+ foundation
222
+ ali
223
+ son-in-law
224
+ mohammed
225
+ shortly
226
+ after
227
+ settling
228
+ disciples
229
+ great
230
+ increased
231
+ number
232
+ approaching
233
+ eighty
234
+ thousand
235
+ pilgrims
236
+ his
237
+ monastic
238
+ dwelling
239
+ all
240
+ neighbouring
241
+ only
242
+ anatolia
243
+ syria
244
+ honoured;
245
+ he
246
+ mentioned
247
+ reverence
248
+ books
249
+ written
250
+ egypt
251
+ at
252
+ time
253
+ imagined
254
+ kind
255
+ _mahdi_
256
+ which
257
+ familiar
258
+ england
259
+ account
260
+ having
261
+ been
262
+ assumed
263
+ late
264
+ pretender
265
+ soudan
266
+ gone
267
+ such
268
+ mahdis
269
+ "redeemers,"
270
+ appeared
271
+ northern
272
+ half
273
+ africa
274
+ disguising
275
+ under
276
+ apostolic
277
+ ambition
278
+ attaining
279
+ temporal
280
+ power
281
+ worldly
282
+ glory
283
+ spite
284
+ so
285
+ lived
286
+ together
287
+ immediate
288
+ devotees
289
+ complete
290
+ retirement
291
+ ottoman
292
+ sovereign
293
+ heard
294
+ him
295
+ sent
296
+ messenger
297
+ informing
298
+ wished
299
+ grant
300
+ certain
301
+ pious
302
+ endowments
303
+ institution
304
+ little
305
+ tcherkesh
306
+ situated
307
+ half-way
308
+ black
309
+ sea
310
+ coast
311
+ declined
312
+ receive
313
+ unnecessary
314
+ assistance
315
+ according
316
+ traditions
317
+ concerning
318
+ miraculous
319
+ doings
320
+ used
321
+ related
322
+ family
323
+ circle
324
+ struck
325
+ staff
326
+ against
327
+ wall
328
+ presence
329
+ envoy
330
+ thereupon
331
+ stream
332
+ precious
333
+ metal
334
+ began
335
+ flow
336
+ down
337
+ said
338
+ (who
339
+ became
340
+ devoted
341
+ disciple
342
+ on)
343
+ needed
344
+ things
345
+ another
346
+ anecdote
347
+ told
348
+ younger
349
+ house
350
+ large
351
+ deerskin
352
+ upon
353
+ father
354
+ prostrate
355
+ himself
356
+ prayers
357
+ often
358
+ skin
359
+ deer
360
+ holy
361
+ hermit
362
+ accustomed
363
+ ride
364
+ every
365
+ friday
366
+ sabbath
367
+ day
368
+ mecca
369
+ arabia
370
+ attend
371
+ service
372
+ sacred
373
+ sepulchre
374
+ (on
375
+ whose
376
+ shrine
377
+ blessing!)
378
+ quite
379
+ believed
380
+ these
381
+ legends
382
+ childhood
383
+ can
384
+ make
385
+ no
386
+ comment
387
+ them
388
+ now
389
+ "the
390
+ responsibility
391
+ vouching
392
+ fact
393
+ lies
394
+ narrator,"
395
+ arab
396
+ saying
397
+ quoted
398
+ oriental
399
+ historians
400
+ relating
401
+ extraordinary
402
+ events
403
+ follow
404
+ example
405
+ however
406
+ always
407
+ grief
408
+ me
409
+ along
410
+ we
411
+ did
412
+ inherit
413
+ useful
414
+ views
415
+ orders
416
+ coincide
417
+ become
418
+ hermit-sheikh
419
+ latter
420
+ had
421
+ point
422
+ out
423
+ forbade
424
+ remaining
425
+ any
426
+ longer
427
+ left
428
+ place
429
+ accordingly
430
+ joined
431
+ small
432
+ caravan
433
+ starting
434
+ off
435
+ distance
436
+ four
437
+ days'
438
+ journey
439
+ camel-back
440
+ well-known
441
+ saint
442
+ haji
443
+ beiram
444
+ thousands
445
+ visit
446
+ mausoleum
447
+ year
448
+ know
449
+ anyone
450
+ means
451
+ supporting
452
+ went
453
+ making
454
+ prayer
455
+ graveside
456
+ absorbed
457
+ contemplation
458
+ slumbered
459
+ dream
460
+ saw
461
+ asked
462
+ whether
463
+ could
464
+ read
465
+ answer
466
+ second
467
+ question
468
+ unsatisfactory
469
+ gave
470
+ lesson
471
+ waking
472
+ up
473
+ several
474
+ students
475
+ entering
476
+ adjacent
477
+ _madrasseh_
478
+ theological
479
+ school
480
+ followed
481
+ entered
482
+ conversation
483
+ newly-made
484
+ lecturers
485
+ old-fashioned
486
+ centres
487
+ reputation
488
+ lecturer
489
+ depends
490
+ lectures
491
+ took
492
+ then
493
+ than
494
+ boy
495
+ class
496
+ room
497
+ few
498
+ pupils
499
+ studied
500
+ very
501
+ professor
502
+ theology
503
+ philosophy
504
+ law
505
+ made
506
+ fame
507
+ largely
508
+ delivering
509
+ addresses
510
+ different
511
+ mosques
512
+ commentaries
513
+ koran
514
+ attracted
515
+ audiences
516
+ learned
517
+ kindred
518
+ studies
519
+ throughout
520
+ turkey
521
+ apply
522
+ solution
523
+ difficult
524
+ points
525
+ representative
526
+ pay
527
+ visits
528
+ respect
529
+ never
530
+ life
531
+ crossed
532
+ threshold
533
+ government
534
+ office
535
+ reign
536
+ ii
537
+ ruled
538
+ 1808
539
+ till
540
+ 1839
541
+ imperial
542
+ wedding
543
+ constantinople
544
+ persons
545
+ distinction
546
+ classes
547
+ society
548
+ invited
549
+ chief
550
+ physician
551
+ (whose
552
+ grandson
553
+ present
554
+ attached
555
+ councillor
556
+ embassy
557
+ london)
558
+ pupil
559
+ grandfather's
560
+ noticed
561
+ list
562
+ strongly
563
+ recommended
564
+ invite
565
+ courier
566
+ set
567
+ brought
568
+ capital
569
+ banquet
570
+ given
571
+ palace
572
+ honour
573
+ event
574
+ dignitaries
575
+ _ulema_
576
+ say
577
+ hierarchy
578
+ realm
579
+ devised
580
+ curious
581
+ plan
582
+ testing
583
+ fortitude
584
+ strength
585
+ servants
586
+ bottles
587
+ filled
588
+ red-coloured
589
+ liquid
590
+ guards
591
+ drawn
592
+ swords
593
+ hands
594
+ attendants
595
+ stood
596
+ entrance
597
+ bewildered
598
+ guests
599
+ what
600
+ awaited
601
+ anxious
602
+ silence
603
+ consternation
604
+ solemnly
605
+ announced
606
+ wine
607
+ wine!
608
+ abominable
609
+ intoxicant
610
+ strictly
611
+ faithful
612
+ touch
613
+ single
614
+ drop!
615
+ pernicious
616
+ fluid
617
+ received
618
+ "mother
619
+ evils"!
620
+ (i
621
+ explain
622
+ way
623
+ remodel
624
+ empire
625
+ getting
626
+ rid
627
+ formidable
628
+ opponents
629
+ janissaries
630
+ adopted
631
+ some
632
+ methods
633
+ administration
634
+ customs
635
+ modes
636
+ among
637
+ ordered
638
+ officials
639
+ army
640
+ wear
641
+ costumes
642
+ uniforms
643
+ style
644
+ policy
645
+ already
646
+ occasioned
647
+ disquietude
648
+ suspicion
649
+ heads
650
+ turbans
651
+ asia.)
652
+ when
653
+ before
654
+ religiously
655
+ sober
656
+ assembly
657
+ announcement
658
+ "as
659
+ soil
660
+ bring
661
+ harmony
662
+ franks
663
+ (all
664
+ europe
665
+ called)
666
+ unwillingness
667
+ part
668
+ subjects
669
+ would
670
+ possibly
671
+ hasten
672
+ decay
673
+ moreover
674
+ desire
675
+ narrow-minded
676
+ superstition
677
+ dislike
678
+ new
679
+ borrowed
680
+ should
681
+ disappear."
682
+ concluded
683
+ warning
684
+ refuse
685
+ drink
686
+ regarded
687
+ rebellious
688
+ will
689
+ face
690
+ somewhat
691
+ startling
692
+ alternative
693
+ pale
694
+ countenance
695
+ mute
696
+ tongue
697
+ remembered
698
+ real
699
+ autocrat
700
+ exterminated
701
+ awe-inspiring
702
+ sprang
703
+ seat
704
+ "could
705
+ find
706
+ virtues
707
+ worth
708
+ imitating?"
709
+ pointed
710
+ drinking
711
+ ordinance
712
+ faith
713
+ authority
714
+ superior
715
+ majesty
716
+ started
717
+ go
718
+ while
719
+ forcing
720
+ through
721
+ watching
722
+ comedy
723
+ literally
724
+ behind
725
+ scenes
726
+ suddenly
727
+ stepped
728
+ smiling
729
+ dispel
730
+ fear
731
+ white-bearded
732
+ green-turbaned
733
+ gentlemen
734
+ simply
735
+ meant
736
+ test
737
+ guide
738
+ paths
739
+ religion
740
+ rectitude
741
+ granted
742
+ audience
743
+ lessons
744
+ arabic
745
+ language
746
+ princes
747
+ (among
748
+ abdul
749
+ mejid
750
+ crimean
751
+ campaign)
752
+ urged
753
+ settle
754
+ promising
755
+ sheikh-ul-islam
756
+ magistrates
757
+ prayed
758
+ pardon
759
+ accepting
760
+ earnest
761
+ pass
762
+ study
763
+ requested
764
+ boon--that
765
+ might
766
+ vacant
767
+ headship
768
+ madrasseh
769
+ college
770
+ enjoyment
771
+ lands
772
+ crown
773
+ returned
774
+ own
775
+ understood
776
+ appreciated
777
+ quiet
778
+ contentment
779
+ wrote
780
+ hand
781
+ illuminated
782
+ roughly
783
+ translated
784
+ runs
785
+ follows:--"the
786
+ lord
787
+ loveth
788
+ man
789
+ contented
790
+ modest
791
+ retiring."
792
+ subsequently
793
+ too
794
+ request
795
+ additional
796
+ clause
797
+ endowment
798
+ provision
799
+ inherited
800
+ estate
801
+ posterity
802
+ provided
803
+ age
804
+ twenty
805
+ qualify
806
+ themselves
807
+ examination
808
+ proper
809
+ authorities
810
+ well
811
+ versed
812
+ royal
813
+ firmans
814
+ signature
815
+ beautifully
816
+ finest
817
+ vellum
818
+ still
819
+ possession
820
+ brothers
821
+ provisions
822
+ contrary
823
+ confiscated
824
+ conspicuous
825
+ suppression
826
+ civil
827
+ rights
828
+ person
829
+ individual
830
+ sued
831
+ get
832
+ property
833
+ back
834
+ spent
835
+ money
836
+ courts
837
+ lawsuits
838
+ lasted
839
+ fifteen
840
+ expected
841
+ succeed
842
+ turkish
843
+ poet
844
+ written,--
845
+ judge
846
+ defendant
847
+ witnesses
848
+ bought
849
+ how
850
+ you
851
+ look
852
+ justice
853
+ interested
854
+ court?
855
+ died
856
+ eighty-two
857
+ endowed
858
+ estate;
859
+ able
860
+ brother
861
+ forfeited
862
+ share
863
+ suffered
864
+ excess
865
+ charity
866
+ helping
867
+ others
868
+ expended
869
+ greater
870
+ portion
871
+ revenue
872
+ private
873
+ income
874
+ extravagance
875
+ length
876
+ inordinate
877
+ dine
878
+ without
879
+ inviting
880
+ matter
881
+ position
882
+ humble
883
+ reverse
884
+ killed
885
+ murderous
886
+ attack
887
+ drunken
888
+ official
889
+ us
890
+ practically
891
+ nothing
892
+ sold
893
+ taken
894
+ relieved
895
+ want
896
+ bulk
897
+ remained
898
+ intact
899
+ fortunately
900
+ squander
901
+ nine
902
+ old
903
+ attacked
904
+ caused
905
+ death
906
+ happened
907
+ thus:--one
908
+ evening
909
+ visitors
910
+ call
911
+ mother
912
+ custom
913
+ east
914
+ keep
915
+ secluded
916
+ retire
917
+ veiled
918
+ spend
919
+ friends
920
+ intoxicated
921
+ abhorrence
922
+ drunkenness
923
+ drunkards
924
+ bear
925
+ same
926
+ violently
927
+ drunk
928
+ shouting
929
+ singing
930
+ quarrel
931
+ arose
932
+ caught
933
+ long
934
+ white
935
+ beard
936
+ pushed
937
+ assailant
938
+ doing
939
+ accidentally
940
+ put
941
+ thumb
942
+ drunkard's
943
+ mouth
944
+ badly
945
+ bitten
946
+ cradle
947
+ civilisations
948
+ profited
949
+ facilities
950
+ afforded
951
+ mankind
952
+ modern
953
+ discoveries
954
+ surgeon
955
+ properly
956
+ qualified
957
+ scientific
958
+ training
959
+ lacked
960
+ treatment
961
+ medical
962
+ rule
963
+ barbers
964
+ added
965
+ profession
966
+ letting
967
+ blood
968
+ customers
969
+ considered
970
+ necessary
971
+ bleeding
972
+ favour
973
+ generally
974
+ practised
975
+ native
976
+ think
977
+ periodical
978
+ loss
979
+ purifies
980
+ system
981
+ bled
982
+ summer
983
+ favourite
984
+ operation
985
+ season
986
+ eating
987
+ fresh
988
+ fruit
989
+ arrives
990
+ let
991
+ either
992
+ lancet
993
+ else
994
+ leeches
995
+ applied
996
+ arms
997
+ legs
998
+ charged
999
+ barber
1000
+ professional
1001
+ blood-letter
1002
+ choicest
1003
+ ointments
1004
+ worse
1005
+ criticise
1006
+ each
1007
+ other's
1008
+ skill
1009
+ boast
1010
+ war
1011
+ cut
1012
+ dozens
1013
+ wounded
1014
+ soldiers
1015
+ facilitated
1016
+ departure
1017
+ unfortunates
1018
+ whither
1019
+ experiences
1020
+ amputate
1021
+ parent's
1022
+ arm
1023
+ prevented
1024
+ gangrene
1025
+ proved
1026
+ fatal
1027
+ efforts
1028
+ obtain
1029
+ condemnation
1030
+ murderer
1031
+ her
1032
+ husband
1033
+ failed
1034
+ sentenced
1035
+ months
1036
+ imprisonment
1037
+ indemnity
1038
+ about
1039
+ five
1040
+ pounds
1041
+ shall
1042
+ pardoned
1043
+ slight
1044
+ digression
1045
+ here
1046
+ laid
1047
+ emphasis
1048
+ backward
1049
+ condition
1050
+ art
1051
+ mean
1052
+ thereby
1053
+ altogether
1054
+ behindhand
1055
+ medicine
1056
+ particulars
1057
+ she
1058
+ led
1059
+ instance
1060
+ may
1061
+ claim
1062
+ discovery
1063
+ inoculation
1064
+ defence
1065
+ smallpox
1066
+ recalling
1067
+ lady
1068
+ mary
1069
+ wortley
1070
+ montagu
1071
+ introduced
1072
+ jenner
1073
+ experiment
1074
+ performed
1075
+ lymph
1076
+ human
1077
+ beings
1078
+ _tarikhi
1079
+ jevdet_
1080
+ (vol
1081
+ p
1082
+ 341
1083
+ press
1084
+ mark
1085
+ turk
1086
+ 9
1087
+ british
1088
+ museum
1089
+ library)
1090
+ manner
1091
+ suggestive
1092
+ calf-lymph
1093
+ turkoman
1094
+ pastoral
1095
+ tribes
1096
+ paying
1097
+ children
1098
+ being
1099
+ inoculated
1100
+ children's
1101
+ fingers
1102
+ milked
1103
+ cows
1104
+ book
1105
+ states
1106
+ turkoman's
1107
+ statement
1108
+ does
1109
+ mention
1110
+ letter.[1]
1111
+ circassians
1112
+ caucasus
1113
+ acquainted
1114
+ uses
1115
+ olden
1116
+ chiefly
1117
+ slave-dealers
1118
+ take
1119
+ care
1120
+ young
1121
+ girl-captives
1122
+ sort
1123
+ disfigurement
1124
+ destroy
1125
+ good
1126
+ looks
1127
+ consequently
1128
+ value
1129
+ sickness
1130
+ known
1131
+ well-established
1132
+ symptoms
1133
+ clearly
1134
+ diagnosed
1135
+ rhazes
1136
+ orientalists
1137
+ entitled
1138
+ _kitab-ul-jederee
1139
+ vel-hassabeh_
1140
+ translation
1141
+ _treatise
1142
+ measles_
1143
+ work
1144
+ latin
1145
+ version
1146
+ t
1147
+ stark
1148
+ eighteenth
1149
+ century
1150
+ *
1151
+ business-like
1152
+ investing
1153
+ spare
1154
+ stolen
1155
+ kindly
1156
+ charge
1157
+ hide
1158
+ cash
1159
+ burying
1160
+ corners
1161
+ houses
1162
+ fields
1163
+ belonging
1164
+ someone
1165
+ suggested
1166
+ buy
1167
+ mohair
1168
+ hair
1169
+ spring
1170
+ yield
1171
+ annual
1172
+ russo-turkish
1173
+ consequent
1174
+ depression
1175
+ trade
1176
+ valuable
1177
+ goat
1178
+ cheaply
1179
+ purchased
1180
+ three
1181
+ animals
1182
+ misfortunes
1183
+ year's
1184
+ disease
1185
+ broke
1186
+ almost
1187
+ simple
1188
+ attributed
1189
+ kismet
1190
+ consoled
1191
+ herself
1192
+ woman
1193
+ tact
1194
+ natural
1195
+ intelligence
1196
+ owing
1197
+ due
1198
+ surroundings
1199
+ benefit
1200
+ culture
1201
+ fatalist
1202
+ believes
1203
+ teachers
1204
+ ignorant;
1205
+ well-read
1206
+ indeed
1207
+ far
1208
+ advance
1209
+ ladies
1210
+ purpose
1211
+ hearing
1212
+ aloud
1213
+ hymns
1214
+ literature
1215
+ cannot
1216
+ write
1217
+ requires
1218
+ explanation
1219
+ formerly
1220
+ girls
1221
+ allowed
1222
+ learn
1223
+ mystery
1224
+ caligraphy
1225
+ excellent
1226
+ poetesses
1227
+ none
1228
+ write--they
1229
+ dictated
1230
+ inspirations
1231
+ common
1232
+ traditional
1233
+ prohibition--for
1234
+ rather
1235
+ rule--was
1236
+ if
1237
+ writing
1238
+ indulged
1239
+ talismanic
1240
+ pastimes
1241
+ witches
1242
+ reason
1243
+ ill-founded
1244
+ use
1245
+ composing
1246
+ love-letters
1247
+ otherwise
1248
+ communicate
1249
+ seclusion
1250
+ females
1251
+ cuts
1252
+ intercourse
1253
+ opposite
1254
+ sexes
1255
+ soon
1256
+ ceased
1257
+ infants
1258
+ absurd
1259
+ harmful
1260
+ prohibition
1261
+ losing
1262
+ force
1263
+ observed
1264
+ incomplete
1265
+ education
1266
+ kept
1267
+ happy
1268
+ inborn
1269
+ preserved
1270
+ appearance
1271
+ social
1272
+ standing
1273
+ members
1274
+ practical
1275
+ instinct
1276
+ quality
1277
+ conspicuously
1278
+ lacking
1279
+ turks
1280
+ strain
1281
+ foreign
1282
+ convinced
1283
+ veins
1284
+ belongs
1285
+ sultans
1286
+ frontiers
1287
+ bosnia
1288
+ herzegovina
1289
+ slaves
1290
+ captives
1291
+ just
1292
+ enemies
1293
+ carry
1294
+ permanent
1295
+ captivity
1296
+ invading
1297
+ territory
1298
+ antecedents
1299
+ enslaved
1300
+ hungary
1301
+ austria
1302
+ names
1303
+ adopt
1304
+ determined
1305
+ personal
1306
+ characteristics
1307
+ descendants
1308
+ soldier-ancestors
1309
+ intermarried
1310
+ disclaimed
1311
+ pretensions
1312
+ myself
1313
+ descendant
1314
+ describing
1315
+ forefathers
1316
+ nevertheless
1317
+ contradicting
1318
+ here;
1319
+ pedigree
1320
+ ancestry
1321
+ side
1322
+ counts
1323
+ passes
1324
+ retired
1325
+ market-place
1326
+ minutes'
1327
+ seen
1328
+ whole
1329
+ pilgrimage