initial commit
This commit is contained in:
parent
814fe7f49a
commit
a8cdd76fdc
8 changed files with 27 additions and 0 deletions
5
Gemfile
Normal file
5
Gemfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'open_nlp'
|
||||
|
10
logo.txt
Normal file
10
logo.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
_ _ _ _____ _ _ _ _ _ __ _
|
||||
| \ | | (_) |_ _| | | (_) | | | | (_)/ _(_)
|
||||
| \| | __ _ _____ | | _____ _| |_ _ __| | ___ _ __ | |_ _| |_ _ ___ _ __
|
||||
| . ` |/ _` |_ | | | |/ _ \ \/ | __| | |/ _` |/ _ | '_ \| __| | _| |/ _ | '__|
|
||||
| |\ | (_| |/ /| | | | __/> <| |_ | | (_| | __| | | | |_| | | | | __| |
|
||||
\_| \_/\__,_/___|_| \_/\___/_/\_\\__| |_|\__,_|\___|_| |_|\__|_|_| |_|\___|_|
|
||||
|
||||
Supported by OpenNLP.
|
||||
|
12
manifest.properties
Normal file
12
manifest.properties
Normal file
|
@ -0,0 +1,12 @@
|
|||
#
|
||||
#Tue Dec 08 09:52:48 EST 2020
|
||||
factory=opennlp.tools.sentdetect.SentenceDetectorFactory
|
||||
eosCharacters=.\!?
|
||||
TrainerType=Event
|
||||
Language=nl
|
||||
OpenNLP-Version=1.9.3
|
||||
Manifest-Version=1.0
|
||||
Training-Eventhash=5a40ea3dd274bf54025cf6d8b2e8c6de
|
||||
Component-Name=SentenceDetectorME
|
||||
useTokenEnd=true
|
||||
Timestamp=1607439168442
|
BIN
nlp_models/.DS_Store
vendored
Normal file
BIN
nlp_models/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
nlp_models/opennlp-nl-ud-alpino-pos-1.0-1.9.3.bin
Normal file
BIN
nlp_models/opennlp-nl-ud-alpino-pos-1.0-1.9.3.bin
Normal file
Binary file not shown.
BIN
nlp_models/opennlp-nl-ud-alpino-sentence-1.0-1.9.3.bin
Normal file
BIN
nlp_models/opennlp-nl-ud-alpino-sentence-1.0-1.9.3.bin
Normal file
Binary file not shown.
BIN
sent.model
Normal file
BIN
sent.model
Normal file
Binary file not shown.
0
setence_detection.rb
Normal file
0
setence_detection.rb
Normal file
Loading…
Reference in a new issue