chore: Rename the library "pentium" 🎉

This commit is contained in:
Clément Renault
2018-10-21 16:40:41 +02:00
parent 13cf084751
commit cf41b20fbb
6 changed files with 21 additions and 17 deletions

View File

@ -5,8 +5,8 @@ use std::path::PathBuf;
use elapsed::measure_time;
use rocksdb::{DB, DBOptions, IngestExternalFileOptions};
use raptor::rank::{criterion, Config, RankedStream, Document};
use raptor::{automaton, DocumentId, Metadata, CommonWords};
use pentium::rank::{criterion, Config, RankedStream};
use pentium::{automaton, DocumentId, Metadata};
#[derive(Debug, StructOpt)]
pub struct CommandConsole {