Constant Field Values


Contents
anl.aida.*

anl.aida.ae.gate.BuilderFactory
private static final java.lang.String CLASS "class"
private static final java.lang.String FEATURE "feature"
private static final java.lang.String FEATURE_NAME "name"
private static final java.lang.String FEATURE_TYPE "type"
private static final java.lang.String FILTER_NAME "filter"
private static final java.lang.String GATE_FEATURE_NAME "gate_feature_name"
private static final java.lang.String GATE_TYPE_NAME "gate_type_name"
private static final java.lang.String INPUTS "inputs"
private static final java.lang.String NEW "new"
private static final java.lang.String OUTPUTS "outputs"
private static final java.lang.String SET_NAME "annotation_set"
private static final java.lang.String UIMA "uima"
private static final java.lang.String UIMA_TYPE_NAME "type_name"
private static final java.lang.String UPDATE "update"
private static final java.lang.String UPDATED "updated"

anl.aida.ae.gate.GateAnnotator
public static final java.lang.String GATE_APP_FILE "anl.aida.ae.gate.GateAnnotator.GateAppFile"
public static final java.lang.String GATE_HOME "anl.aida.ae.gate.GateAnnotator.GateHome"
public static final java.lang.String GATE_LOG_PROPS "anl.aida.ae.gate.GateAnnotator.GateLogProps"
public static final java.lang.String MAPPING_FILE "anl.aida.ae.gate.GateAnnotator.MappingFile"
private static final java.lang.String MESSAGE_DIGEST "anl.aida.ae.gate.GateAnnotator_Messages"

anl.aida.ae.lucene.CacheCreator
private static final java.lang.String LUCENE_INDEX_NAME "index"

anl.aida.ae.lucene.DBTermFunction
private static final java.lang.String DOC_FIND "select id from documents where path = ?"
private static final java.lang.String INSERT_DOC "insert into documents (doc_date, path, title) values (?, ?, ?)"
private static final java.lang.String INSERT_FIELD "insert into fields (name) values (?)"
private static final java.lang.String INSERT_TERM "insert into terms (field_id, doc_id, text) values (?, ?, ?)"
private static final java.lang.String INSERT_TERM_SCORE "insert into term_scores (term_id, date_stamp, freq, score) values (?, ?, ?, ?)"
private static final java.lang.String TERM_FIND "select id from terms where text = ? and field_id = ? and doc_id = ?"

anl.aida.ae.lucene.DocumentBuilder
private static final java.lang.String META_DATA_TYPE "anl.aida.types.DocumentMetaData"

anl.aida.ae.lucene.IndexExplorer
private static final java.lang.String INDEX_DIR "./scenarios/geo_db/cache/index"

anl.aida.ae.lucene.LIndexBuilder
private static final java.lang.String ABSTRACT "AbstractText"
private static final java.lang.String AUTHOR "Author"
private static final java.lang.String DAY "Day"
private static final java.lang.String FNAME "FirstName"
private static final java.lang.String INDEX_DIR "./indices/cache"
private static final java.lang.String INITIALS "Initials"
private static final java.lang.String LNAME "LastName"
private static final java.lang.String MEDLINE_DATE "MedlineDate"
private static final java.lang.String MONTH "Month"
private static final java.lang.String PUBDATE "PubDate"
private static final java.lang.String TITLE "ArticleTitle"
private static final java.lang.String YEAR "Year"

anl.aida.ae.lucene.LuceneConstants
public static final java.lang.String AUTHOR_FIELD "author"
public static final java.lang.String CACHED_CONTENT_PATH "cached_content"
public static final java.lang.String CONTENTS_FIELD "contents"
public static final java.lang.String LINK_FIELD "link"
public static final java.lang.String PATH_FIELD "path"
public static final java.lang.String SOURCE_FIELD "source"
public static final java.lang.String TIMESTAMP_FIELD "timestamp"
public static final java.lang.String TITLE_FIELD "title"

