mirror of https://github.com/doccano/doccano.git
pythondatasetsactive-learningtext-annotationdatasetnatural-language-processingdata-labelingmachine-learningannotation-tool
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
787 B
35 lines
787 B
import home from './home'
|
|
import header from './header'
|
|
import generic from './generic'
|
|
import rules from './rules'
|
|
import toastui from './toastui'
|
|
import user from './user'
|
|
import vuetify from './vuetify'
|
|
import annotation from './projects/annotation'
|
|
import dataset from './projects/dataset'
|
|
import errors from './projects/errors'
|
|
import guideline from './projects/guideline'
|
|
import projectHome from './projects/home'
|
|
import labels from './projects/labels'
|
|
import members from './projects/members'
|
|
import overview from './projects/overview'
|
|
import statistics from './projects/statistics'
|
|
|
|
export default {
|
|
home,
|
|
header,
|
|
generic,
|
|
rules,
|
|
toastui,
|
|
user,
|
|
vuetify,
|
|
annotation,
|
|
dataset,
|
|
errors,
|
|
guideline,
|
|
projectHome,
|
|
labels,
|
|
members,
|
|
overview,
|
|
statistics
|
|
}
|