translates text to CV terms
More...
#include <CVTranslator.hpp>
|
| CVTranslator () |
| constructor – dictionary includes all CV term names and exact_synonyms More...
|
|
void | insert (const std::string &text, cv::CVID cvid) |
| insert a text-cvid pair into the dictionary More...
|
|
cv::CVID | translate (const std::string &text) const |
| translate text -> CVID More...
|
|
|
boost::shared_ptr< Impl > | impl_ |
|
translates text to CV terms
Definition at line 39 of file CVTranslator.hpp.
§ CVTranslator() [1/2]
pwiz::data::CVTranslator::CVTranslator |
( |
| ) |
|
constructor – dictionary includes all CV term names and exact_synonyms
§ CVTranslator() [2/2]
§ insert()
void pwiz::data::CVTranslator::insert |
( |
const std::string & |
text, |
|
|
cv::CVID |
cvid |
|
) |
| |
insert a text-cvid pair into the dictionary
Referenced by test().
§ translate()
cv::CVID pwiz::data::CVTranslator::translate |
( |
const std::string & |
text | ) |
const |
§ operator=()
§ impl_
boost::shared_ptr<Impl> pwiz::data::CVTranslator::impl_ |
|
private |
The documentation for this class was generated from the following file: