rbbt 1.1.7 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +7 -0
  2. data/README.rdoc +2 -138
  3. metadata +72 -136
  4. data/LICENSE +0 -20
  5. data/bin/rbbt_config +0 -246
  6. data/install_scripts/classifier/R/classify.R +0 -36
  7. data/install_scripts/classifier/Rakefile +0 -145
  8. data/install_scripts/get_abner.sh +0 -2
  9. data/install_scripts/get_banner.sh +0 -25
  10. data/install_scripts/get_biocreative.sh +0 -72
  11. data/install_scripts/get_crf++.sh +0 -26
  12. data/install_scripts/get_entrez.sh +0 -4
  13. data/install_scripts/get_go.sh +0 -4
  14. data/install_scripts/get_polysearch.sh +0 -8
  15. data/install_scripts/ner/Rakefile +0 -206
  16. data/install_scripts/ner/config/default.rb +0 -52
  17. data/install_scripts/norm/Rakefile +0 -219
  18. data/install_scripts/norm/config/cue_default.rb +0 -10
  19. data/install_scripts/norm/config/tokens_default.rb +0 -79
  20. data/install_scripts/norm/functions.sh +0 -23
  21. data/install_scripts/organisms/Rakefile +0 -43
  22. data/install_scripts/organisms/cgd.Rakefile +0 -84
  23. data/install_scripts/organisms/human.Rakefile +0 -145
  24. data/install_scripts/organisms/mgi.Rakefile +0 -77
  25. data/install_scripts/organisms/pombe.Rakefile +0 -40
  26. data/install_scripts/organisms/rake-include.rb +0 -258
  27. data/install_scripts/organisms/rgd.Rakefile +0 -88
  28. data/install_scripts/organisms/sgd.Rakefile +0 -66
  29. data/install_scripts/organisms/tair.Rakefile +0 -54
  30. data/install_scripts/organisms/worm.Rakefile +0 -109
  31. data/install_scripts/wordlists/consonants +0 -897
  32. data/install_scripts/wordlists/stopwords +0 -1
  33. data/lib/rbbt.rb +0 -86
  34. data/lib/rbbt/bow/bow.rb +0 -88
  35. data/lib/rbbt/bow/classifier.rb +0 -116
  36. data/lib/rbbt/bow/dictionary.rb +0 -187
  37. data/lib/rbbt/ner/abner.rb +0 -34
  38. data/lib/rbbt/ner/banner.rb +0 -73
  39. data/lib/rbbt/ner/dictionaryNER.rb +0 -98
  40. data/lib/rbbt/ner/regexpNER.rb +0 -70
  41. data/lib/rbbt/ner/rner.rb +0 -227
  42. data/lib/rbbt/ner/rnorm.rb +0 -143
  43. data/lib/rbbt/ner/rnorm/cue_index.rb +0 -80
  44. data/lib/rbbt/ner/rnorm/tokens.rb +0 -213
  45. data/lib/rbbt/sources/biocreative.rb +0 -75
  46. data/lib/rbbt/sources/biomart.rb +0 -105
  47. data/lib/rbbt/sources/entrez.rb +0 -211
  48. data/lib/rbbt/sources/go.rb +0 -40
  49. data/lib/rbbt/sources/organism.rb +0 -245
  50. data/lib/rbbt/sources/polysearch.rb +0 -117
  51. data/lib/rbbt/sources/pubmed.rb +0 -111
  52. data/lib/rbbt/util/arrayHash.rb +0 -255
  53. data/lib/rbbt/util/filecache.rb +0 -72
  54. data/lib/rbbt/util/index.rb +0 -47
  55. data/lib/rbbt/util/misc.rb +0 -106
  56. data/lib/rbbt/util/open.rb +0 -235
  57. data/lib/rbbt/util/rake.rb +0 -183
  58. data/lib/rbbt/util/simpleDSL.rb +0 -87
  59. data/lib/rbbt/util/tmpfile.rb +0 -19
  60. data/tasks/install.rake +0 -124
