highlighter application
1.1
HCE project utils : highlighter
Main Page
Namespaces
Classes
Files
File List
File Members
highlighter application
HCE project utilities highlighter
Namespaces
Classes
Files
File List
sources
src
utils
algorithms
applicationFramework
base64
HCECSM
refine
src
BitsetBase.hpp
BoostPlugin.cpp
BoostPlugin.hpp
CldPlugin.cpp
CldPlugin.hpp
ComponentBase.hpp
CRC.h
CRC64.cpp
CRC64.h
CWords.hpp
DataBase.hpp
Defs.hpp
FakeHCRCPlugin.cpp
FakeHCRCPlugin.hpp
HCETimer.hpp
IcuPlugin.cpp
IcuPlugin.hpp
InDataRefine.hpp
LCore.cpp
LCore.hpp
LCoreData.hpp
libstemmer.h
Log.hpp
MecabPlugin.cpp
MecabPlugin.hpp
MorphChangeGradBitset.hpp
OutDataRefine.hpp
POSMaskBitset.hpp
ProcessInfo.hpp
Refine.cpp
Refine.hpp
RWords.hpp
SnowballPlugin.cpp
SnowballPlugin.hpp
SymbolInfo.hpp
TagReducePlugin.cpp
TagReducePlugin.hpp
TPlugin.hpp
TurglemPlugin.cpp
TurglemPlugin.hpp
main.cpp
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
IcuPlugin.hpp
Go to the documentation of this file.
1
6
#ifndef _ICU_PLUGIN_HPP
7
#define _ICU_PLUGIN_HPP
8
9
10
11
#include <unicode/brkiter.h>
12
#include <unicode/locid.h>
13
17
#include "
TPlugin.hpp
"
18
#include "
LCoreData.hpp
"
19
20
namespace
HCE
21
{
22
23
namespace
component
24
{
25
26
27
class
IcuPlugin
:
public
TPlugin
28
{
29
public
:
30
IcuPlugin
();
31
virtual
~IcuPlugin
();
32
public
:
33
virtual
void
process
(
LCoreData
&);
34
private
:
35
UErrorCode _status;
36
BreakIterator* _boundary;
37
};
38
39
40
}
/* namespace component */
41
42
}
/* namespace HCE */
43
#endif
sources
utils
refine
src
IcuPlugin.hpp
Generated on Mon Jan 13 2014 16:16:17 for highlighter application by
1.8.1.2