- Paragraph - Class in acp.beans.entity
-
- Paragraph() - Constructor for class acp.beans.entity.Paragraph
-
Default constructor
- Paragraph(int) - Constructor for class acp.beans.entity.Paragraph
-
Constructor to initialize object for storing in database
- PARAGRAPH - Static variable in class acp.beans.Suggestion
-
- PLACE - Static variable in class acp.beans.entity.Entity
-
- PLACETOKENS - Static variable in class acp.manager.NLPManager
-
- Preference - Class in acp.beans
-
The Preference class represent user preference.
- Preference() - Constructor for class acp.beans.Preference
-
Initializes a newly created Preference object so that it represents an
empty Preference object.
- PreferenceManager - Class in acp.manager
-
This class act as the controller component for the preferences.
- PreferenceManager() - Constructor for class acp.manager.PreferenceManager
-
Default Constructor
- PreferenceUI - Class in acp.ui
-
This is the presentation layer for displaying the preference setting.
- PreferenceUI(ACPLogic) - Constructor for class acp.ui.PreferenceUI
-
- ProcessedText - Class in acp.beans
-
ProcessedText class is use for communicating text that are processed.
- ProcessedText() - Constructor for class acp.beans.ProcessedText
-
Default Constructor
- ProcessedText(Source, List<Paragraph>, List<Entity>) - Constructor for class acp.beans.ProcessedText
-
Constructor to initialize object for processing of text
- processRawText(String, String, String) - Method in class acp.ACPLogic
-
Process and store the text extracted from opening windows (source document).
- processText(String, String, String) - Method in class acp.manager.NLPManager
-
This method would take in raw HTML string and the sourceName as input and returns processedText back.