public
Description: Ruby Tagger tools including a Rule-Based Part of Speech Tagger based on Eric Brill's Work with the BROWN corpus
Homepage: http://idle-hacking.com/
Clone URL: git://github.com/taf2/rb-brill-tagger.git
rb-brill-tagger / Manifest.txt
100644 83 lines (82 sloc) 1.827 kb
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
COPYING
History.txt
LICENSE
License.txt
Manifest.txt
PostInstall.txt
README
README.txt
Rakefile
config/hoe.rb
config/requirements.rb
ext/rule_tagger/bool.h
ext/rule_tagger/darray.c
ext/rule_tagger/darray.h
ext/rule_tagger/darrayP.h
ext/rule_tagger/extconf.rb
ext/rule_tagger/lex.c
ext/rule_tagger/lex.h
ext/rule_tagger/memory.c
ext/rule_tagger/memory.h
ext/rule_tagger/mkmf.log
ext/rule_tagger/rbtagger.c
ext/rule_tagger/registry.c
ext/rule_tagger/registry.h
ext/rule_tagger/registryP.h
ext/rule_tagger/ruby-compat.h
ext/rule_tagger/rules.c
ext/rule_tagger/rules.h
ext/rule_tagger/sysdep.h
ext/rule_tagger/tagger.c
ext/rule_tagger/tagger.h
ext/rule_tagger/useful.c
ext/rule_tagger/useful.h
ext/word_tagger/extconf.rb
ext/word_tagger/mkmf.log
ext/word_tagger/porter_stemmer.c
ext/word_tagger/porter_stemmer.h
ext/word_tagger/rtagger.cc
ext/word_tagger/tagger.cc
ext/word_tagger/tagger.h
ext/word_tagger/test.rb
ext/word_tagger/test/Makefile
ext/word_tagger/test/doc.txt
ext/word_tagger/test/test.cc
lib/brill/tagger.rb
lib/rbtagger.rb
lib/rbtagger/version.rb
lib/word/tagger.rb
lib/brill/brown/CONTEXTUALRULEFILE
lib/brill/brown/LEXICALRULEFILE
lib/brill/brown/LEXICON
script/console
script/destroy
script/generate
script/txt2html
setup.rb
tasks/deployment.rake
tasks/environment.rake
tasks/extconf.rake
tasks/extconf/rule_tagger.rake
tasks/extconf/word_tagger.rake
tasks/website.rake
test/docs/doc0.txt
test/docs/doc1.txt
test/docs/doc2.txt
test/docs/doc3.txt
test/docs/doc4.txt
test/docs/doc5.txt
test/docs/doc6.txt
test/docs/doc7.txt
test/docs/doc8.txt
test/docs/doc9.txt
test/fixtures/tags.txt
test/test_helper.rb
test/test_rule_tagger.rb
test/test_word_tagger.rb
tools/rakehelp.rb
website/index.html
website/index.txt
website/javascripts/rounded_corners_lite.inc.js
website/stylesheets/screen.css
website/template.html.erb