14 lines
315 B
C++
14 lines
315 B
C++
|
#include "concordia/sentence_anonymizer.hpp"
|
||
|
|
||
|
SentenceAnonymizer::SentenceAnonymizer(boost::shared_ptr<ConcordiaConfig> config)
|
||
|
throw(ConcordiaException) {
|
||
|
}
|
||
|
|
||
|
SentenceAnonymizer::~SentenceAnonymizer() {
|
||
|
}
|
||
|
|
||
|
string SentenceAnonymizer::anonymize(const string & sentence) {
|
||
|
|
||
|
}
|
||
|
|