Switch to unified view

a/src/common/textsplit.h b/src/common/textsplit.h
...
...
218
218
219
    bool emitterm(bool isspan, string &term, int pos, int bs, int be);
219
    bool emitterm(bool isspan, string &term, int pos, int bs, int be);
220
    bool doemit(bool spanerase, int bp);
220
    bool doemit(bool spanerase, int bp);
221
    void discardspan();
221
    void discardspan();
222
    bool span_is_acronym(std::string *acronym);
222
    bool span_is_acronym(std::string *acronym);
223
    bool words_from_span();
223
    bool words_from_span(int bp);
224
};
224
};
225
225
226
#endif /* _TEXTSPLIT_H_INCLUDED_ */
226
#endif /* _TEXTSPLIT_H_INCLUDED_ */