anl.aida.ae.lucene.LuceneConsumer
public static final java.lang.String CACHE_LENGTH_DAYS "anl.aida.ae.lucene.CacheLengthDays"
public static final java.lang.String CACHE_OUTPUT_DIR "anl.aida.ae.lucene.OutputDir"
public static final java.lang.String CACHE_START_DATE "anl.aida.ae.lucene.CacheStartDate"
public static final java.lang.String CACHE_TS_INTERVAL_DAYS "anl.aida.ae.lucene.CacheTSIntervalDays"
public static final java.lang.String CACHED_CONTENT_DIR "anl.aida.ae.lucene.CachedContentDir"
public static final java.lang.String CLEAR_INDEX "anl.aida.ae.lucene.ClearIndex"
public static final java.lang.String CREATE_CACHE "anl.aida.ae.lucene.CreateCache"
public static final java.lang.String INDEX_DIR "anl.aida.ae.lucene.IndexDirectory"
public static final java.lang.String KEYWORD_FILTER "anl.aida.ae.lucene.KeywordFilter"
public static final java.lang.String MAPPING_FILE "anl.aida.ae.lucene.IndexDescriptor"
private static final java.lang.String MESSAGE_DIGEST "anl.aida.ae.lucene.LuceneConsumer_Messages"

anl.aida.ae.lucene.TermCountDAO
private static final java.lang.String PROPS_FILE "term_count_db.properties"

anl.aida.ae.lucene.TermScorer
private static final int BUFF_SIZE 32
private static final int CACHE_SIZE 32

anl.aida.data.Axes<T extends CoordAxis>
public static final int TIME_STEP_NOT_FOUND -1

anl.aida.data.AxisAttributeConstants
public static final java.lang.String CRS_CODE "CRS_CODE"
public static final java.lang.String MAP_FILE "MAP_FILE"
public static final java.lang.String NAME_ATTRIBUTE "name-attribute"

anl.aida.data.DataUtilities
public static final int NO_LAYER -1

anl.aida.data.StringCoordAxis
public static final int INDEX_NOT_FOUND -1

anl.aida.formula.FormulaValidator
public static final java.lang.String UNITS_WARN "UNITS_WARN"

anl.aida.parser.ParserConstants
public static final int ABS 25
public static final int AND 18
public static final int COS 32
public static final int COSD 35
public static final int DECIMAL_LITERAL 10
public static final int DEFAULT 0
public static final int DIGIT 59
public static final int DIV 22
public static final int E 49
public static final int EOF 0
public static final int EQEQUAL 13
public static final int EQGREATER 15
public static final int EQLESS 14
public static final int EXP 29
public static final int EXPONENT 9
public static final int FLOAT 8
public static final int GREATER 11
public static final int IDENTIFIER 57
public static final int INTEGER_LITERAL 7
public static final int LESS 12
public static final int LETTER 58
public static final int LN 30
public static final int LOG 28
public static final int MAX 48
public static final int MAXT 40
public static final int MAXX 42
public static final int MAXY 44
public static final int MAXZ 46
public static final int MEAN 37
public static final int MIN 47
public static final int MINT 39
public static final int MINUS 20
public static final int MINX 41
public static final int MINY 43
public static final int MINZ 45
public static final int MOD 23
public static final int NCOLS 52
public static final int NLEVELS 53
public static final int NOT_EQUAL 16
public static final int NROWS 51
public static final int OR 17
public static final int PI 50
public static final int PLUS 19
public static final int POW 24
public static final int SIN 31
public static final int SIND 34
public static final int SQR 27
public static final int SQRT 26
public static final int SUM 38
public static final int TAN 33
public static final int TAND 36
public static final int TIMES 21