@@ -1,88 +0,0 @@
1
- require __FILE__.sub(/[^\/]*$/,'') + '../rake-include'
2
-
3
- $name = "Rattus norvegicus"
4
-
5
-
6
- $native_id = "RGD DB ID"
7
-
8
- $entrez2native = {
9
- :tax => 10116,
10
- :check => proc{|code| code.match(/^RGD/)},
11
- }
12
-
13
- $lexicon = {
14
- :file => {
15
- :url => "ftp://rgd.mcw.edu/pub/data_release/gene_association.rgd.gz",
16
- :native => 1,
17
- :extra => [2,9],
18
- :exclude => proc{|l| !l.match(/^RGD/)}
19
- },
20
- }
21
-
22
- $identifiers = {
23
- :file => {
24
- :url => "ftp://rgd.mcw.edu/pub/data_release/gene_association.rgd.gz",
25
- :native => 1,
26
- :extra => [],
27
- :exclude => proc{|l| !l.match(/^RGD/)}
28
- },
29
- :biomart => {
30
- :database => 'rnorvegicus_gene_ensembl',
31
- :main => ['Entrez Gene ID' , "entrezgene"],
32
- :extra => [
33
- ['Associated Gene Name' , "external_gene_id"],
34
- ['Protein ID' , "protein_id"] ,
35
- ['UniProt/SwissProt ID' , "uniprot_swissprot"] ,
36
- ['UniProt/SwissProt Accession' , "uniprot_swissprot_accession"] ,
37
- ['RefSeq Protein ID' , "refseq_peptide"] ,
38
- ['EMBL (Genbank) ID' , "embl"] ,
39
-
40
- ['Affy rae230a', "affy_rae230a"],
41
- ['Affy rae230b', "affy_rae230b"],
42
- ['Affy RaGene', "affy_ragene_1_0_st_v1"],
43
- ['Affy rat230 2', "affy_rat230_2"],
44
- ['Affy RaEx', "affy_raex_1_0_st_v1"],
45
- ['Affy rg u34a', "affy_rg_u34a"],
46
- ['Affy rg u34b', "affy_rg_u34b"],
47
- ['Affy rg u34c', "affy_rg_u34c"],
48
- ['Affy rn u34', "affy_rn_u34"],
49
- ['Affy rt u34', "affy_rt_u34"],
50
- ['Agilent WholeGenome',"agilent_wholegenome" ],
51
- ['Codelink ID ', "codelink"],
52
-
53
-
54
- ],
55
- :filter => [],
56
- }
57
- }
58
-
59
- $go = {
60
- :url => "ftp://rgd.mcw.edu/pub/data_release/gene_association.rgd.gz",
61
- :exclude => proc{|l| !l.match(/^RGD/)},
62
- :code => 1,
63
- :go => 4,
64
- :pmid => 5,
65
- }
66
-
67
- $query = '(("mice"[TIAB] NOT Medline[SB]) OR "mice"[MeSH Terms] OR mouse[Text Word]) AND ((("proteins"[TIAB] NOT Medline[SB]) OR "proteins"[MeSH Terms] OR protein[Text Word]) OR (("genes"[TIAB] NOT Medline[SB]) OR "genes"[MeSH Terms] OR gene[Text Word])) AND hasabstract[text] AND English[lang]'
68
-
69
- #{{{ Redefines
70
-
71
- module Open
72
-
73
- class << self
74
- alias_method :old_read, :read
75
-
76
- def read(url, options = {})
77
- data = old_read(url, options)
78
-
79
- if url =~ /gene_association.rgd.gz/
80
- return data.collect{|l| l.gsub(/^RGD\t/,"RGD\tRGD:")}.join("\n")
81
- else
82
- return data
83
- end
84
-
85
- end
86
- end
87
- end
88
-
@@ -1,66 +0,0 @@
1
- require __FILE__.sub(/[^\/]*$/,'') + '../rake-include'
2
-
3
- $name = "Saccharomyces cerevisiae"
4
-
5
-
6
- $native_id = "SGD DB Id"
7
-
8
- $entrez2native = {
9
- :tax => 4932,
10
- :fix => proc{|code| code.sub(/SGD:S0/,'S0') },
11
- :check => proc{|code| code.match(/^S0/)},
12
- }
13
-
14
- $lexicon = {
15
- :file => {
16
- :url => "ftp://genome-ftp.stanford.edu/pub/yeast/data_download/chromosomal_feature/SGD_features.tab",
17
- :native => 0,
18
- :extra => [4,3,5]
19
- },
20
- :biomart => {
21
- :database => 'scerevisiae_gene_ensembl',
22
- :main => ['Entrez Gene ID', 'entrezgene'],
23
- :extra => [
24
- ['Interpro Description' , "interpro_description"],
25
- ],
26
- :filter => [],
27
- }
28
-
29
- }
30
-
31
- $identifiers = {
32
- :file => {
33
- :url => "ftp://genome-ftp.stanford.edu/pub/yeast/data_download/chromosomal_feature/SGD_features.tab",
34
- :native => 0,
35
- :extra => [],
36
- },
37
- :biomart => {
38
- :database => 'scerevisiae_gene_ensembl',
39
- :main => ['Entrez Gene ID', 'entrezgene'],
40
- :extra => [
41
- ['Associated Gene Name' , "external_gene_id"],
42
- ['Ensembl Gene ID', "ensembl_gene_id" ],
43
- ['Ensembl Protein ID', "ensembl_peptide_id" ],
44
- ['RefSeq Protein ID' , "refseq_peptide"] ,
45
- ['UniProt/SwissProt ID' , "uniprot_swissprot"] ,
46
- ['UniProt/SwissProt Accession' , "uniprot_swissprot_accession"] ,
47
- ['Protein ID' , "protein_id"] ,
48
- ['EMBL (Genbank) ID' , "embl"] ,
49
- # Affymetrix
50
- ['Affy yeast 2',"affy_yeast_2"],
51
- ['Affy yg s98', "affy_yg_s98"],
52
- ],
53
- :filter => [],
54
- }
55
- }
56
-
57
- $go = {
58
- :url => "ftp://genome-ftp.stanford.edu/pub/yeast/data_download/literature_curation/gene_association.sgd.gz",
59
- :code => 1,
60
- :go => 4,
61
- :pmid => 5,
62
- }
63
-
64
- $query = '"saccharomyces cerevisiae"[All Fields] AND ((("proteins"[TIAB] NOT Medline[SB]) OR "proteins"[MeSH Terms] OR protein[Text Word]) OR (("genes"[TIAB] NOT Medline[SB]) OR "genes"[MeSH Terms] OR gene[Text Word])) AND hasabstract[text] AND English[lang]'
65
-
66
-
@@ -1,54 +0,0 @@
1
- require __FILE__.sub(/[^\/]*$/,'') + '../rake-include'
2
-
3
- $name = "Arabidopsis thaliana"
4
-
5
-
6
- $native_id = "TAIR Locus"
7
-
8
- $entrez2native = {
9
- :tax =>3702,
10
- :fix => proc{|code| code.sub(/^TAIR:/,'')},
11
- :check => proc{|code| true },
12
- }
13
-
14
- $lexicon = {
15
- :file => {
16
- :url => "ftp://ftp.arabidopsis.org/home/tair/Genes/gene_aliases.20090313",
17
- :native => 0,
18
- :extra => [1,2],
19
- },
20
- }
21
-
22
- $identifiers = {
23
- :file => {
24
- :url => "ftp://ftp.arabidopsis.org/home/tair/Genes/gene_aliases.20090313",
25
- :native => 0,
26
- :extra => [],
27
- },
28
- :biomart => {
29
- :database => 'athaliana_eg_gene',
30
- :main => ['TAIR Locus', 'tair_locus'],
31
- :extra => [
32
- ['Associated Gene Name' , "external_gene_id"] ,
33
- ['Gramene Gene ID' , "ensembl_gene_id"] ,
34
- ['RefSeq peptide' , "refseq_peptide"] ,
35
- ['Unigene' , "unigene"] ,
36
- ['Interpro ID' , "interpro"] ,
37
-
38
-
39
- ],
40
- :filter => ['with_tair_locus'], # This is needed as the filter is not with_mgi_id as was expected
41
- }
42
-
43
- }
44
-
45
- $go = {
46
- :url => "ftp://ftp.arabidopsis.org/home/tair/Ontologies/Gene_Ontology/ATH_GO_GOSLIM.txt",
47
- :code => 0,
48
- :go => 5,
49
- :pmid => 12,
50
- }
51
-
52
- $query = '("arabidopsis"[MeSH Terms] OR Arabidopsis[Text Word]) AND ((("proteins"[TIAB] NOT Medline[SB]) OR "proteins"[MeSH Terms] OR protein[Text Word]) OR (("genes"[TIAB] NOT Medline[SB]) OR "genes"[MeSH Terms] OR gene[Text Word]))'
53
-
54
-
@@ -1,109 +0,0 @@
1
- require __FILE__.sub(/[^\/]*$/,'') + '../rake-include'
2
-
3
- $name = "Caenorhabditis elegans"
4
-
5
-
6
- $native_id = "WormBase ID"
7
-
8
- $entrez2native = {
9
- :tax => 6239,
10
- :fix => proc{|code| code.sub(/^WormBase:/,'')},
11
- :check => proc{|code| code.match(/^WBGene/)},
12
- }
13
-
14
- $lexicon = {
15
-
16
- :file =>{
17
-
18
- :url => "ftp://ftp.wormbase.org/pub/wormbase/genomes/elegans/annotations/GO/current.txt.gz",
19
- :native => 0,
20
- :extra => [1,2],
21
-
22
- # :url => "ftp://ftp.wormbase.org/pub/wormbase/genomes/elegans/annotations/gene_ids/current.gz",
23
- # :native => 0,
24
- # :extra => [2,3,4,5],
25
-
26
- },
27
- }
28
-
29
-
30
- $identifiers = {
31
-
32
- :file =>{
33
-
34
- :url => "ftp://ftp.wormbase.org/pub/wormbase/genomes/elegans/annotations/GO/current.txt.gz",
35
- :native => 0,
36
- :extra => [1,2],
37
-
38
- # :url => "ftp://ftp.wormbase.org/pub/wormbase/genomes/elegans/annotations/gene_ids/current.gz",
39
- # :native => 0,
40
- # :extra => [2,3,4,5],
41
-
42
- },
43
-
44
- :biomart => {
45
- :database => 'celegans_gene_ensembl',
46
- :main => ['Entrez Gene ID' , "entrezgene"],
47
- :extra => [
48
- ['WormBase gene', "wormbase_gene" ],
49
- ['Associated Gene Name ', "external_gene_id" ],
50
- ['WormPep id', "wormpep_id" ],
51
- [ 'Ensembl Gene ID', "ensembl_gene_id" ],
52
- [ 'Ensembl Protein ID', "ensembl_peptide_id" ],
53
- [ 'Protein ID ', "protein_id" ],
54
- [ 'RefSeq Protein ID ', "refseq_peptide" ],
55
- [ 'Unigene ID ', "unigene" ],
56
- [ 'UniProt/SwissProt ID', "uniprot_swissprot" ],
57
- [ 'UniProt/SwissProt Accession', "uniprot_swissprot_accession" ],
58
- ['EMBL (Genbank) ID' , "embl"] ,
59
- ],
60
- :filter => [],
61
- }
62
- }
63
-
64
- $go = {
65
- :url => "ftp://ftp.wormbase.org/pub/wormbase/genomes/elegans/annotations/GO/current.txt.gz",
66
- :code => 0,
67
- :go => 3,
68
- :pmid => 3,
69
- }
70
-
71
- $query = '"caenorhabditis elegans"[MeSH Terms] OR Caenorhabditis elegans[Text Word]'
72
- ##########################
73
-
74
-
75
- module Open
76
-
77
- class << self
78
- alias_method :old_read, :read
79
-
80
- def read(url, options = {})
81
- content = old_read(url, options)
82
-
83
- if url =~ /GO/
84
- return content.gsub(/.*:.*\((GO:\d+)\)/,'\1').gsub(/\nGO/,"|GO").
85
- collect{|l|
86
- l = l.sub(/\|/,"\t")
87
- names, gos = l.chomp.split(/\t/)
88
-
89
- id, name, extra = names.split(/ /)
90
- extra = extra.gsub(/[()]/,'') if extra
91
-
92
- if gos
93
- gos.split(/\|/).collect{|go|
94
- [id, name, extra, go].join("\t")
95
- }.join("\n")
96
- else
97
- [id, name, extra].join("\t") + "\n"
98
- end
99
- }.join("\n")
100
- elsif url =~ /gene_ids/
101
- return content.gsub(/,/,"\t")
102
- else
103
- return content
104
- end
105
-
106
- end
107
- end
108
- end
109
-
@@ -1,897 +0,0 @@
1
- bbr
2
- sts
3
- nds
4
- dgm
5
- ptl
6
- ptn
7
- bsc
8
- ntl
9
- nth
10
- ntm
11
- rbs
12
- rpt
13
- bst
14
- rdl
15
- nts
16
- nsh
17
- pts
18
- ccl
19
- rns
20
- mpl
21
- ngl
22
- rds
23
- ccr
24
- rst
25
- ckn
26
- ctr
27
- cts
28
- nct
29
- cch
30
- ndr
31
- dbl
32
- dcr
33
- dgr
34
- dsh
35
- dsm
36
- rth
37
- rdp
38
- rkb
39
- rkd
40
- rkh
41
- ngm
42
- ngs
43
- rkm
44
- rkp
45
- rkr
46
- rks
47
- rkt
48
- rld
49
- rmh
50
- rms
51
- rmw
52
- rsh
53
- ldb
54
- ldn
55
- thf
56
- ths
57
- nch
58
- stl
59
- tch
60
- ggl
61
- ght
62
- nkl
63
- stb
64
- stw
65
- ngd
66
- ngf
67
- ndh
68
- cht
69
- nks
70
- lps
71
- lds
72
- tst
73
- chs
74
- lst
75
- rsn
76
- rlp
77
- rlw
78
- ttl
79
- rls
80
- spr
81
- dth
82
- ldc
83
- ldf
84
- ldl
85
- lfr
86
- llf
87
- msb
88
- ngn
89
- llp
90
- lls
91
- ndb
92
- ndf
93
- ndj
94
- ndl
95
- ndm
96
- ndw
97
- ngb
98
- nst
99
- rgr
100
- ntr
101
- shb
102
- shf
103
- sps
104
- stf
105
- thd
106
- thh
107
- rdr
108
- bbl
109
- lfg
110
- lfh
111
- rbl
112
- rml
113
- rmt
114
- rts
115
- shc
116
- shd
117
- ngt
118
- shr
119
- shs
120
- rcr
121
- rfr
122
- rpr
123
- rsk
124
- rsp
125
- rwh
126
- lth
127
- ghs
128
- llb
129
- llk
130
- lsh
131
- lts
132
- stc
133
- ngh
134
- stm
135
- lch
136
- lwr
137
- ntn
138
- lks
139
- ltm
140
- ddl
141
- ffl
142
- nsc
143
- lkw
144
- ltz
145
- rch
146
- thr
147
- ssl
148
- ssn
149
- cks
150
- btr
151
- npl
152
- npr
153
- str
154
- shl
155
- nsk
156
- nsl
157
- nsm
158
- nsp
159
- ssf
160
- nwh
161
- pgr
162
- nwr
163
- pbr
164
- rcl
165
- psh
166
- pst
167
- psw
168
- rpl
169
- rsc
170
- rwr
171
- scl
172
- ntf
173
- nfl
174
- xpl
175
- ldm
176
- nfr
177
- ngr
178
- mpr
179
- rnk
180
- mpt
181
- nkn
182
- rnc
183
- rnp
184
- rnt
185
- rtl
186
- sks
187
- lft
188
- scr
189
- ltr
190
- mbr
191
- ggr
192
- nsw
193
- ppr
194
- ttr
195
- wns
196
- nbl
197
- nbr
198
- ckl
199
- ncl
200
- ncr
201
- rbr
202
- rfl
203
- nsv
204
- nss
205
- mbl
206
- chr
207
- mph
208
- mps
209
- fts
210
- thb
211
- thc
212
- thl
213
- thp
214
- pkn
215
- ppl
216
- chd
217
- ghn
218
- nsd
219
- nsf
220
- nsg
221
- ghb
222
- ghf
223
- ghg
224
- ghl
225
- ndt
226
- mbn
227
- mbs
228
- mbt
229
- rsd
230
- thw
231
- dst
232
- llg
233
- llh
234
- llt
235
- xtb
236
- xts
237
- nkf
238
- ckh
239
- ckw
240
- ctf
241
- ctl
242
- lsp
243
- ffs
244
- skm
245
- Tch
246
- mst
247
- chn
248
- rfb
249
- tsh
250
- tbr
251
- ftl
252
- ftn
253
- zzl
254
- rdf
255
- bgr
256
- bpl
257
- bsp
258
- btl
259
- ffr
260
- lph
261
- ghw
262
- ckb
263
- ckc
264
- ckm
265
- ckp
266
- ckr
267
- rmb
268
- rnl
269
- rnn
270
- ndp
271
- rkl
272
- msh
273
- rsm
274
- pch
275
- ffn
276
- lln
277
- chl
278
- sph
279
- llw
280
- spl
281
- Spr
282
- shn
283
- wsh
284
- wst
285
- ffb
286
- ftb
287
- fth
288
- ftw
289
- mnl
290
- rgh
291
- ndn
292
- sms
293
- gns
294
- gnt
295
- ntw
296
- thn
297
- pdr
298
- wbl
299
- wdr
300
- wfl
301
- wpl
302
- gfr
303
- gnp
304
- nkh
305
- xth
306
- llc
307
- rpn
308
- rps
309
- wls
310
- psk
311
- pwr
312
- rtf
313
- rtt
314
- rtw
315
- rtb
316
- rtc
317
- rtn
318
- phs
319
- lfl
320
- rfd
321
- rfs
322
- sch
323
- ptr
324
- Sch
325
- rnf
326
- tsm
327
- tsw
328
- ffm
329
- lpt
330
- lsk
331
- lcl
332
- lpl
333
- ltb
334
- ltc
335
- ltl
336
- ltp
337
- ltw
338
- ndc
339
- pph
340
- stn
341
- ftr
342
- ghc
343
- ghh
344
- ghr
345
- shm
346
- stp
347
- thm
348
- chm
349
- tts
350
- ngw
351
- phr
352
- chf
353
- dbr
354
- dsk
355
- psc
356
- spb
357
- ddr
358
- gnm
359
- lms
360
- llm
361
- mpk
362
- rrh
363
- nsb
364
- rtz
365
- sth
366
- ssm
367
- rtr
368
- std
369
- stg
370
- mpn
371
- tkn
372
- rph
373
- phl
374
- gsk
375
- gst
376
- lgr
377
- ngp
378
- psq
379
- nkt
380
- nns
381
- rkw
382
- rsl
383
- ssb
384
- ssk
385
- ssp
386
- ssw
387
- wnb
388
- ntb
389
- gms
390
- tcl
391
- tcr
392
- tdr
393
- tfl
394
- tgr
395
- tpl
396
- tsc
397
- tsk
398
- tsp
399
- ddb
400
- dds
401
- ffh
402
- pht
403
- pth
404
- rdn
405
- msk
406
- ckt
407
- wsb
408
- wsc
409
- wsf
410
- wsl
411
- wsm
412
- wsp
413
- wsr
414
- wss
415
- wsv
416
- wsw
417
- wts
418
- tzs
419
- dfl
420
- dsl
421
- skr
422
- shv
423
- ntg
424
- ntp
425
- rtg
426
- lkm
427
- sbr
428
- ssh
429
- sst
430
- swr
431
- lsm
432
- rlb
433
- tth
434
- McC
435
- lpr
436
- ckj
437
- dsp
438
- wbr
439
- wdl
440
- mpp
441
- pfr
442
- ftf
443
- Khm
444
- llj
445
- ckd
446
- lbr
447
- hnn
448
- hns
449
- rgl
450
- rnm
451
- shw
452
- nkb
453
- nkp
454
- nkw
455
- nnk
456
- rtm
457
- ctm
458
- ctn
459
- rct
460
- xpr
461
- xtr
462
- mpb
463
- mns
464
- rnb
465
- mdr
466
- lpf
467
- lpm
468
- ldr
469
- nck
470
- ndq
471
- gsh
472
- ndg
473
- ndk
474
- rdb
475
- rdc
476
- rdh
477
- rdt
478
- rdw
479
- rmf
480
- wks
481
- dch
482
- dph
483
- msm
484
- wth
485
- ldh
486
- lfb
487
- lfp
488
- lfw
489
- ndd
490
- ssr
491
- ngk
492
- nkg
493
- rlf
494
- rlh
495
- ssc
496
- lcr
497
- gwr
498
- tsb
499
- rsw
500
- rsq
501
- xgl
502
- ncs
503
- wch
504
- lkl
505
- lkt
506
- tpr
507
- ldw
508
- lmd
509
- rmn
510
- shp
511
- dgl
512
- lkn
513
- rrs
514
- xch
515
- xcl
516
- xcr
517
- lfs
518
- nsn
519
- lmm
520
- nkm
521
- mpm
522
- mbb
523
- mbw
524
- sdr
525
- bbs
526
- cst
527
- ggb
528
- ggc
529
- ggh
530
- ggn
531
- ggp
532
- ggs
533
- msd
534
- rkn
535
- vsk
536
- btf
537
- bts
538
- wnc
539
- wnf
540
- wng
541
- wnh
542
- wnp
543
- wnr
544
- wnt
545
- wnw
546
- ctw
547
- gtr
548
- scs
549
- sgr
550
- skw
551
- phn
552
- wsk
553
- xsw
554
- spn
555
- wds
556
- rnw
557
- ntd
558
- chw
559
- ckf
560
- gwh
561
- Chr
562
- mfl
563
- msc
564
- msp
565
- mpd
566
- bdr
567
- lml
568
- lmn
569
- mpf
570
- mpg
571
- skl
572
- skn
573
- dcl
574
- dsw
575
- ddh
576
- lbs
577
- lkh
578
- lld
579
- llr
580
- kcl
581
- ksh
582
- kst
583
- hms
584
- dfr
585
- kth
586
- tht
587
- bsl
588
- rdm
589
- mbp
590
- wgr
591
- rck
592
- nkr
593
- chc
594
- chh
595
- fst
596
- wkw
597
- ckg
598
- sht
599
- rcs
600
- rmc
601
- rmp
602
- fghbstr
603
- rdpl
604
- rdsw
605
- rksh
606
- rldl
607
- rlds
608
- rldw
609
- rthl
610
- rthw
611
- chts
612
- rdst
613
- ngst
614
- dths
615
- ndbr
616
- ndsc
617
- ndsh
618
- ndsl
619
- ndst
620
- ndsw
621
- ngsp
622
- tchc
623
- tchd
624
- thdr
625
- thst
626
- rmth
627
- shcl
628
- shst
629
- tchb
630
- tchf
631
- tchm
632
- tchs
633
- tcht
634
- ngth
635
- rstr
636
- ghtl
637
- ghts
638
- llkn
639
- llsp
640
- lshm
641
- stch
642
- lksw
643
- llfl
644
- nstr
645
- nsch
646
- nscr
647
- pstr
648
- rnst
649
- lfth
650
- wnst
651
- nchr
652
- nspl
653
- nssh
654
- ckst
655
- mphs
656
- thbr
657
- rchl
658
- chst
659
- wnsc
660
- wnsf
661
- wnsh
662
- wnsm
663
- wnsp
664
- nsgr
665
- ghbr
666
- ghtf
667
- ndth
668
- mbsc
669
- ghtr
670
- ghtw
671
- mbst
672
- mptr
673
- mpts
674
- nths
675
- nksg
676
- tchg
677
- rdsm
678
- bscr
679
- rscr
680
- ckbr
681
- rdsh
682
- rths
683
- rtsm
684
- rtsw
685
- ndpr
686
- ndtr
687
- ngsh
688
- tchp
689
- rksk
690
- rpsh
691
- llsh
692
- rtfr
693
- rtsl
694
- ckpr
695
- rtbr
696
- rtst
697
- lchr
698
- schn
699
- Schw
700
- ptwr
701
- mstr
702
- ltsh
703
- ndbl
704
- nskr
705
- rsch
706
- ghsh
707
- ndsm
708
- stpr
709
- ckcl
710
- thms
711
- cksh
712
- ghth
713
- ghtn
714
- mptl
715
- stgr
716
- stsc
717
- nkst
718
- ncts
719
- llst
720
- ttsb
721
- nthr
722
- tchw
723
- wnbr
724
- rthr
725
- ntbr
726
- mphl
727
- rchm
728
- rsts
729
- tspr
730
- tstr
731
- ffsh
732
- ffsp
733
- ffst
734
- ldsm
735
- phth
736
- wsfl
737
- wspr
738
- wssh
739
- wsst
740
- tzsc
741
- ghtc
742
- ghtd
743
- ghtg
744
- ghtm
745
- ghtt
746
- rchg
747
- nthl
748
- thpr
749
- lksh
750
- llwh
751
- dstr
752
- dsts
753
- rksm
754
- rshm
755
- tchl
756
- ncht
757
- lstr
758
- nspr
759
- cksm
760
- ghtb
761
- mbsk
762
- mpsh
763
- rksp
764
- tchk
765
- sthm
766
- mphr
767
- nchb
768
- ntsm
769
- lmsm
770
- nchm
771
- ghsc
772
- nckl
773
- tchh
774
- ndcl
775
- ndwr
776
- rdsc
777
- rshl
778
- rshn
779
- lthf
780
- rtth
781
- wths
782
- rspr
783
- ndch
784
- rshw
785
- rlfr
786
- ssbl
787
- llbl
788
- ngpl
789
- rthc
790
- cksb
791
- nchw
792
- ntst
793
- lmst
794
- rstb
795
- rsth
796
- rmst
797
- ldsp
798
- rpts
799
- nshr
800
- rthb
801
- rspl
802
- rthm
803
- rthq
804
- ggpl
805
- ggsh
806
- ghtp
807
- wngr
808
- wntr
809
- wstr
810
- nctl
811
- rtsp
812
- tsch
813
- pths
814
- thbl
815
- tthr
816
- chsh
817
- rtsh
818
- ftsm
819
- nksh
820
- wlsp
821
- sscr
822
- ssbr
823
- ssch
824
- rksc
825
- rnbr
826
- rnfl
827
- lths
828
- cksc
829
- rchw
830
- mscr
831
- rtwh
832
- shwh
833
- lfsk
834
- mpgr
835
- nksm
836
- cksk
837
- ckwh
838
- llfr
839
- kthr
840
- stpl
841
- stst
842
- mbpr
843
- mbsh
844
- rthp
845
- rthd
846
- dspr
847
- schw
848
- ckdr
849
- ckgr
850
- cksl
851
- cksp
852
- cktr
853
- llpl
854
- shtr
855
- rchb
856
- rchd
857
- rcht
858
- rmchrldsh
859
- rthwh
860
- chtsm
861
- ndscr
862
- ngspr
863
- tchcr
864
- tchst
865
- ngths
866
- llspr
867
- ndths
868
- mbscr
869
- tchbl
870
- ndthr
871
- rtswr
872
- stscr
873
- ffspr
874
- rdstr
875
- tzsch
876
- ghtcl
877
- ghtdr
878
- ghtsh
879
- ghtst
880
- ngthw
881
- ckstr
882
- ghsch
883
- rdscr
884
- rtstr
885
- rtthr
886
- lmstr
887
- rthsh
888
- wnstr
889
- tschm
890
- rkscr
891
- tchph
892
- rscht
893
- ststr
894
- rthpl
895
- ckscr
896
- rmstrtchstr
897
- tchphr