Skip to content

Commit

Permalink
moderner
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Dec 5, 2024
1 parent 98498a7 commit 4a025ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/frog/ner_tagger_mod.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include "libfolia/folia.h"
#include "frog/tagger_base.h"

typedef std::pair<icu::UnicodeString,double> tc_pair;
using tc_pair = std::pair<icu::UnicodeString,double>;

/// \brief a specialization of Basetagger to tag Named Entities
class NERTagger: public BaseTagger {
Expand Down

0 comments on commit 4a025ec

Please sign in to comment.