anl.aida.parser.ParserTreeConstants
public static final int JJTABS 22
public static final int JJTADD 10
public static final int JJTAND 3
public static final int JJTCOS 29
public static final int JJTCOSD 32
public static final int JJTDIV 13
public static final int JJTE 16
public static final int JJTEQEQUAL 4
public static final int JJTEXP 26
public static final int JJTGREATEREQ 9
public static final int JJTGREATERTHAN 7
public static final int JJTLESSEQ 8
public static final int JJTLESSTHAN 6
public static final int JJTLN 27
public static final int JJTLOG 25
public static final int JJTMAX 37
public static final int JJTMAXT 39
public static final int JJTMAXX 40
public static final int JJTMAXY 43
public static final int JJTMAXZ 45
public static final int JJTMEAN 34
public static final int JJTMIN 36
public static final int JJTMINT 38
public static final int JJTMINX 41
public static final int JJTMINY 42
public static final int JJTMINZ 44
public static final int JJTMOD 14
public static final int JJTMUL 12
public static final int JJTNCOLS 19
public static final int JJTNEG 46
public static final int JJTNLEVELS 20
public static final int JJTNOTEQUAL 5
public static final int JJTNROWS 18
public static final int JJTNUMBER 47
public static final int JJTOR 2
public static final int JJTPI 17
public static final int JJTPOW 15
public static final int JJTSIN 28
public static final int JJTSIND 31
public static final int JJTSQR 24
public static final int JJTSQRT 23
public static final int JJTSTART 0
public static final int JJTSUBTRACT 11
public static final int JJTSUM 35
public static final int JJTTAN 30
public static final int JJTTAND 33
public static final int JJTVAR 21
public static final int JJTVOID 1

anl.aida.parser.SimpleCharStream
public static final boolean staticFlag false

anl.aida.parser.SimpleNode
protected static final double DEG_TO_RAD_FACTOR 565.4866776461628
private static final int PRECISION 10

anl.aida.parser.TokenMgrError
static final int INVALID_LEXICAL_STATE 2
static final int LEXICAL_ERROR 0
static final int LOOP_DETECTED 3
static final int STATIC_LEXER_ERROR 1

anl.aida.reader.AIDAComponentReader
public static final java.lang.String MESSAGE_DIGEST "anl.mifs.reader.Reader_Messages"

anl.aida.reader.AIDACompositeReader
public static final java.lang.String CACHE_START_DATE "anl.aida.reader.CacheStartDate"
private static final java.lang.String MESSAGE_DIGEST "anl.aida.reader.Reader_Messages"
public static final java.lang.String READERS_KEY "readers"

anl.aida.reader.anl.aida.reader.ChicagoTribuneHTMLReader.Processor
private static final int COLLECTING 1
private static final int STOPPED 2
private static final int WAITING 0

anl.aida.reader.ChicagoTribuneReader
public static final java.lang.String INDEX_FILE "anl.aida.reader.CTIndex"

anl.aida.reader.anl.aida.reader.GuardianHTMLReader.Processor
private static final int COLLECTING 1
private static final int STOPPED 2
private static final int WAITING 0

anl.aida.reader.GuardianReader
public static final java.lang.String INDEX_FILE "anl.aida.reader.GuardianIndex"

anl.aida.reader.anl.aida.reader.IndependentHTMLReader.Processor
private static final int COLLECTING 1
private static final int STOPPED 2
private static final int WAITING 0

anl.aida.reader.IndependentReader
private static final java.lang.String CACHE_DIR_KEY "anl.msc.reader.IndependentCacheContentDir"
private static final java.lang.String CACHE_INDEX_KEY "anl.msc.reader.IndependentCacheContentIndex"
public static final java.lang.String INDEX_FILE "anl.msc.reader.IndependentIndex"

anl.aida.reader.anl.aida.reader.LATimesHTMLReader.Processor
private static final int COLLECTING 1
private static final int STOPPED 2
private static final int WAITING 0

anl.aida.reader.LATimesReader
public static final java.lang.String INDEX_FILE "anl.aida.reader.LATIndex"

anl.aida.reader.NTARCReader
public static final java.lang.String INDEX_FILE "anl.aida.reader.NTARCIndex"

anl.aida.reader.NYTimesArchiveReader
private static final java.lang.String DELIMITER ":::"

anl.aida.reader.NYTimesHTMLReader
private static final java.lang.String DOC_END "___DOC_END___"
private static final java.lang.String DOC_START "___DOC_START___"

