Java USAddress Parser

The java port for USAddress library.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.laohyx
ArtifactId

ArtifactId

java-usaddress
Last Version

Last Version

0.1.4
Release Date

Release Date

Type

Type

jar
Description

Description

Java USAddress Parser
The java port for USAddress library.
Project URL

Project URL

https://github.com/laohyx/java-usaddress
Source Code Management

Source Code Management

https://github.com/laohyx/java-usaddress

Download java-usaddress

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.laohyx/java-usaddress/ -->
<dependency>
    <groupId>com.github.laohyx</groupId>
    <artifactId>java-usaddress</artifactId>
    <version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.laohyx/java-usaddress/
implementation 'com.github.laohyx:java-usaddress:0.1.4'
// https://jarcasting.com/artifacts/com.github.laohyx/java-usaddress/
implementation ("com.github.laohyx:java-usaddress:0.1.4")
'com.github.laohyx:java-usaddress:jar:0.1.4'
<dependency org="com.github.laohyx" name="java-usaddress" rev="0.1.4">
  <artifact name="java-usaddress" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.laohyx', module='java-usaddress', version='0.1.4')
)
libraryDependencies += "com.github.laohyx" % "java-usaddress" % "0.1.4"
[com.github.laohyx/java-usaddress "0.1.4"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.7
commons-io : commons-io jar 2.7
com.github.vinhkhuc : jcrfsuite jar 0.6.1

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.6.2

Project Modules

There are no modules declared in this project.

Java version of usaddress

Java port of https://github.com/datamade/usaddress

Add dependency

<dependency>
  <groupId>com.github.laohyx</groupId>
  <artifactId>java-usaddress</artifactId>
  <version>0.1.4</version>
</dependency>

Run the demo

Please see the tests.

Versions

Version
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0