@@ -296,7 +296,7 @@ bool Mbma::init( const TiCC::Configuration& config ) {
296296 }
297297}
298298
299- vector<UnicodeString> Mbma::make_instances ( const UnicodeString& word ){
299+ vector<UnicodeString> Mbma::make_instances ( const icu:: UnicodeString& word ){
300300 // / convert a Unicode string into a range of UTF8 instances for Timbl
301301 /* !
302302 \param word the UnicodeString representing 1 word to analyze
@@ -859,8 +859,8 @@ void Mbma::store_morphemes( frog_record& fd,
859859}
860860
861861void Mbma::store_brackets ( frog_record& fd,
862- const UnicodeString& wrd,
863- const UnicodeString& head,
862+ const icu:: UnicodeString& wrd,
863+ const icu:: UnicodeString& head,
864864 bool unanalysed ) const {
865865 if (debugFlag > 1 ){
866866 DBG << " store_brackets(" << wrd << " ," << head << " )" << endl;
@@ -923,7 +923,7 @@ void Mbma::store_brackets( frog_record& fd,
923923}
924924
925925void Mbma::store_brackets ( frog_record& fd,
926- const UnicodeString& orig_word,
926+ const icu:: UnicodeString& orig_word,
927927 const BracketNest *brackets ) const {
928928 if (debugFlag > 1 ){
929929 DBG << " store_brackets(" << fd.word << " ," << orig_word
0 commit comments