mirror of
https://github.com/btdig/dhtcrawler2.git
synced 2024-12-12 19:46:22 +00:00
add rmmseg, to segment chinese texts, add a tool to convert the existing torrent file names
This commit is contained in:
parent
676d354515
commit
269584c708
BIN
deps/bson/ebin/bson.beam
vendored
BIN
deps/bson/ebin/bson.beam
vendored
Binary file not shown.
BIN
deps/bson/ebin/bson_binary.beam
vendored
BIN
deps/bson/ebin/bson_binary.beam
vendored
Binary file not shown.
BIN
deps/bson/ebin/bson_tests.beam
vendored
BIN
deps/bson/ebin/bson_tests.beam
vendored
Binary file not shown.
BIN
deps/ibrowse/ebin/ibrowse.beam
vendored
BIN
deps/ibrowse/ebin/ibrowse.beam
vendored
Binary file not shown.
BIN
deps/ibrowse/ebin/ibrowse_app.beam
vendored
BIN
deps/ibrowse/ebin/ibrowse_app.beam
vendored
Binary file not shown.
BIN
deps/ibrowse/ebin/ibrowse_http_client.beam
vendored
BIN
deps/ibrowse/ebin/ibrowse_http_client.beam
vendored
Binary file not shown.
BIN
deps/ibrowse/ebin/ibrowse_lb.beam
vendored
BIN
deps/ibrowse/ebin/ibrowse_lb.beam
vendored
Binary file not shown.
BIN
deps/ibrowse/ebin/ibrowse_lib.beam
vendored
BIN
deps/ibrowse/ebin/ibrowse_lib.beam
vendored
Binary file not shown.
BIN
deps/ibrowse/ebin/ibrowse_sup.beam
vendored
BIN
deps/ibrowse/ebin/ibrowse_sup.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/bencode.beam
vendored
BIN
deps/kdht/ebin/bencode.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/bucket.beam
vendored
BIN
deps/kdht/ebin/bucket.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/dht_id.beam
vendored
BIN
deps/kdht/ebin/dht_id.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/dht_net.beam
vendored
BIN
deps/kdht/ebin/dht_net.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/dht_state.beam
vendored
BIN
deps/kdht/ebin/dht_state.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/kdht_sup.beam
vendored
BIN
deps/kdht/ebin/kdht_sup.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/msg.beam
vendored
BIN
deps/kdht/ebin/msg.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/search.beam
vendored
BIN
deps/kdht/ebin/search.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/storage.beam
vendored
BIN
deps/kdht/ebin/storage.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/timer_monitor.beam
vendored
BIN
deps/kdht/ebin/timer_monitor.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/vlog.beam
vendored
BIN
deps/kdht/ebin/vlog.beam
vendored
Binary file not shown.
BIN
deps/mongodb/ebin/mongo.beam
vendored
BIN
deps/mongodb/ebin/mongo.beam
vendored
Binary file not shown.
BIN
deps/mongodb/ebin/mongo_app.beam
vendored
BIN
deps/mongodb/ebin/mongo_app.beam
vendored
Binary file not shown.
BIN
deps/mongodb/ebin/mongo_connection.beam
vendored
BIN
deps/mongodb/ebin/mongo_connection.beam
vendored
Binary file not shown.
BIN
deps/mongodb/ebin/mongo_cursor.beam
vendored
BIN
deps/mongodb/ebin/mongo_cursor.beam
vendored
Binary file not shown.
BIN
deps/mongodb/ebin/mongo_id_server.beam
vendored
BIN
deps/mongodb/ebin/mongo_id_server.beam
vendored
Binary file not shown.
BIN
deps/mongodb/ebin/mongo_pool.beam
vendored
BIN
deps/mongodb/ebin/mongo_pool.beam
vendored
Binary file not shown.
BIN
deps/mongodb/ebin/mongo_protocol.beam
vendored
BIN
deps/mongodb/ebin/mongo_protocol.beam
vendored
Binary file not shown.
BIN
deps/mongodb/ebin/mongo_sup.beam
vendored
BIN
deps/mongodb/ebin/mongo_sup.beam
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
ebin/config.beam
BIN
ebin/config.beam
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
{application,dhtcrawler,
|
||||
[{description,"A DHT crawler to index magnet hash to torrent"},
|
||||
{vsn,"84ec8fd"},
|
||||
{vsn,"77893f0"},
|
||||
{registered,[dht_crawler_sup]},
|
||||
{applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson,
|
||||
mongodb]},
|
||||
@ -10,7 +10,8 @@
|
||||
db_hash,db_loc_torrent,db_store_mongo,db_system,
|
||||
dht_monitor,hash_reader,hash_reader_stats,
|
||||
hash_reader_sup,http_cache,http_handler,loc_torrent,
|
||||
loc_torrent_cache,loc_torrent_sup,string_split,
|
||||
time_util,tor_builder,tor_download,tor_download_stats,
|
||||
tor_location_reader,tor_location_writer,torrent_file,
|
||||
urldecode,vlog]}]}.
|
||||
loc_torrent_cache,loc_torrent_sup,name_seger,rmmseg,
|
||||
string_split,time_util,tor_builder,tor_download,
|
||||
tor_download_stats,tor_location,tor_location_reader,
|
||||
tor_location_writer,torrent_file,transfer,urldecode,
|
||||
vlog]}]}.
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
ebin/name_seger.beam
Normal file
BIN
ebin/name_seger.beam
Normal file
Binary file not shown.
BIN
ebin/rmmseg.beam
Normal file
BIN
ebin/rmmseg.beam
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
ebin/vlog.beam
BIN
ebin/vlog.beam
Binary file not shown.
12638
priv/chars.dic
Normal file
12638
priv/chars.dic
Normal file
File diff suppressed because it is too large
Load Diff
BIN
priv/rmmseg.dll
Normal file
BIN
priv/rmmseg.dll
Normal file
Binary file not shown.
120308
priv/words.dic
Normal file
120308
priv/words.dic
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user