Code Search for Developers
 
 
  

package-info.java from Texai at Krugle


Show package-info.java syntax highlighted

/** 
 * Copyright (C) 2006 Stephen L. Reed.
 *
 * This program is free software; you can redistribute it and/or modify it under the terms
 * of the GNU General Public License as published by the Free Software Foundation; either
 * version 2 of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * See the GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along with this program;
 * if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 *
 * Provides the context to persist Wiktionary domain entities.
 * <h2>Package Specification</h2>
 * <h2>Related Documentation</h2>
 * For overviews, tutorials, examples, guides, and tool documentation, please see:
 * <ul>
 *   <li><a href="http://sf.net/projects/texai">Texai project at SourceForge</a>
 * </ul>
 *
 */

@DomainContext(loadFromContext=Constants.TERM_NAME_CMU_PRONOUNCING_DICTIONARY_CONTEXT, 
persistToContext=Constants.TERM_NAME_CMU_PRONOUNCING_DICTIONARY_CONTEXT, 
        subContextOf=Constants.TERM_NAME_BASE_KB)
package org.texai.cmudict.domainEntity;

import org.texai.kb.persistence.DomainContext;
import org.texai.kb.Constants;




See more files for this project here

Texai

Texai is an chatbot that intelligently seeks to acquire knowledge and friendly behaviors.

Project homepage: http://sourceforge.net/projects/texai
Programming language(s): Java,Shell Script,XML
License: other

  ARPABETPhoneme.java
  ARPABETPhonemeAdapter.java
  ARPABETPronunciation.java
  CMUDictionaryEnglishWordForm.java
  package-info.java