Difference between revisions of "Wordnet plus"
From CSWiki
m (→Corpora) |
m (→Current Active Projects (Needs to be updated)) |
||
(17 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
* [[File_Organization]] | * [[File_Organization]] | ||
− | == | + | == TOPICSROOT/corpora == |
All corpora are located at /n/fs/topics/corpora. The subdirectories are: | All corpora are located at /n/fs/topics/corpora. The subdirectories are: | ||
− | * [[ | + | * [[TOPICSROOT/corpora/bnc|bnc]] |
− | * [[ | + | * [[TOPICSROOT/corpora/esp|esp]] |
− | * [[ | + | * [[TOPICSROOT/corpora/evocation|evocation]] |
− | * [[ | + | * [[TOPICSROOT/corpora/facebook|facebook]] |
− | * [[ | + | * [[TOPICSROOT/corpora/semcor2.0|semcor2.0]] |
+ | * [[TOPICSROOT/corpora/supernova|supernova]] | ||
+ | * [[TOPICSROOT/corpora/wikipedia|wikipedia]] | ||
− | == | + | == TOPICSROOT/lib == |
− | * | + | Commonly used libraries/tools can be found in /n/fs/topics/lib. It contains the following subdirectories: |
+ | |||
+ | * [[TOPICSROOT/lib/boost_1_33_1|boost_1_33_1]] | ||
+ | * [[TOPICSROOT/lib/lda-c-dist|lda-c-dist]] | ||
+ | * [[TOPICSROOT/lib/minipar|minipar]] | ||
+ | * [[TOPICSROOT/lib/pywordnet-2.0.1|pywordnet-2.0.1]] | ||
+ | * [[TOPICSROOT/lib/rlib-TARGET|rlib-TARGET]] | ||
+ | * [[TOPICSROOT/lib/WordNet-2.0|WordNet-2.0]] | ||
+ | * [[TOPICSROOT/lib/WordNet-2.1|WordNet-2.1]] | ||
+ | |||
+ | == Environment == | ||
+ | The script found at /n/fs/topics/topics.sh sets up the environment. It should be sourced within your .bashrc. In order for the CVSROOT setup to work, you must export CVSUSER before sourcing this file. It sets up the following: | ||
+ | * CVS_RSH=ssh | ||
+ | * CVSROOT=:ext:$CVSUSER-wnp@cvs.cs.princeton.edu:/cvs | ||
+ | * LD_LIBRARY_PATH=/n/fs/topics/lib/boost_1_33_1/boost/bin/boost/libs/python/build/libboost_python.so/gcc/release/shared-linkable-true | ||
+ | * MINIPATH=/n/fs/topics/lib/minipar/data | ||
+ | * R_LIBS=/n/fs/topics/lib/rlib-`hostname -s` | ||
+ | * PYTHONPATH=/n/fs/topics/lib/pywordnet-2.0.1/build/lib | ||
+ | * WNHOME=/n/fs/topics/lib/WordNet-2.1 | ||
+ | |||
+ | == WNPCVSROOT/lib/corpora == | ||
+ | * [[WNPCVSROOT/lib/corpora/wikipedia|wikipedia]] | ||
== Current Active Projects (Needs to be updated) == | == Current Active Projects (Needs to be updated) == | ||
Line 19: | Line 42: | ||
* [[SimilarityEM]] | * [[SimilarityEM]] | ||
* [[LDAWN]] (for want of a better name) | * [[LDAWN]] (for want of a better name) | ||
+ | * [[Relational Topic Models]] | ||
== Current Discussion Topics (Needs to be updated)== | == Current Discussion Topics (Needs to be updated)== |
Latest revision as of 18:22, 7 April 2008
A group that does stuff and talks about related things.
Contents
TOPICSROOT/corpora
All corpora are located at /n/fs/topics/corpora. The subdirectories are:
TOPICSROOT/lib
Commonly used libraries/tools can be found in /n/fs/topics/lib. It contains the following subdirectories:
Environment
The script found at /n/fs/topics/topics.sh sets up the environment. It should be sourced within your .bashrc. In order for the CVSROOT setup to work, you must export CVSUSER before sourcing this file. It sets up the following:
- CVS_RSH=ssh
- CVSROOT=:ext:$CVSUSER-wnp@cvs.cs.princeton.edu:/cvs
- LD_LIBRARY_PATH=/n/fs/topics/lib/boost_1_33_1/boost/bin/boost/libs/python/build/libboost_python.so/gcc/release/shared-linkable-true
- MINIPATH=/n/fs/topics/lib/minipar/data
- R_LIBS=/n/fs/topics/lib/rlib-`hostname -s`
- PYTHONPATH=/n/fs/topics/lib/pywordnet-2.0.1/build/lib
- WNHOME=/n/fs/topics/lib/WordNet-2.1
WNPCVSROOT/lib/corpora
Current Active Projects (Needs to be updated)
- Evocation
- WNImage
- SimilarityEM
- LDAWN (for want of a better name)
- Relational Topic Models