Skip to content

obartunov/dict_roman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dict_roman  dictionary converts roman numerals to arabic.

USAGE:

SELECT ts_lexize('roman','XXIV');
 ts_lexize
-----------
 {24}
(1 row)

SELECT ts_lexize('roman','XLII');
 ts_lexize
-----------
 {42}
(1 row)

About

Dictionary for roman-arabic conversion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published