anl.aida.reader.NYTimesReader
private static final java.lang.String CCONTENT_DIR_KEY "anl.aida.reader.NYTCacheContentDir"
private static final java.lang.String CCONTENT_INDEX_KEY "anl.aida.reader.NYTCacheContentIndex"
public static final java.lang.String INDEX_FILE "anl.aida.reader.NYTIndex"

anl.aida.reader.NYTIndexMaker
private static final java.lang.String key "ac62121689125b05259b6103e6fc3c44:16:59234110"

anl.aida.reader.PMXMLReader
private static final java.lang.String ABSTRACT "AbstractText"
private static final java.lang.String AUTHOR "Author"
private static final java.lang.String DAY "Day"
private static final java.lang.String FNAME "FirstName"
private static final java.lang.String INITIALS "Initials"
private static final java.lang.String LNAME "LastName"
private static final java.lang.String MEDLINE_DATE "MedlineDate"
private static final java.lang.String MONTH "Month"
private static final java.lang.String PUBDATE "PubDate"
private static final java.lang.String TITLE "ArticleTitle"
private static final java.lang.String YEAR "Year"

anl.aida.reader.ProMedPreProcessor
private static final java.lang.String FOOTER "ProMED-mail makes every effort to"
private static final java.lang.String SECTION_BREAK "****"

anl.aida.reader.ProMedReader
public static final java.lang.String INDEX_FILE "anl.aida.reader.ProMedIndex"

