7.3.40. normalizer_list
#
7.3.40.1. Summary#
normalizer_list
command lists normalizers in a database.
7.3.40.2. Syntax#
This command takes no parameters:
normalizer_list
7.3.40.3. Usage#
Here is a simple example.
Execution example:
normalizer_list
# [
# [
# 0,
# 1337566253.89858,
# 0.000355720520019531
# ],
# [
# {
# "name": "NormalizerAuto"
# },
# {
# "name": "NormalizerNFKC51"
# },
# {
# "name": "NormalizerNFKC100"
# },
# {
# "name": "NormalizerNFKC121"
# },
# {
# "name": "NormalizerNFKC130"
# },
# {
# "name": "NormalizerNFKC150"
# },
# {
# "name": "NormalizerTable"
# },
# {
# "name": "NormalizerHTML"
# }
# ]
# ]
It returns normalizers in a database.
7.3.40.4. Return value#
normalizer_list
command returns normalizers. Each normalizers has an attribute
that contains the name. The attribute will be increased in the feature:
[HEADER, normalizers]
HEADER
See Output format about
HEADER
.
normalizers
normalizers
is an array of normalizer. Normalizer is an object that has the following attributes.
Name
Description
name
Normalizer name.