Skip to content

A Java implementation of Twitter's text processing library

License

Notifications You must be signed in to change notification settings

mjeffryes/twitter-text-java

 
 

Repository files navigation

twitter-text-java Build Status

Java port of the twitter-text handling libraries.

Getting Started

The latest artifacts are published to maven central.

Bringing twitter-text-java into your project should be as simple as adding the following to your pom.xml:

  <dependencies>
    <dependency>
      <groupId>com.twitter</groupId>
      <artifactId>twitter-text</artifactId>
      <version>1.6.1</version> <!-- or whatever the latest version is -->
    </dependency>
  </dependencies>

Building

To build, ensure you have the conformance test suite checked out:

git submodule init && git submodule update

Then simply run maven:

mvn clean install

Issues

Have a bug? Please create an issue here on GitHub!

https://github.com/twitter/twitter-text-java/issues

License

Copyright 2011 Twitter, Inc.

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

About

A Java implementation of Twitter's text processing library

Resources

License

Stars

Watchers

Forks

Packages

No packages published