Package simplenlg.features

Examples of simplenlg.features.Person


      NLGElement verbElement) {
    NLGElement currentElement = null;
    List<NLGElement> subjects = phrase
        .getFeatureAsElementList(InternalFeature.SUBJECTS);
    boolean pluralSubjects = false;
    Person person = null;

    if (subjects != null) {
      switch (subjects.size()) {
      case 0:
        break;
View Full Code Here

TOP

Related Classes of simplenlg.features.Person

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.