123456789101112131415161718192021222324252627282930313233343536 |
- [options]
- # Possible values for validate:
- # - all: perform full validation
- # - none: don't perform any validation
- Validation validate:none
- # Possible values for tokenizer
- # - ptblike: emulate Penn Treebank tokenization
- # - mecab: perform Japanese tokenization using MeCab
- # - whitespace: split by whitespace characters in source text (only)
- Tokens tokenizer:whitespace
- # Possible values for splitter:
- # - regex : regular expression-based sentence splitting
- # - newline: split by newline characters in source text (only)
- Sentences splitter:newline
- # Possible values for logfile:
- # - <NONE> : no annotation logging
- # - NAME : log into file NAME (e.g. "/home/brat/annotation.log")
- Annotation-log logfile:<NONE>
- [search]
- Google <URL>:http://www.google.com/search?q=%s
- Wikipedia <URL>:http://en.wikipedia.org/wiki/Special:Search?search=%s
- [annotators]
- # none
- [disambiguators]
- # none
- [normalization]
- # none
|