|
Carrot2 v3.5.2
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.text.linguistic.LexicalDataLoader
public class LexicalDataLoader
Common attributes related to loading and caching of lexical resources.
| Field Summary | |
|---|---|
boolean |
reloadResources
Reloads cached stop words and stop labels on every processing request. |
ResourceLookup |
resourceLookup
Lexical resource lookup facade. |
| Constructor Summary | |
|---|---|
LexicalDataLoader()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean reloadResources
This flag is reset to false after successful resource reload to prevent
multiple resource reloads during the same processing cycle.
public ResourceLookup resourceLookup
| Constructor Detail |
|---|
public LexicalDataLoader()
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||