|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.knowledgebooks.nlp.PhraseList
public class PhraseList
Manage scored phrases.
Copyright 2002-2008 by Mark Watson. All rights reserved. This software is not public domain. It can be legally used under either of the following licenses: 1. KnowledgeBooks.com Non Commercial Royality Free License
| Field Summary | |
|---|---|
static int |
MAX_PHRASES
|
| Constructor Summary | |
|---|---|
PhraseList()
|
|
| Method Summary | |
|---|---|
int |
getNumPhrases()
Public methods: |
java.lang.String |
getPhrase(int index)
|
float |
getScore(int index)
|
int |
size()
Methods with package-only visibility: |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MAX_PHRASES
| Constructor Detail |
|---|
public PhraseList()
| Method Detail |
|---|
public int getNumPhrases()
public java.lang.String getPhrase(int index)
public float getScore(int index)
public int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||