anl.aida.reader.ProMedReaderTest
private static final java.lang.String author_74132 "Interactive Investor, Thomson Financial News report [edited]"
private static final java.lang.String author_74172 "WHO Disease Outbreak News [edited]"
private static final java.lang.String author_75235_a "Taiwan News [edited]"
private static final java.lang.String author_75235_b "The Standard, Hong Kong [edited]"
private static final java.lang.String contents_74132 "A ProMED-mail post <<http://www.promedmail.org>http://www.promedmail.org> ProMED-mail is a program of the International Society for Infectious Diseases <<http://www.isid.org>http://www.isid.org> Date: Thu 25 Sep 2008 Source: Interactive Investor, Thomson Financial News report [edited] <<http://www.iii.co.uk/news/?type=afxnews&articleid=6912766&subject=companies&action=article>http://www.iii.co.uk/news/?type=afxnews&articleid=6912766&subject=companies&action=article> The UK\'s Department for Environment, Food and Rural Affairs (Defra) said movements of fish in and out of a fishery in East Sussex have been restricted, following the confirmation of Koi herpesvirus (KHV) disease. Defra has issued a designated area order prohibiting the movement of fish to and from Moor Hall Pools, Moor Hall Farm, Ninfield, Nr Battle, East Sussex. KHV Disease affects common carp and carp varieties such as Koi. It can result in high rates of fish mortalities. There are no implications for human health, the department said in a statement."
private static final java.lang.String contents_74172 "A ProMED-mail post <<http://www.promedmail.org>http://www.promedmail.org> ProMED-mail is a program of the International Society for Infectious Diseases <<http://www.isid.org>http://www.isid.org> Date: Mon, 29 Sep 2008 Source: WHO Disease Outbreak News [edited] <<http://www.who.int/csr/don/2008_09_29/en/index.html>http://www.who.int/csr/don/2008_09_29/en/index.html> The Ministry of Health, Guinea has reported 2 cases of yellow fever on 20 Aug and 12 Sep 2008. The cases have been laboratory confirmed by the Institut Pasteur, Dakar. The 1st case was reported in a 24-year-old male living in the sub-prefecture of Bounouma, Prefecture of N\'zerekore: the man reported first having symptoms on 26 Jul 2008, and blood samples were taken on 4 and 5 Aug 2008. The 2nd case was reported in the 3rd week of August 2008 in the Urban Commune of N\'zerekore in another 24-year-old male. Neither case had any history of yellow fever vaccination. A yellow fever outbreak investigation team composed of experts from the MoH and WHO visited 10 sub-prefectures, the Urban Commune of N\'zerekore and 2 other sub-prefectures in the Prefecture of Lola, from the 5-14 Sep 2008. The mission concluded that: (i) according to the yellow fever case definition, 14 suspected cases were found retrospectively, one of these cases died having presented with symptoms of fever and jaundice; (ii) Most of the prefectures were vaccinated in 2005 with a reported coverage of 95%; (iii) The only areas where a low coverage rate was reported (45%) were Bounama sub-prefecture, Urban Commune and the Ivorian Refugee Camp of Kouankan 2. On the basis of these results, the Ministry of Health decided to carry out a reactive mass vaccination campaign in these 3 areas, in October 2008, targeting 140 342 people. The campaign will be conducted with the technical assistance of WHO and the support of the GAVI alliance (the Global Alliance for Vaccines and Immunization). The MoH has submitted a request for yellow fever vaccine from the global emergency stockpile, managed by the International Coordinating Group on Vaccine Provision for Yellow Fever Control (YF-ICG). The yellow fever emergency stockpile is financed by the GAVI Alliance and managed by the YF-ICG. The YF-ICG is composed of representatives from UNICEF, Medecins sans Frontieres (MSF), the International Federation of the Red Cross (IFRC), and the World Health Organization, which acts as its secretariat."
private static final java.lang.String contents_75235_a "[1] Taiwan, suspected H5N2, RFI Date: Thu 18 Dec 2008 Source: Taiwan News [edited] <<http://www.etaiwannews.com/etn/news_content.php?id=816681>http://www.etaiwannews.com/etn/news_content.php?id=816681> Poultry farmers complain of impact of unconfirmed bird flu reports ------------------------------------------------------------------ Japan\'s decision to halt poultry imports from Taiwan following a news report about a suspected bird flu outbreak on the island has sparked widespread discontent among Taiwan\'s poultry farmers, who demanded Thursday [18 Dec 2008] that the government swiftly resolve the problem. Poultry farmers, particularly those in southern Taiwan, complained that their livelihood will be impacted and lashed out at what they called irresponsible media reports. The problem was sparked Wednesday when the Liberty Times reported that a large number of chickens at a poultry farm in Tainan County were confirmed by a government laboratory to have died from the H5N2 bird flu virus last month [November 2008]. The report alleged that the Cabinet-level Council of Agriculture (COA) sought to cover up the matter so as not to mar the launch of direct air, shipping and postal links between Taiwan and mainland China on Monday. The COA denied the report. Huang Kuo-ching, deputy director of the COA\'s Bureau of Animal and Plant Health Inspection and Quarantine, said Wednesday [17 Dec 2008] that there is no H5N2 avian flu outbreak in Taiwan, except for an incident in late October at a poultry farm in Luchu township, Kaohsiung County. As the fatality rate among chickens at the farm was below 3 percent, which is far lower than the average mortality rate in cases of the low-pathogenic H5N2 virus, the COA was hesitant to categorize it as an epidemic, Huang explained, adding that the council did not try to cover up any bird flu outbreak. All the remaining 18 000 chickens at the farm were culled in an effort to prevent a spread, Huang said, adding that the situation was under control and that nothing unusual has been detected so far. Despite the COA\'s explanation, Japan announced later Wednesday that it was immediately halting poultry meat imports from Taiwan on a temporary basis to prevent the H5N2 bird flu virus from entering its territory. Tang Jung-sheng, chairman of the Kaohsiung County chicken-raising association, said Thursday [18 Dec 2008] that such unconfirmed reports will hurt the domestic industry, particularly at the current time of economic recession when consumers are paring back spending and buying less chicken. Representatives of industry associations across the country will call a meeting Thursday in central Taiwan\'s Changhua County to discuss countermeasures in the face of the latest development, said Tang. An executive at the Taiwan\'s largest frozen poultry meat exporting company said the Liberty Times report has dealt a heavy blow to Taiwan\'s frozen duck meat exports to Japan. One of his company\'s duck meat containers shipped to Japan has been destroyed there, he said. Taiwan\'s frozen chicken meat exports are uncompetitive in the international market, but the company\'s duck meat exports are popular in Japan and are sold in the quality-conscious Japanese market at a similar price level as U.S. beef, he said. Duck farmers urged the COA to quickly provide a clear explanation to Japan to help farmers reduce possible losses. Chen Chien-chu, a duck raiser in Fongyuan township in Changhua County in central Taiwan said he felt very distressed after learning of the news, since most of his ducks are exported to Japan at a very stable price. \"Poultry farmers suffer a lot of monetary losses every time there are such news report,\" Chen complained. \"I lost some NTD 2 million (USD 60 000) in just one month last time when there was a similar false report,\" he said. The value of Taiwan\'s poultry meat exports to Japan totals around USD 23 million per year, with frozen duck meat as the bulk. In 2007, Japan imported 5128 tons of poultry meat and 148 tons of chicken eggs from Taiwan, Japanese government statistics showed. The COA is still trying to track the cause of the deaths among the dead chickens, and will publish the findings upon completion of tests, the COA\'s Huang said. Meanwhile, the impact of the Japan\'s newest measure is relatively small in the rest of the country where the poultry industry is not prominent."
private static final java.lang.String contents_75235_b "[2] Hong Kong update Date: Fri 19 Dec 2008 Source: The Standard, Hong Kong [edited] <<http://www.thestandard.com.hk/news_detail.asp?pp_cat=11&art_id=76068&sid=21959514&con_type=3>http://www.thestandard.com.hk/news_detail.asp?pp_cat=11&art_id=76068&sid=21959514&con_type=3> Dead chickens get H5N1 mutation all-clear ----------------------------------------- The H5N1 virus found in dead chickens in a Yuen Long farm had not mutated, Undersecretary for Food and Health Gabriel Leung told the Legislative Council\'s panel on food safety and environmental hygiene yesterday [Thu 18 Dec 2008]. The genetic sequencing of the bird flu virus detected in the farm on 9 Dec 2008 did not contain obvious differences from previous viruses, Leung told the panel. Leung also said more tests were needed to find out how the chickens contracted the virus. There was also good news for the public: Live chickens can be sold again as early as 30 Dec 2008 if things go smoothly. The early end to the normal 21-day no-chicken ban means the birds will once again be on the menu for Lunar New Year family festivities. Meanwhile, an Agriculture Fisheries and Conservation Department spokeswoman yesterday [18 Dec 2008] explained why the government has been using an H5N2 vaccine manufactured in the Netherlands to protect local chickens from the flu since 2003, even though recent outbreaks showed the virus strain to be subtype H5N1. She said when vaccines were 1st introduced to local chicken farms, tests had shown the H5N2 vaccine to be effective against the viruses found in South China. \"The H5N2 vaccine is also effective against H5N1 viruses,\" the spokeswoman said, adding that in 2006, the government had let US authorities test the vaccine, which also showed it is effective for use in southern China. \"However, no vaccine is 100 percent effective. The government has set up an investigation group on avian influenza to look into the matter,\" she said. [Byline: Adele Wong]"
private static final java.lang.String link_74132 "http://www.iii.co.uk/news/?type=afxnews&articleid=6912766&subject=companies&action=article"
private static final java.lang.String link_74172 "http://www.who.int/csr/don/2008_09_29/en/index.html"
private static final java.lang.String link_75235_a "http://www.etaiwannews.com/etn/news_content.php?id=816681"
private static final java.lang.String link_75235_b "http://www.thestandard.com.hk/news_detail.asp?pp_cat=11&art_id=76068&sid=21959514&con_type=3"
private static final java.lang.String title_74132 "KOI HERPESVIRUS DISEASE - UNITED KINGDOM (02): (ENGLAND)"
private static final java.lang.String title_74172 "YELLOW FEVER - AFRICA (07): GUINEA (N\'ZEREKORE)"
private static final java.lang.String title_75235 "AVIAN INFLUENZA (123): TAIWAN (SUSPECTED, REQUEST FOR INFORMATION), CHINA (HONG KONG)"
private static final java.lang.String url_74132 "http://www.promedmail.org/pls/otn/f?p=2400:1202:1692285671124542::NO::F2400_P1202_CHECK_DISPLAY,F2400_P1202_PUB_MAIL_ID:X,74132"
private static final java.lang.String url_74172 "http://www.promedmail.org/pls/otn/f?p=2400:1202:1692285671124542::NO::F2400_P1202_CHECK_DISPLAY,F2400_P1202_PUB_MAIL_ID:X,74172"
private static final java.lang.String url_75235 "http://www.promedmail.org/pls/otn/f?p=2400:1202:1692285671124542::NO::F2400_P1202_CHECK_DISPLAY,F2400_P1202_PUB_MAIL_ID:X,75235"

