A
A
Alex0042017-11-07 21:29:52
C++ / C#
Alex004, 2017-11-07 21:29:52

C++ libraries for text preprocessing?

What libraries could be used to implement text preprocessing?
For example:
1. Replace abbreviated words (thousand - millennium)
2. Distinguish dates, distinguish between abbreviation and end of sentence points (11/07/2017 - remake in "November 7, 2017", i.e. - in "that is")
3. distinguish cardinal numbers (1st, 2nd, 5th - remake "into the first, second, fifth")
4. spelling - (US - remake into "u es")
and similar functionality?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir A, 2017-11-07
@Alex004

write your own parser, as an option to make a map-based dictionary, for example, read line by line and analyze text, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question