Sarah Hoffmann
|
094100bbf6
|
harmonize spelling
Stick with the American spelling of Analyze.
|
2022-07-29 10:52:01 +02:00 |
|
Sarah Hoffmann
|
c8873d34af
|
harmonize interface of token analysis module
The configure() function now receives a Transliterator object instead
of the ICU rules. This harmonizes the parameters with the create
function.
|
2022-07-29 10:43:07 +02:00 |
|
Sarah Hoffmann
|
f0d640961a
|
add documentation for custom token analysis
|
2022-07-29 09:41:28 +02:00 |
|
Sarah Hoffmann
|
83054af46f
|
remove typing_extensions requirement
The typing_extensions package is only necessary now when running mypy.
It won't be used at runtime anymore.
|
2022-07-18 09:55:58 +02:00 |
|
Sarah Hoffmann
|
d35e3c25b6
|
add type annotations for token analysis
No annotations for ICU types yet.
|
2022-07-18 09:47:57 +02:00 |
|