Skip to content

arnaudsj/core.nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

core.nlp

![Gitter](https://badges.gitter.im/Join Chat.svg)

core.nlp provides natural language processing as a language extension for Clojure

The central objective of core.nlp is to make natural language processing idiomatic, productive, elegant and fast within the Clojure environment.

(tokenize "a quick fox jumps")

=> ["a" "quick" "fox" "jumps"]

Key goals of core.nlp:

  • Provide a clear, standard API / abstraction for NLP processing and analysis in Clojure
  • Enable pluggable support for different underlying NLP library implementations
  • Provide a general purpose pure clojure implementation (pure-nlp)
  • Provide a foundation library for other projects
  • Enable high performance and scalable NLP processing
  • Work with big data platforms such as Apache Spark, Storm or Hadoop

Getting Started

To use core.nlp, you can get the latest released version from Clojars:

Clojars Project

Documentation

For core.nlp documentation and further examples see:

Status

core.nlp is currently under heavy development and only in its infancy, so use it at your own risks!

Build Status

Contributing

All contributions and ideas are welcome!

Bug, feature and enhancement request should be listed here:

For a more agile like view of the work of our team, please check out the Huboard:

Discussions related to core.nlp generally take place on the "core.nlp" group:

Or alternatively on the IRC Channel #core.nlp on irc.freenode.org

### Thanks YourKit!

YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.

License

This library made open-source by Opinionlab

Copyright (C) 2014 Opinionlab

Distributed under the Eclipse Public License, the same as Clojure.

About

core.nlp : NLP programming API for Clojure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published