All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.mmm.util.text.package-info Maven / Gradle / Ivy

The newest version!
/* $Id: package-info.java 377 2007-11-23 22:56:54Z hohwille $
 * Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0 */
/**
 * Contains utilities for textual operations.
 * 

Text Utilities

* The {@link net.sf.mmm.util.text.Singularizer} transforms a term in plural * form to its according singular form (e.g. "children" to * "child"). It is mainly intended for technical reasons (e.g. to * determine relations between getChildren() and * addChild()) and less for linguistic purposes. */ package net.sf.mmm.util.text;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy