Skip to content

Commit

Permalink
Add support for SRX segmenter.
Browse files Browse the repository at this point in the history
  • Loading branch information
louismullie committed Aug 16, 2012
1 parent fc092b8 commit 9f69a0e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/treat/config/languages/polish.rb
@@ -1,12 +1,11 @@
{
dependencies: [
'punkt-segmenter',
'tactful_tokenizer'
'punkt-segmenter',
'srx-polish'
],
workers: {
processors: {
segmenters: [:punkt],
tokenizers: [:tactful]
segmenters: [:srx, :punkt]
}
}
}

0 comments on commit 9f69a0e

Please sign in to comment.