This file is indexed.

/usr/share/doc/liblingua-en-words2nums-perl/TODO is in liblingua-en-words2nums-perl 0.19-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
* spelled out numbers, ie, "nine one one" => 911,
	(currently, it returns 9 + 1 + 1)
	(getting this right is a pre-req for decimals..)
* fractions and decimals
* support strings that start with a number and end with non-numbers,
  returning the remaining part. HARD -- numbers are currently parsed
  backwards!