anl.aida.reader.PubMedReader
private static final java.lang.String INPUT_DIR "input_directory"

anl.aida.reader.ReaderConstants
public static final java.lang.String ALL_AFRICA_SOURCE "All Africa"
public static final java.lang.String CHICAGO_TRIBUNE_SOURCE "Chicago Tribune"
public static final java.lang.String GUARDIAN_SOURCE "Guardian"
public static final java.lang.String INDEPENDENT_SOURCE "Independent"
public static final java.lang.String INDEX_LINE_DELIMETER ":::"
public static final java.lang.String LATIMES_SOURCE "Los Angeles Times"
public static final java.lang.String NTARC_SOURCE "NTARC"
public static final java.lang.String NYTIMES_SOURCE "New York Times"
public static final java.lang.String PRO_MED_SOURCE "ProMed Mail"
public static final java.lang.String TELEGRAPH_SOURCE "Telegraph"

anl.aida.reader.StringExtractor
private static final java.lang.String EXCEPTION_STRING "org.htmlparser.util.EncodingChangeException"

anl.aida.reader.local.AlbertLeaTribuneReader
public static final java.lang.String INDEX_FILE "anl.aida.reader.local.AlbertLeaTribuneIndex"

anl.aida.reader.local.anl.aida.reader.local.ColumbusTelegramHTMLReader.Processor
private static final int COLLECTING 1
private static final int STOPPED 2
private static final int WAITING 0

