Skip to content

Commit

Permalink
Temporarily remove Enju for speed of tests. Need to undo.
Browse files Browse the repository at this point in the history
  • Loading branch information
louismullie committed Aug 16, 2012
1 parent b6bafd6 commit 7f009a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/treat/config/languages/english.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
extractors: {
time: [:chronic, :ruby, :nickel],
topics: [:reuters],
keywords: [:tf_idf],
name_tag: [:stanford]
},
inflectors: {
Expand All @@ -32,7 +31,7 @@
categorizers: [:from_tag]
},
processors: {
parsers: [:stanford, :enju],
parsers: [:stanford],
segmenters: [:srx, :tactful, :punkt, :stanford, :scalpel],
tokenizers: [:ptb, :stanford, :tactful, :punkt]
}
Expand Down

0 comments on commit 7f009a3

Please sign in to comment.