| Package | Description |
|---|---|
| simplenlg.framework |
| Modifier and Type | Method and Description |
|---|---|
NPPhraseSpec |
NLGFactory.createNounPhrase()
Creates a blank noun phrase with no subject or specifier.
|
NPPhraseSpec |
NLGFactory.createNounPhrase(Object noun)
Creates a noun phrase with the given subject but no specifier.
|
NPPhraseSpec |
NLGFactory.createNounPhrase(Object specifier,
Object noun)
Creates a noun phrase with the given specifier and subject.
|
Copyright © 2020. All Rights Reserved.