... two sets of new abstracts downloaded from Medline: 100 new abstracts from the origi- nal four medical areas (25 abstracts from each area), and 30 abstracts from two new domains (15 each) – digestive ... downloaded from the Med- line database for use as our training sample of texts. They are from four medical areas: depres- sion, schizophrenia, heart disease and AIDs (fifty abstracts from each ... causal relation and which parts of the sentence repre- Extracting Causal Knowledge from a Medical Database Using Graphical Patterns Christopher S.G. Khoo, Syin Chan and Yun Niu Centre for Advanced...
Ngày tải lên: 31/03/2014, 04:20
Using Java with JavaScript
... control Java from JavaScript problem: how to control JavaScript from Java code. T primarily through the Java netscape.javascript.JSObject class, which represents a JavaScript object within a Java ... method), any Java objects are wrapped and JavaScript sees a JavaObject. A similar thing happens when JavaScript writes a JavaScript object into a Java field or passes a JavaScript object to a Java ... represents a Java object that cannot be directly converted to a JavaScript object. In a sense, a JavaObject is a JavaScript wrapper around a Java object. When JavaScript reads a Java value (a...
Ngày tải lên: 05/10/2013, 13:20
Retrieve XML from SQL Server 2000
... strServer As String, ByVal strDatabase As String) As String 12.4 Retrieve XML from SQL Server 2000 Sometimes I have to pull data from my SQL Server database into an XML document format. How ... look like this: SELECT * FROM Customers FOR XML RAW To execute the SQL statement in this case, you use the method ExecuteXMLReader. When you use this method, an XMLReader is returned. You ... xrCust.Read() intAtts = xrCust.AttributeCount If xrCust.NodeType <> System .Xml. XmlNodeType.XmlDeclaration Then If intAtts > 0 Then For intCurrAtt = 0 To intAtts - 1 strOut...
Ngày tải lên: 17/10/2013, 21:15
Developing XML Web Services Using Microsoft Visual C#™ .NET Beta 2
... 10/2001 Delivery Guide Developing XML Web Services Using Microsoft ® Visual C# ™ .NET Beta 2 Part Number: X08-51644 iv Developing XML Web Services Using Microsoft® Visual C#™ .NET Beta ... implement Web Services using these technologies. " Implement a Web Service consumer by using Microsoft Visual Studio ® .NET Beta 2. " Implement a simple Web Service by using Microsoft ... Programming in C++, Java, or Microsoft Visual Basic ® ! Programming in Microsoft Component Object Model (COM) or JavaBeans ! Programming in COM+ or Enterprise JavaBeans ! ...
Ngày tải lên: 18/10/2013, 18:15
Create a Simple XML Web Service Using Parameters
... Adding descriptions to the Web Service. 13.2 Create a Simple XML Web Service Using Parameters I have seen how to create a Web Service using the sample that Microsoft provides. This was instructive ... called WebServiceSecurity.MDB and is, in fact, a jet database. You can see the table created, tblUsers, in Figure 13.8. Figure 13.8. Using the tblUsers, you can look up usernames and passwords ... the method will then compare the password. If the password matches, then True will be returned from the method. Otherwise, False will be returned. Passing Parameters You will pass parameters...
Ngày tải lên: 20/10/2013, 13:15
Tài liệu Accessing a Database Using Visual Studio .NET ppt
... retrieve the rows from a table by clicking the right mouse button on the table in the tree and selecting Retrieve Data From Table in the pop-up window. Figure 3.27 shows the rows from the Customers ... you've connected to the database, you can view things such as the tables. You can also retrieve and modify rows in the tables. You can drill down to the tables in the database by clicking the ... toolbar and selecting columns from the table, as shown in Figure 3.29 . As you can see, I've selected the ContactName, CompanyName, and CustomerID columns from the Customers table. ...
Ngày tải lên: 14/12/2013, 13:15
Tài liệu Updating a Database Using a DataSet doc
... control is initially empty. Updating a Database Using a DataSet In the exercises so far in this chapter, you have seen how to fetch data from a database. Now it's time to show you how ... whenever they can occur. Update the database 1. Once you are certain that the data seems to be correct, you can send it to the database. Locate the // Update the database comment in the saveButton_Click ... option to update the database anyway and overwrite the other user's updates, or discard the conflicting changes and refresh the DataSet with the new data from the database. Configure...
Ngày tải lên: 15/12/2013, 00:15
Tài liệu Fundamentals of Computer Science using Java doc
... program in another language, the Java concepts are trans- ferable, even if the specific notation is not. In this text we are really discussing the concepts and using Java as a medium to discuss them. A ... code. As we will see in Chapter 2, the execution of a Java program is a bit different from this typical model for high-level languages. This is due to Java s requirement for platform independence. However, ... platform independence. However, the phases of program processing are essentially the same for Java as for other languages. From FORTRAN to Java. Hundreds of high-level languages have been developed since the 1950s...
Ngày tải lên: 17/01/2014, 06:20
Tài liệu Introduction to Programming Using Java docx
... Introduction to XML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 590 11.6.1 Basic XML Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 590 11.6.2 XMLEncoder and XML Decoder ... applet, an “event” is generated. For example, clicking a push button generates an event, and pressing return while typing in a text field generates an event. Each time an event is generated, a message ... book covers Java 5.0”. It also works well with later versions of Java. (While Java 5.0 introduced major new features that need to be covered in an introductory programming course, Java 6.0 and...
Ngày tải lên: 19/01/2014, 16:20
Tài liệu Building XML-Enabled Applications using Microsoft® SQL Server™ 2000 pdf
... SQL Server database developers who need to query, insert, update, or delete data from a database by using XML. SQL Server database administrators who need to publish SQL data as XML. Student ... 1: Using XML and Microsoft SQL Server 2000 Overview 1 Building Solutions with XML and SQL Server 2000 2 XML Technology Review 11 XML Support in SQL Server 2000 21 Lab 1: Working with XML ... Server 2000 and XML (Optional) 33 Review 34 Module 2: Retrieving XML Data Overview 1 Using the FOR XML Clause to Retrieve Data 2 Controlling XML Output 13 Lab 2.1: Retrieving XML Data 26 Generating...
Ngày tải lên: 24/01/2014, 10:20
Tài liệu Using JavaBeans in JavaServer Pages - Chương 3 pptx
... components With the help of the JavaBeans API, you can create reusable and platform-independent components What is a JavaBean? JavaBeans brings component technology to the Java platform / 19 of 36 Application ... The scope is set to the session Using JavaBeans in JavaServer Pages Chương 3 / 15 of 36 Session Scope – (1) <HTML> . . . <%@ page language = " ;java& quot; %> <%@ page import ... properties in various ways: At request time, using the parameters in the request object At request time, using the result of an evaluated expression From a specified string / 16 of 36 Session...
Ngày tải lên: 25/01/2014, 11:20
Tài liệu Báo cáo khoa học: "Extracting Comparative Entities and Predicates from Texts Using Comparative Type Classification" pptx
... performance. Next, we did experiments using all of the continuous lexical sequences and using all of the POS tags sequences within a radius of n words from each CK as features (n=1,2,3,4,5). ... step, we roughly annotated the type of a sentence using the type of the CK itself. Then, we generated error-driven transformation rules from the incorrectly annotated sentences. Transformation ... as a non-comparative sentence from a linguistic point of view. However, we conclude that this kind of sentence is as important as the other explicit comparisons from an engineering point of...
Ngày tải lên: 20/02/2014, 04:20
Tài liệu Báo cáo khoa học: "Knowledge Acquisition from Texts : Using an Automatic Clustering Method Based on Noun-Modifier Relationship" pptx
... obtained from the two different data sets. 4 The conceptual analysis : the LEXICLASS software LEXICLASS is a clustering tool written using C lan- guage and specialised data analysis functions from ... filtering method 2 and clustering algorithm are applied in both cases. Table 1 shows an extract from the first data set. The columns are labelled by the expansions (nominal or adjectival) of ... on the data of ta- ble 1 leads him to define conceptual fields. Figure 1 shows the transition from an automatically found cluster to a conceptual field : the KE constitutes the conceptual...
Ngày tải lên: 22/02/2014, 03:20
Data Structures & Problem Solving Using Java pptx
... to provide information to the javadoc utility, which will generate documentation from comments. This form is discussed in Section 3.3. 1. If you are using Sun’s JDK, javac and java are used directly. ... using the JDK, the commands are 1 javac FirstProgram .java java FirstProgram 1.2.1 comments Java has three forms of comments. The first form, which is inherited from C, begins with the token /* ... containing bytecode. java invokes the Java interpreter (which is also known as the Virtual Machine). Java source code resides in files whose names end with the .java suffix. The local compiler, javac, compiles...
Ngày tải lên: 15/03/2014, 02:20
Báo cáo khoa học: "Deriving Generalized Knowledge from Corpora using WordNet Abstraction" pdf
... distance towards the root from the given sense as the average distance from the dom- inated senses to the derived type restriction. In the case where going this far from an alternative sense ... 45.2 Table 5: Precision, Recall and F-score (β = 0.5) for coarse grained WSD labels using the methods: derive from corpus data, first-sense heuristic and all-sense heuristic. Results are calculated ... Naoki Abe. 1998. Generalizing case frames using a thesaurus and the MDL principle. Computational Linguistics, 24(2). Maria Liakata and Stephen Pulman. 2002. From Trees to Predicate Argument Structures....
Ngày tải lên: 24/03/2014, 03:20
stochastic methods for physics using java an introduction - petruccione p. biechele
Ngày tải lên: 08/04/2014, 12:26
computer vision – face detection in java with opencv using javacv - tk gospodinov
Ngày tải lên: 28/04/2014, 15:47
sitepoint dhtml utopia, modern web design using javascript and dom (2005)
Ngày tải lên: 28/04/2014, 17:08