https://github.com/knime/knime-textprocessing
KNIME - Text Processing Extension (Labs)
https://github.com/knime/knime-textprocessing
knime nlp-machine-learning text-analysis text-processing workflow
Last synced: 5 months ago
JSON representation
KNIME - Text Processing Extension (Labs)
- Host: GitHub
- URL: https://github.com/knime/knime-textprocessing
- Owner: knime
- License: other
- Created: 2017-05-02T05:37:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-12-16T14:03:50.000Z (6 months ago)
- Last Synced: 2025-12-16T17:29:43.948Z (6 months ago)
- Topics: knime, nlp-machine-learning, text-analysis, text-processing, workflow
- Language: Java
- Homepage: https://tech.knime.org/knime-text-processing
- Size: 64 MB
- Stars: 19
- Watchers: 6
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KNIME® Text Processing
[](https://jenkins.knime.com/job/knime-textprocessing/job/master/)
[](https://sonarcloud.io/summary/new_code?id=KNIME_knime-textprocessing)
This repository is maintained by the [KNIME Team Rakete](mailto:team-rakete@knime.com).
[KNIME Analytics Platform - Text Processing Integration](https://www.knime.com/knime-text-processing) is designed to read, enrich, manipulate, and extract textual data, and transform it into numerical representations, such as document or term vectors. Once numerical vectors are created, regular KNIME nodes can be applied, for example, for predictive modeling, clustering analysis, or visualization.
### Content
This repository contains the source code for KNIME - Text Processing Integration. The code is organized as follows:
* _org.knime.ext.textprocessing_: Text Processing integration nodes and data types
* _org.knime.ext.textprocessing.dl4j_: [Text Processing Word2Vec](https://tech.knime.org/deeplearning4j-textprocessing) integration
* _org.knime.ext.textprocessing.models_: External models for tokenization and tagging (NER, POS, etc.)
### Development Notes
You can find instructions on how to work with our code or develop extensions for KNIME Analytics Platform in the _knime-sdk-setup_ repository on [BitBucket](https://bitbucket.org/KNIME/knime-sdk-setup) or [GitHub](http://github.com/knime/knime-sdk-setup).
### Join the Community!
* [KNIME Forum](https://tech.knime.org/forum/knime-textprocessing)