anl.aida.reader.local.ColumbusTelegramReader
public static final java.lang.String INDEX_FILE "anl.aida.reader.local.ColumbusTelegramIndex"

anl.aida.reader.local.anl.aida.reader.local.DailyGateHTMLReader.Processor
private static final int COLLECTING 1
private static final int STOPPED 2
private static final int WAITING 0

anl.aida.reader.local.DailyGateReader
public static final java.lang.String INDEX_FILE "anl.aida.reader.local.DailyGateIndex"

anl.aida.reader.local.DailyIowanReader
public static final java.lang.String INDEX_FILE "anl.aida.reader.local.DailyIowanIndex"

anl.aida.reader.local.anl.aida.reader.local.DailySentinelHTMLReader.Processor
private static final int COLLECTING 1
private static final int STOPPED 2
private static final int WAITING 0

anl.aida.reader.local.DailySentinelReader
public static final java.lang.String INDEX_FILE "anl.aida.reader.local.DailySentinelIndex"

anl.aida.reader.local.anl.aida.reader.local.FremontTribuneHTMLReader.Processor
private static final int COLLECTING 1
private static final int STOPPED 2
private static final int WAITING 0

anl.aida.reader.local.FremontTribuneReader
public static final java.lang.String INDEX_FILE "anl.aida.reader.local.FremontTribuneIndex"

anl.aida.reader.local.anl.aida.reader.local.GoldenTriangleHTMLReader.Processor
private static final int COLLECTING 1
private static final int STOPPED 2
private static final int WAITING 0

anl.aida.reader.local.GoldenTriangleReader
public static final java.lang.String INDEX_FILE "anl.aida.reader.local.GoldenTriangleIndex"

anl.aida.reader.local.anl.aida.reader.local.GrandIslandIndependentHTMLReader.Processor
private static final int COLLECTING 1
private static final int STOPPED 2
private static final int WAITING 0

anl.aida.reader.local.GrandIslandIndependentReader
public static final java.lang.String INDEX_FILE "anl.aida.reader.local.GrandIslandIndependentIndex"

anl.aida.reader.local.anl.aida.reader.local.JournalStarHTMLReader.Processor
private static final int COLLECTING 1
private static final int STOPPED 2
private static final int WAITING 0

