Java edu.stanford.nlp.process WordShapeClassifier fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.process WordShapeClassifier fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.process WordShapeClassifier.

The text is from its open source code.

Field

Method

StringwordShape(String inStr, int wordShaper)
Specify the String and the int identifying which word shaper to use and this returns the result of using that wordshaper on the String.