Skip to content

TalnUPF/words-to-numbers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Words to Numbers

Converts paragraphs containing textual representation of numbers to decimal values

e.g. There are twelve apples -> There are 12 apples

Useful for text mining and extracting metadata from text documents

Getting Started

Run WordsToNumbersUtil.java

Prerequisites

Maven

Installing

Running the tests

Run from Maven

Built With

  • Maven - Dependency Management

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

https://stackoverflow.com/questions/26948858/converting-words-to-numbers-in-java

About

Converts text containing words that represent numbers into decimal representation. e.g. Twenty five -> 25

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%