anl.aida.reader.local.JournalStarReader
public static final java.lang.String INDEX_FILE "anl.aida.reader.local.JournalStarIndex"

anl.aida.reader.local.anl.aida.reader.local.MuscatineJournalHTMLReader.Processor
private static final int COLLECTING 1
private static final int STOPPED 2
private static final int WAITING 0

anl.aida.reader.local.MuscatineJournalReader
public static final java.lang.String INDEX_FILE "anl.aida.reader.local.MuscatineJournalIndex"

anl.aida.reader.local.anl.aida.reader.local.OmahaNewsStandHTMLReader.Processor
private static final int COLLECTING 1
private static final int STOPPED 2
private static final int WAITING 0

anl.aida.reader.local.OmahaNewsStandReader
public static final java.lang.String INDEX_FILE "anl.aida.reader.local.OmahaNewsStandIndex"

anl.aida.reader.local.anl.aida.reader.local.QuadCityTimesHTMLReader.Processor
private static final int COLLECTING 1
private static final int STOPPED 2
private static final int WAITING 0

anl.aida.reader.local.QuadCityTimesReader
public static final java.lang.String INDEX_FILE "anl.aida.reader.local.QuadCityTimesIndex"

anl.aida.reader.local.ReaderConstantsMiner
public static final java.lang.String ALBERTLEATRIBUNE_SOURCE "Albert Lea Tribune"
public static final java.lang.String COLUMBUSTELEGRAM_SOURCE "Columbus Telegram"
public static final java.lang.String DAILYGATE_SOURCE "Daily Gate City"
public static final java.lang.String DAILYIOWAN_SOURCE "Daily Iowan"
public static final java.lang.String DAILYSENTINEL_SOURCE "Daily Sentinel"
public static final java.lang.String FREMONTTRIBUNE_SOURCE "Fremont Tribune"
public static final java.lang.String GOLDENTRIANGLE_SOURCE "Golden Triangle"
public static final java.lang.String GRANDISLANDINDEPENDENT_SOURCE "Grand Island Independent"
public static final java.lang.String JOURNALSTAR_SOURCE "Journal Star"
public static final java.lang.String MUSCATINEJOURNAL_SOURCE "Muscatine Journal"
public static final java.lang.String OMAHANEWSSTAND_SOURCE "Omaha News Stand"
public static final java.lang.String QUADCITYTIMES_SOURCE "Quad City Times"
public static final java.lang.String SIOUXCITY_SOURCE "Sioux City Journal"
public static final java.lang.String YORKNEWSTIMES_SOURCE "York News Times"

anl.aida.reader.local.anl.aida.reader.local.SiouxCityHTMLReader.Processor
private static final int COLLECTING 1
private static final int STOPPED 2
private static final int WAITING 0

anl.aida.reader.local.SiouxCityReader
public static final java.lang.String INDEX_FILE "anl.aida.reader.local.SiouxCityIndex"

anl.aida.reader.local.anl.aida.reader.local.StandardHTMLReader.Processor
private static final int COLLECTING 1
private static final int STOPPED 2
private static final int WAITING 0

anl.aida.reader.local.YorkNewsTimesReader
public static final java.lang.String INDEX_FILE "anl.aida.reader.local.YorkNewsTimesIndex"

anl.aida.reader.local.anl.aida.reader.local.YorkTimesHTMLReader.Processor
private static final int COLLECTING 1
private static final int STOPPED 2
private static final int WAITING 0

anl.aida.util.StandardIndexLineParser
public static final int AUTHOR 3
private static final java.lang.String DELIMITER ":::"
public static final int TIMESTAMP 0
public static final int TITLE 2
public static final int URL 1

anl.fusion.*

anl.fusion.example.LuceneExample
private static final java.lang.String EXAMPLES_DIR "./corpus/alice/"
private static final java.lang.String INDEX_DIR "./indices/alice"

anl.fusion.example.LuceneFedExample
private static final java.lang.String EXAMPLES_DIR "./corpus/federalist/"
private static final java.lang.String INDEX_DIR "./indices/federalist/"